Home
last modified time | relevance | path

Searched refs:status_ch (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/hal/esp32/include/hal/
Drmt_ll.h445 return (dev->status_ch[channel] & 0x3FF) - (channel) * 64; in rmt_ll_rx_get_memory_writer_offset()
549 return dev->status_ch[channel]; in rmt_ll_tx_get_status_word()
555 return dev->status_ch[channel]; in rmt_ll_rx_get_status_word()
/hal_espressif-latest/components/soc/esp32/include/soc/
Drmt_struct.h51 volatile uint32_t status_ch[8]; /*The status for channel0-7*/ member