Home
last modified time | relevance | path

Searched refs:TWAI_HAL_EVENT_BELOW_EWL (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-3.6.0/components/hal/esp32/include/hal/
Dcan_hal.h39 #define CAN_HAL_EVENT_BELOW_EWL TWAI_HAL_EVENT_BELOW_EWL
/hal_espressif-3.6.0/components/hal/include/hal/
Dtwai_hal.h54 #define TWAI_HAL_EVENT_BELOW_EWL (1 << 4) macro
/hal_espressif-3.6.0/components/hal/
Dtwai_hal_iram.c62 TWAI_HAL_SET_BITS(events, TWAI_HAL_EVENT_BELOW_EWL);
/hal_espressif-3.6.0/components/driver/
Dtwai.c262 if (events & TWAI_HAL_EVENT_BELOW_EWL) { in twai_intr_handler_main()