mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-02 06:38:47 +00:00
rmt: update rmt ll APIs
This commit is contained in:
@@ -59,7 +59,7 @@ typedef struct {
|
||||
|
||||
#ifdef RMT_SUPPORT_RX_DEMODULATION
|
||||
bool rm_carrier; /*!< RMT receiver remove carrier enable */
|
||||
uint16_t high_thres; /*!< The threshold of carrier high level tick number */
|
||||
uint16_t high_thres; /*!< The threshold of carrier high level tick number */
|
||||
uint16_t low_thres; /*!< The threshold of carrier low level tick number */
|
||||
rmt_carrier_level_t carrier_level; /*!< The level need to remove carrier */
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user