Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/hal/
Dtwai_hal_iram.c157 TWAI_HAL_SET_BITS(hal_ctx->state_flags, TWAI_HAL_STATE_FLAG_TX_NEED_RETRY);
175 if (hal_ctx->state_flags & TWAI_HAL_STATE_FLAG_TX_NEED_RETRY) {
178 TWAI_HAL_CLEAR_BITS(hal_ctx->state_flags, TWAI_HAL_STATE_FLAG_TX_NEED_RETRY);
/device/soc/esp/esp32/components/hal/include/hal/
Dtwai_hal.h46 #define TWAI_HAL_STATE_FLAG_TX_NEED_RETRY (1 << 7) //TX needs to be restarted due to errat… macro