Searched refs:rmt_ll_tx_get_status_word (Results 1 – 7 of 7) sorted by relevance
/hal_espressif-latest/components/hal/esp32/include/hal/ |
D | rmt_ll.h | 547 static inline uint32_t rmt_ll_tx_get_status_word(rmt_dev_t *dev, uint32_t channel) in rmt_ll_tx_get_status_word() function
|
/hal_espressif-latest/components/hal/esp32s2/include/hal/ |
D | rmt_ll.h | 693 static inline uint32_t rmt_ll_tx_get_status_word(rmt_dev_t *dev, uint32_t channel) in rmt_ll_tx_get_status_word() function
|
/hal_espressif-latest/components/hal/esp32s3/include/hal/ |
D | rmt_ll.h | 762 static inline uint32_t rmt_ll_tx_get_status_word(rmt_dev_t *dev, uint32_t channel) in rmt_ll_tx_get_status_word() function
|
/hal_espressif-latest/components/hal/esp32c6/include/hal/ |
D | rmt_ll.h | 739 static inline uint32_t rmt_ll_tx_get_status_word(rmt_dev_t *dev, uint32_t channel) in rmt_ll_tx_get_status_word() function
|
/hal_espressif-latest/components/hal/esp32c3/include/hal/ |
D | rmt_ll.h | 724 static inline uint32_t rmt_ll_tx_get_status_word(rmt_dev_t *dev, uint32_t channel) in rmt_ll_tx_get_status_word() function
|
/hal_espressif-latest/components/hal/esp32h2/include/hal/ |
D | rmt_ll.h | 736 static inline uint32_t rmt_ll_tx_get_status_word(rmt_dev_t *dev, uint32_t channel) in rmt_ll_tx_get_status_word() function
|
/hal_espressif-latest/components/driver/deprecated/ |
D | rmt_legacy.c | 460 *status = rmt_ll_tx_get_status_word(rmt_contex.hal.regs, channel); in rmt_get_status() 914 … ESP_DRAM_LOGD(TAG, "status: 0x%08x", rmt_ll_tx_get_status_word(rmt_contex.hal.regs, channel)); in rmt_driver_isr_default()
|