Home
last modified time | relevance | path

Searched refs:rmt_ll_rx_get_status_word (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-latest/components/hal/esp32/include/hal/
Drmt_ll.h553 static inline uint32_t rmt_ll_rx_get_status_word(rmt_dev_t *dev, uint32_t channel) in rmt_ll_rx_get_status_word() function
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Drmt_ll.h699 static inline uint32_t rmt_ll_rx_get_status_word(rmt_dev_t *dev, uint32_t channel) in rmt_ll_rx_get_status_word() function
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Drmt_ll.h768 static inline uint32_t rmt_ll_rx_get_status_word(rmt_dev_t *dev, uint32_t channel) in rmt_ll_rx_get_status_word() function
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Drmt_ll.h745 static inline uint32_t rmt_ll_rx_get_status_word(rmt_dev_t *dev, uint32_t channel) in rmt_ll_rx_get_status_word() function
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Drmt_ll.h730 static inline uint32_t rmt_ll_rx_get_status_word(rmt_dev_t *dev, uint32_t channel) in rmt_ll_rx_get_status_word() function
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Drmt_ll.h742 static inline uint32_t rmt_ll_rx_get_status_word(rmt_dev_t *dev, uint32_t channel) in rmt_ll_rx_get_status_word() function
/hal_espressif-latest/components/driver/deprecated/
Drmt_legacy.c458 *status = rmt_ll_rx_get_status_word(rmt_contex.hal.regs, RMT_DECODE_RX_CHANNEL(channel)); in rmt_get_status()
899 … ESP_DRAM_LOGD(TAG, "status: 0x%08x", rmt_ll_rx_get_status_word(rmt_contex.hal.regs, channel)); in rmt_driver_isr_default()