Home
last modified time | relevance | path

Searched defs:TWAI_LL_GET_HW (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dtwai_ll.h27 #define TWAI_LL_GET_HW(controller_id) ((controller_id == 0) ? (&TWAI) : NULL) macro
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dtwai_ll.h27 #define TWAI_LL_GET_HW(controller_id) ((controller_id == 0) ? (&TWAI) : NULL) macro
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Dtwai_ll.h26 #define TWAI_LL_GET_HW(controller_id) ((controller_id == 0) ? (&TWAI0) : (&TWAI1)) macro
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Dtwai_ll.h27 #define TWAI_LL_GET_HW(controller_id) ((controller_id == 0) ? (&TWAI) : NULL) macro
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Dtwai_ll.h29 #define TWAI_LL_GET_HW(controller_id) ((controller_id == 0) ? (&TWAI0) : NULL) macro
/hal_espressif-latest/components/hal/esp32/include/hal/
Dtwai_ll.h28 #define TWAI_LL_GET_HW(controller_id) ((controller_id == 0) ? (&TWAI) : NULL) macro