Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/hal/
Dtwai_hal_iram.c46 TWAI_HAL_SET_BITS(state_flags, TWAI_HAL_STATE_FLAG_BUS_OFF);
60 … TWAI_HAL_CLEAR_BITS(state_flags, TWAI_HAL_STATE_FLAG_RECOVERING | TWAI_HAL_STATE_FLAG_BUS_OFF);
/hal_espressif-3.6.0/components/hal/include/hal/
Dtwai_hal.h43 #define TWAI_HAL_STATE_FLAG_BUS_OFF (1 << 4) //Bus-off due to TEC >= 256 macro
/hal_espressif-3.6.0/components/driver/
Dtwai.c561 …if (twai_hal_check_state_flags(&twai_context, TWAI_HAL_STATE_FLAG_BUS_OFF) || !twai_hal_check_stat… in twai_transmit()