Home
last modified time | relevance | path

Searched refs:TWAI_LL_GET_HW (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-latest/components/hal/
Dtwai_hal.c23 hal_ctx->dev = TWAI_LL_GET_HW(config->controller_id); in twai_hal_init()
/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/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/esp32c6/include/hal/
Dtwai_ll.h26 #define TWAI_LL_GET_HW(controller_id) ((controller_id == 0) ? (&TWAI0) : (&TWAI1)) 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