Home
last modified time | relevance | path

Searched defs:SPI_LL_GET_HW (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-latest/components/hal/esp32/include/hal/
Dspi_ll.h40 #define SPI_LL_GET_HW(ID) ((ID)==0? &SPI1:((ID)==1? &SPI2 : &SPI3)) macro
/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)) macro
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Dspi_ll.h40 #define SPI_LL_GET_HW(ID) ((ID)==0? ({abort();NULL;}):&GPSPI2) macro
/hal_espressif-latest/components/hal/esp32c2/include/hal/
Dspi_ll.h39 #define SPI_LL_GET_HW(ID) ((ID)==0? ({abort();NULL;}):&GPSPI2) macro
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Dspi_ll.h39 #define SPI_LL_GET_HW(ID) ((ID)==0? ({abort();NULL;}):&GPSPI2) macro
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Dspi_ll.h42 #define SPI_LL_GET_HW(ID) ((ID)==0? ({abort();NULL;}):&GPSPI2) macro
/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)) macro