Searched refs:SPI_InitStruct (Results 1 – 8 of 8) sorted by relevance
202 assert_param(IS_LL_SPI_MODE(SPI_InitStruct->Mode)); in LL_SPI_Init()206 assert_param(IS_LL_SPI_NSS(SPI_InitStruct->NSS)); in LL_SPI_Init()226 SPI_InitStruct->TransferDirection | SPI_InitStruct->Mode | in LL_SPI_Init()227 SPI_InitStruct->ClockPolarity | SPI_InitStruct->ClockPhase | in LL_SPI_Init()228 SPI_InitStruct->NSS | SPI_InitStruct->BaudRate | in LL_SPI_Init()229 SPI_InitStruct->BitOrder | SPI_InitStruct->CRCCalculation); in LL_SPI_Init()238 SPI_InitStruct->DataWidth | (SPI_InitStruct->NSS >> 16U)); in LL_SPI_Init()268 SPI_InitStruct->TransferDirection = LL_SPI_FULL_DUPLEX; in LL_SPI_StructInit()269 SPI_InitStruct->Mode = LL_SPI_MODE_SLAVE; in LL_SPI_StructInit()275 SPI_InitStruct->BitOrder = LL_SPI_MSB_FIRST; in LL_SPI_StructInit()[all …]
188 tmpreg |= (uint16_t)((uint32_t)SPI_InitStruct->SPI_Direction | SPI_InitStruct->SPI_Mode | in SPI_Init()189 SPI_InitStruct->SPI_DataSize | SPI_InitStruct->SPI_CPOL | in SPI_Init()190 SPI_InitStruct->SPI_CPHA | SPI_InitStruct->SPI_NSS | in SPI_Init()191 SPI_InitStruct->SPI_BaudRatePrescaler | SPI_InitStruct->SPI_FirstBit); in SPI_Init()200 SPIx->CRCPR = SPI_InitStruct->SPI_CRCPolynomial; in SPI_Init()375 SPI_InitStruct->SPI_Mode = SPI_Mode_Slave; in SPI_StructInit()377 SPI_InitStruct->SPI_DataSize = SPI_DataSize_8b; in SPI_StructInit()379 SPI_InitStruct->SPI_CPOL = SPI_CPOL_Low; in SPI_StructInit()381 SPI_InitStruct->SPI_CPHA = SPI_CPHA_1Edge; in SPI_StructInit()383 SPI_InitStruct->SPI_NSS = SPI_NSS_Hard; in SPI_StructInit()[all …]
247 tmpreg |= (uint16_t)((uint32_t)SPI_InitStruct->SPI_Direction | SPI_InitStruct->SPI_Mode | in SPI_Init()248 SPI_InitStruct->SPI_DataSize | SPI_InitStruct->SPI_CPOL | in SPI_Init()249 SPI_InitStruct->SPI_CPHA | SPI_InitStruct->SPI_NSS | in SPI_Init()250 SPI_InitStruct->SPI_BaudRatePrescaler | SPI_InitStruct->SPI_FirstBit); in SPI_Init()258 SPIx->CRCPR = SPI_InitStruct->SPI_CRCPolynomial; in SPI_Init()418 SPI_InitStruct->SPI_Mode = SPI_Mode_Slave; in SPI_StructInit()420 SPI_InitStruct->SPI_DataSize = SPI_DataSize_8b; in SPI_StructInit()422 SPI_InitStruct->SPI_CPOL = SPI_CPOL_Low; in SPI_StructInit()424 SPI_InitStruct->SPI_CPHA = SPI_CPHA_1Edge; in SPI_StructInit()426 SPI_InitStruct->SPI_NSS = SPI_NSS_Hard; in SPI_StructInit()[all …]
315 tmpreg |= (uint16_t)((uint32_t)SPI_InitStruct->SPI_Direction | SPI_InitStruct->SPI_Mode | in SPI_Init()316 SPI_InitStruct->SPI_DataSize | SPI_InitStruct->SPI_CPOL | in SPI_Init()317 SPI_InitStruct->SPI_CPHA | SPI_InitStruct->SPI_NSS | in SPI_Init()318 SPI_InitStruct->SPI_BaudRatePrescaler | SPI_InitStruct->SPI_FirstBit); in SPI_Init()326 SPIx->CRCPR = SPI_InitStruct->SPI_CRCPolynomial; in SPI_Init()493 SPI_InitStruct->SPI_Mode = SPI_Mode_Slave; in SPI_StructInit()495 SPI_InitStruct->SPI_DataSize = SPI_DataSize_8b; in SPI_StructInit()497 SPI_InitStruct->SPI_CPOL = SPI_CPOL_Low; in SPI_StructInit()499 SPI_InitStruct->SPI_CPHA = SPI_CPHA_1Edge; in SPI_StructInit()501 SPI_InitStruct->SPI_NSS = SPI_NSS_Hard; in SPI_StructInit()[all …]
446 void SPI_Init(SPI_TypeDef* SPIx, SPI_InitTypeDef* SPI_InitStruct);448 void SPI_StructInit(SPI_InitTypeDef* SPI_InitStruct);
480 void SPI_Init(SPI_TypeDef* SPIx, SPI_InitTypeDef* SPI_InitStruct);482 void SPI_StructInit(SPI_InitTypeDef* SPI_InitStruct);
501 void SPI_Init(SPI_TypeDef* SPIx, SPI_InitTypeDef* SPI_InitStruct);503 void SPI_StructInit(SPI_InitTypeDef* SPI_InitStruct);
1400 ErrorStatus LL_SPI_Init(SPI_TypeDef *SPIx, LL_SPI_InitTypeDef *SPI_InitStruct);1401 void LL_SPI_StructInit(LL_SPI_InitTypeDef *SPI_InitStruct);
Completed in 22 milliseconds