Home
last modified time | relevance | path

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

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