Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/
Dtwai_hal_iram.c149 TWAI_HAL_SET_BITS(hal_ctx->state_flags, TWAI_HAL_STATE_FLAG_TX_NEED_RETRY);
167 if (hal_ctx->state_flags & TWAI_HAL_STATE_FLAG_TX_NEED_RETRY) {
170 TWAI_HAL_CLEAR_BITS(hal_ctx->state_flags, TWAI_HAL_STATE_FLAG_TX_NEED_RETRY);
/hal_espressif-latest/components/hal/include/hal/
Dtwai_hal.h38 #define TWAI_HAL_STATE_FLAG_TX_NEED_RETRY (1 << 7) //TX needs to be restarted due to errat… macro