Home
last modified time | relevance | path

Searched defs:ID (Results 1 – 13 of 13) sorted by relevance

/hal_espressif-latest/components/hal/esp32c6/include/hal/
Dsdio_slave_ll.h28 #define sdio_slave_ll_get_slc(ID) (&SLC) argument
30 #define sdio_slave_ll_get_host(ID) (&HOST) argument
32 #define sdio_slave_ll_get_hinf(ID) (&HINF) argument
Dspi_ll.h40 #define SPI_LL_GET_HW(ID) ((ID)==0? ({abort();NULL;}):&GPSPI2) argument
Dmcpwm_ll.h31 #define MCPWM_LL_GET_HW(ID) (((ID) == 0) ? &MCPWM0 : NULL) argument
/hal_espressif-latest/components/hal/esp32/include/hal/
Dsdio_slave_ll.h28 #define sdio_slave_ll_get_slc(ID) (&SLC) argument
30 #define sdio_slave_ll_get_host(ID) (&HOST) argument
32 #define sdio_slave_ll_get_hinf(ID) (&HINF) argument
Dspi_ll.h40 #define SPI_LL_GET_HW(ID) ((ID)==0? &SPI1:((ID)==1? &SPI2 : &SPI3)) argument
Dmcpwm_ll.h29 #define MCPWM_LL_GET_HW(ID) (((ID) == 0) ? &MCPWM0 : &MCPWM1) argument
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dspi_ll.h41 #define SPI_LL_GET_HW(ID) ((ID)==0? ({abort();NULL;}):((ID)==1? &GPSPI2 : &GPSPI3)) argument
Dmcpwm_ll.h29 #define MCPWM_LL_GET_HW(ID) (((ID) == 0) ? &MCPWM0 : &MCPWM1) argument
/hal_espressif-latest/components/hal/esp32c2/include/hal/
Dspi_ll.h39 #define SPI_LL_GET_HW(ID) ((ID)==0? ({abort();NULL;}):&GPSPI2) argument
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Dspi_ll.h39 #define SPI_LL_GET_HW(ID) ((ID)==0? ({abort();NULL;}):&GPSPI2) argument
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Dspi_ll.h42 #define SPI_LL_GET_HW(ID) ((ID)==0? ({abort();NULL;}):&GPSPI2) argument
Dmcpwm_ll.h29 #define MCPWM_LL_GET_HW(ID) (((ID) == 0) ? &MCPWM0 : NULL) argument
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dspi_ll.h42 #define SPI_LL_GET_HW(ID) ((ID)==0? ({abort();NULL;}):((ID)==1? &GPSPI2 : &GPSPI3)) argument