Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/esp32/include/hal/
Drmt_ll.h27 #define RMT_LL_EVENT_TX_LOOP_END(channel) (0) // esp32 doesn't support tx loop count macro
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Drmt_ll.h27 #define RMT_LL_EVENT_TX_LOOP_END(channel) (1 << ((channel) + 12)) macro
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Drmt_ll.h28 #define RMT_LL_EVENT_TX_LOOP_END(channel) (1 << ((channel) + 16)) macro
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Drmt_ll.h27 #define RMT_LL_EVENT_TX_LOOP_END(channel) (1 << ((channel) + 12)) macro
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Drmt_ll.h28 #define RMT_LL_EVENT_TX_LOOP_END(channel) (1 << ((channel) + 12)) macro
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Drmt_ll.h28 #define RMT_LL_EVENT_TX_LOOP_END(channel) (1 << ((channel) + 12)) macro