Searched refs:RMT_LL_EVENT_TX_LOOP_END (Results 1 – 7 of 7) sorted by relevance
27 #define RMT_LL_EVENT_TX_LOOP_END(channel) (0) // esp32 doesn't support tx loop count macro32 …RMT_LL_EVENT_TX_DONE(channel) | RMT_LL_EVENT_TX_THRES(channel) | RMT_LL_EVENT_TX_LOOP_END(channel))
28 #define RMT_LL_EVENT_TX_LOOP_END(channel) (1 << ((channel) + 16)) macro33 …RMT_LL_EVENT_TX_DONE(channel) | RMT_LL_EVENT_TX_THRES(channel) | RMT_LL_EVENT_TX_LOOP_END(channel))
27 #define RMT_LL_EVENT_TX_LOOP_END(channel) (1 << ((channel) + 12)) macro32 …RMT_LL_EVENT_TX_DONE(channel) | RMT_LL_EVENT_TX_THRES(channel) | RMT_LL_EVENT_TX_LOOP_END(channel))
28 #define RMT_LL_EVENT_TX_LOOP_END(channel) (1 << ((channel) + 12)) macro33 …RMT_LL_EVENT_TX_DONE(channel) | RMT_LL_EVENT_TX_THRES(channel) | RMT_LL_EVENT_TX_LOOP_END(channel))
266 rmt_ll_clear_interrupt_status(rmt_contex.hal.regs, RMT_LL_EVENT_TX_LOOP_END(channel)); in rmt_tx_start()267 rmt_ll_enable_interrupt(rmt_contex.hal.regs, RMT_LL_EVENT_TX_LOOP_END(channel), true); in rmt_tx_start()885 rmt_ll_clear_interrupt_status(hal->regs, RMT_LL_EVENT_TX_LOOP_END(channel)); in rmt_driver_isr_default()