Home
last modified time | relevance | path

Searched refs:IS_SPI_DATASIZE (Results 1 – 10 of 10) sorted by relevance

/lk-master/external/platform/stm32f1xx/STM32F10x_StdPeriph_Driver/src/
A Dstm32f10x_spi.c167 assert_param(IS_SPI_DATASIZE(SPI_InitStruct->SPI_DataSize)); in SPI_Init()
634 assert_param(IS_SPI_DATASIZE(SPI_DataSize)); in SPI_DataSizeConfig()
/lk-master/external/platform/stm32f2xx/STM32F2xx_StdPeriph_Driver/src/
A Dstm32f2xx_spi.c226 assert_param(IS_SPI_DATASIZE(SPI_InitStruct->SPI_DataSize)); in SPI_Init()
524 assert_param(IS_SPI_DATASIZE(SPI_DataSize)); in SPI_DataSizeConfig()
/lk-master/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/src/
A Dstm32f4xx_spi.c294 assert_param(IS_SPI_DATASIZE(SPI_InitStruct->SPI_DataSize)); in SPI_Init()
600 assert_param(IS_SPI_DATASIZE(SPI_DataSize)); in SPI_DataSizeConfig()
/lk-master/external/platform/stm32f1xx/STM32F10x_StdPeriph_Driver/inc/
A Dstm32f10x_spi.h157 #define IS_SPI_DATASIZE(DATASIZE) (((DATASIZE) == SPI_DataSize_16b) || \ macro
/lk-master/external/platform/stm32f2xx/STM32F2xx_StdPeriph_Driver/inc/
A Dstm32f2xx_spi.h160 #define IS_SPI_DATASIZE(DATASIZE) (((DATASIZE) == SPI_DataSize_16b) || \ macro
/lk-master/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/inc/
A Dstm32f4xx_spi.h181 #define IS_SPI_DATASIZE(DATASIZE) (((DATASIZE) == SPI_DataSize_16b) || \ macro
/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/inc/
A Dstm32f0xx_hal_spi.h561 #define IS_SPI_DATASIZE(DATASIZE) (((DATASIZE) == SPI_DATASIZE_16BIT) || \ macro
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Inc/
A Dstm32f7xx_hal_spi.h560 #define IS_SPI_DATASIZE(DATASIZE) (((DATASIZE) == SPI_DATASIZE_16BIT) || \ macro
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Src/
A Dstm32f7xx_hal_spi.c206 assert_param(IS_SPI_DATASIZE(hspi->Init.DataSize)); in HAL_SPI_Init()
/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/
A Dstm32f0xx_hal_spi.c295 assert_param(IS_SPI_DATASIZE(hspi->Init.DataSize)); in HAL_SPI_Init()

Completed in 21 milliseconds