Searched refs:SPI_InitStruct (Results 1 – 4 of 4) sorted by relevance
214 ErrorStatus LL_SPI_Init(SPI_TypeDef *SPIx, LL_SPI_InitTypeDef *SPI_InitStruct) in LL_SPI_Init() argument222 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 …]
284 void SPI_Init(SPI_TypeDef* SPIx, SPI_InitTypeDef* SPI_InitStruct) in SPI_Init() argument292 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 …]
501 void SPI_Init(SPI_TypeDef* SPIx, SPI_InitTypeDef* SPI_InitStruct);503 void SPI_StructInit(SPI_InitTypeDef* SPI_InitStruct);
1135 ErrorStatus LL_SPI_Init(SPI_TypeDef *SPIx, LL_SPI_InitTypeDef *SPI_InitStruct);1136 void LL_SPI_StructInit(LL_SPI_InitTypeDef *SPI_InitStruct);