Home
last modified time | relevance | path

Searched refs:rmt_tx_end_fn_t (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/driver/deprecated/driver/
Drmt_types_legacy.h246 typedef void (*rmt_tx_end_fn_t)(rmt_channel_t channel, void *arg); typedef
252 rmt_tx_end_fn_t function; /*!< Function which is called on RMT TX end */
Drmt.h672 rmt_tx_end_callback_t rmt_register_tx_end_callback(rmt_tx_end_fn_t function, void *arg);
/hal_espressif-latest/components/driver/deprecated/
Drmt_legacy.c1169 rmt_tx_end_callback_t rmt_register_tx_end_callback(rmt_tx_end_fn_t function, void *arg) in rmt_register_tx_end_callback()