Home
last modified time | relevance | path

Searched refs:twai_hal_check_last_tx_successful (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-3.6.0/components/hal/esp32/include/hal/
Dcan_hal.h101 return twai_hal_check_last_tx_successful(hal_ctx); in can_hal_check_last_tx_successful()
/hal_espressif-3.6.0/components/hal/include/hal/
Dtwai_hal.h183 static inline bool twai_hal_check_last_tx_successful(twai_hal_context_t *hal_ctx) in twai_hal_check_last_tx_successful() function
/hal_espressif-3.6.0/components/driver/
Dtwai.c174 if (twai_hal_check_last_tx_successful(&twai_context)) { in twai_handle_tx_buffer_frame()