Home
last modified time | relevance | path

Searched defs:RMT_LL_EVENT_RX_THRES (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-latest/components/hal/esp32/include/hal/
Drmt_ll.h30 #define RMT_LL_EVENT_RX_THRES(channel) (0) // esp32 doesn't support rx wrap macro
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Drmt_ll.h30 #define RMT_LL_EVENT_RX_THRES(channel) (1 << ((channel) + 10)) macro
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Drmt_ll.h31 #define RMT_LL_EVENT_RX_THRES(channel) (0) // esp32s2 doesn't support rx wrap macro
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Drmt_ll.h30 #define RMT_LL_EVENT_RX_THRES(channel) (1 << ((channel) + 24)) macro
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Drmt_ll.h31 #define RMT_LL_EVENT_RX_THRES(channel) (1 << ((channel) + 10)) macro
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Drmt_ll.h31 #define RMT_LL_EVENT_RX_THRES(channel) (1 << ((channel) + 10)) macro