rmt: update rmt ll APIs

This commit is contained in:
morris
2020-03-16 14:41:47 +08:00
parent ecbe0dad1b
commit c91565d538
8 changed files with 144 additions and 81 deletions

View File

@@ -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