Home
last modified time | relevance | path

Searched refs:tx_conti_mode (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/hal/esp32/include/hal/
Drmt_ll.h233 dev->conf_ch[channel].conf1.tx_conti_mode = enable; in rmt_ll_tx_enable_loop()
593 return dev->conf_ch[channel].conf1.tx_conti_mode; in rmt_ll_tx_is_loop_enabled()
/hal_espressif-latest/components/soc/esp32/include/soc/
Drmt_struct.h39 …uint32_t tx_conti_mode: 1; /*Set this bit to continue sending from the first data to… member
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Drmt_struct.h21 uint32_t tx_conti_mode: 1; member
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Drmt_ll.h254 dev->tx_conf[channel].tx_conti_mode = enable; in rmt_ll_tx_enable_loop()
770 return dev->tx_conf[channel].tx_conti_mode; in rmt_ll_tx_is_loop_enabled()