Home
last modified time | relevance | path

Searched refs:SPI_InitStruct (Results 1 – 4 of 4) sorted by relevance

/device/soc/st/stm32f4xx/sdk/Drivers/STM32F4xx_HAL_Driver/Src/
Dstm32f4xx_ll_spi.c214 ErrorStatus LL_SPI_Init(SPI_TypeDef *SPIx, LL_SPI_InitTypeDef *SPI_InitStruct) in LL_SPI_Init() argument
222 assert_param(IS_LL_SPI_TRANSFER_DIRECTION(SPI_InitStruct->TransferDirection)); in LL_SPI_Init()
223 assert_param(IS_LL_SPI_MODE(SPI_InitStruct->Mode)); in LL_SPI_Init()
224 assert_param(IS_LL_SPI_DATAWIDTH(SPI_InitStruct->DataWidth)); in LL_SPI_Init()
225 assert_param(IS_LL_SPI_POLARITY(SPI_InitStruct->ClockPolarity)); in LL_SPI_Init()
226 assert_param(IS_LL_SPI_PHASE(SPI_InitStruct->ClockPhase)); in LL_SPI_Init()
227 assert_param(IS_LL_SPI_NSS(SPI_InitStruct->NSS)); in LL_SPI_Init()
228 assert_param(IS_LL_SPI_BAUDRATE(SPI_InitStruct->BaudRate)); in LL_SPI_Init()
229 assert_param(IS_LL_SPI_BITORDER(SPI_InitStruct->BitOrder)); in LL_SPI_Init()
230 assert_param(IS_LL_SPI_CRCCALCULATION(SPI_InitStruct->CRCCalculation)); in LL_SPI_Init()
[all …]
/device/soc/st/stm32f407zg/uniproton/board/common/STM32F4xx_StdPeriph_Driver/src/
Dstm32f4xx_spi.c284 void SPI_Init(SPI_TypeDef* SPIx, SPI_InitTypeDef* SPI_InitStruct) in SPI_Init() argument
292 assert_param(IS_SPI_DIRECTION_MODE(SPI_InitStruct->SPI_Direction)); in SPI_Init()
293 assert_param(IS_SPI_MODE(SPI_InitStruct->SPI_Mode)); in SPI_Init()
294 assert_param(IS_SPI_DATASIZE(SPI_InitStruct->SPI_DataSize)); in SPI_Init()
295 assert_param(IS_SPI_CPOL(SPI_InitStruct->SPI_CPOL)); in SPI_Init()
296 assert_param(IS_SPI_CPHA(SPI_InitStruct->SPI_CPHA)); in SPI_Init()
297 assert_param(IS_SPI_NSS(SPI_InitStruct->SPI_NSS)); in SPI_Init()
298 assert_param(IS_SPI_BAUDRATE_PRESCALER(SPI_InitStruct->SPI_BaudRatePrescaler)); in SPI_Init()
299 assert_param(IS_SPI_FIRST_BIT(SPI_InitStruct->SPI_FirstBit)); in SPI_Init()
300 assert_param(IS_SPI_CRC_POLYNOMIAL(SPI_InitStruct->SPI_CRCPolynomial)); in SPI_Init()
[all …]
/device/soc/st/stm32f407zg/uniproton/board/common/STM32F4xx_StdPeriph_Driver/inc/
Dstm32f4xx_spi.h501 void SPI_Init(SPI_TypeDef* SPIx, SPI_InitTypeDef* SPI_InitStruct);
503 void SPI_StructInit(SPI_InitTypeDef* SPI_InitStruct);
/device/soc/st/stm32f4xx/sdk/Drivers/STM32F4xx_HAL_Driver/Inc/
Dstm32f4xx_ll_spi.h1135 ErrorStatus LL_SPI_Init(SPI_TypeDef *SPIx, LL_SPI_InitTypeDef *SPI_InitStruct);
1136 void LL_SPI_StructInit(LL_SPI_InitTypeDef *SPI_InitStruct);