Merge branch 'bugfix/check_filter_range' into 'master'

rmt: check filter and idle threashold

Closes IDFGH-9977

See merge request espressif/esp-idf!23518
This commit is contained in:
morris
2023-05-05 17:19:45 +08:00
7 changed files with 22 additions and 4 deletions

View File

@@ -33,6 +33,8 @@ extern "C" {
#define RMT_LL_EVENT_RX_MASK(channel) (RMT_LL_EVENT_RX_DONE(channel) | RMT_LL_EVENT_RX_THRES(channel))
#define RMT_LL_MAX_LOOP_COUNT_PER_BATCH 1023
#define RMT_LL_MAX_FILTER_VALUE 255
#define RMT_LL_MAX_IDLE_VALUE 32767
typedef enum {
RMT_LL_MEM_OWNER_SW = 0,