Home
last modified time | relevance | path

Searched refs:twai_ll_get_rx_msg_count (Results 1 – 8 of 8) sorted by relevance

/hal_espressif-latest/components/hal/include/hal/
Dtwai_hal.h174 return twai_ll_get_rx_msg_count((hal_ctx)->dev); in twai_hal_get_rx_msg_count()
322 while (twai_ll_get_rx_msg_count(hal_ctx->dev) > 0) { in twai_hal_clear_rx_fifo_overrun()
/hal_espressif-latest/components/hal/
Dtwai_hal_iram.c131 …if (events & TWAI_HAL_EVENT_RX_BUFF_FRAME && twai_ll_get_rx_msg_count(hal_ctx->dev) >= TWAI_RX_FIF…
154 hal_ctx->rx_msg_cnt_save = (uint8_t) twai_ll_get_rx_msg_count(hal_ctx->dev);
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dtwai_ll.h706 static inline uint32_t twai_ll_get_rx_msg_count(twai_dev_t *hw) in twai_ll_get_rx_msg_count() function
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dtwai_ll.h706 static inline uint32_t twai_ll_get_rx_msg_count(twai_dev_t *hw) in twai_ll_get_rx_msg_count() function
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Dtwai_ll.h706 static inline uint32_t twai_ll_get_rx_msg_count(twai_dev_t *hw) in twai_ll_get_rx_msg_count() function
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Dtwai_ll.h713 static inline uint32_t twai_ll_get_rx_msg_count(twai_dev_t *hw) in twai_ll_get_rx_msg_count() function
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Dtwai_ll.h727 static inline uint32_t twai_ll_get_rx_msg_count(twai_dev_t *hw) in twai_ll_get_rx_msg_count() function
/hal_espressif-latest/components/hal/esp32/include/hal/
Dtwai_ll.h804 static inline uint32_t twai_ll_get_rx_msg_count(twai_dev_t *hw) in twai_ll_get_rx_msg_count() function