Home
last modified time | relevance | path

Searched defs:IS_SPI_ALL_PERIPH (Results 1 – 8 of 8) sorted by relevance

/bsp/CME_M7/StdPeriph_Driver/inc/
A Dcmem7_spi.h39 #define IS_SPI_ALL_PERIPH(PERIPH) (((PERIPH) == SPI0) || \ macro
/bsp/tkm32F499/Libraries/Hal_lib/inc/
A DHAL_spi.h66 #define IS_SPI_ALL_PERIPH(PERIPH) (((*(uint32_t*)&(PERIPH)) == SPI0_BASE) || \ macro
/bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/inc/
A DHAL_spi.h66 #define IS_SPI_ALL_PERIPH(PERIPH) (((*(uint32_t*)&(PERIPH)) == SPI0_BASE) || \ macro
/bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/inc/
A DHAL_spi.h66 #define IS_SPI_ALL_PERIPH(PERIPH) (((*(uint32_t*)&(PERIPH)) == SPI0_BASE) || \ macro
/bsp/mm32f103x/Libraries/MM32F103/HAL_lib/inc/
A DHAL_spi.h66 #define IS_SPI_ALL_PERIPH(PERIPH) (((*(uint32_t*)&(PERIPH)) == SPI0_BASE) || \ macro
/bsp/airm2m/air32f103/libraries/AIR32F10xLib/inc/
A Dair32f10x_spi.h95 #define IS_SPI_ALL_PERIPH(PERIPH) (((PERIPH) == SPI1) || \ macro
/bsp/ft32/libraries/FT32F0xx/FT32F0xx_Driver/Inc/
A Dft32f0xx_spi.h75 #define IS_SPI_ALL_PERIPH(PERIPH) (((PERIPH) == SPI1) || \ macro
/bsp/hk32/libraries/HK32F0xx_StdPeriph_Driver/inc/
A Dhk32f0xx_spi.h100 #define IS_SPI_ALL_PERIPH(PERIPH) (((PERIPH) == SPI1) || \ macro

Completed in 14 milliseconds