Home
last modified time | relevance | path

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

12

/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_ll_spi.c175 ErrorStatus LL_SPI_Init(SPI_TypeDef *SPIx, LL_SPI_InitTypeDef *SPI_InitStruct) in LL_SPI_Init() argument
183 assert_param(IS_LL_SPI_TRANSFER_DIRECTION(SPI_InitStruct->TransferDirection)); in LL_SPI_Init()
184 assert_param(IS_LL_SPI_MODE(SPI_InitStruct->Mode)); in LL_SPI_Init()
185 assert_param(IS_LL_SPI_DATAWIDTH(SPI_InitStruct->DataWidth)); in LL_SPI_Init()
186 assert_param(IS_LL_SPI_POLARITY(SPI_InitStruct->ClockPolarity)); in LL_SPI_Init()
187 assert_param(IS_LL_SPI_PHASE(SPI_InitStruct->ClockPhase)); in LL_SPI_Init()
188 assert_param(IS_LL_SPI_NSS(SPI_InitStruct->NSS)); in LL_SPI_Init()
189 assert_param(IS_LL_SPI_BAUDRATE(SPI_InitStruct->BaudRate)); in LL_SPI_Init()
190 assert_param(IS_LL_SPI_BITORDER(SPI_InitStruct->BitOrder)); in LL_SPI_Init()
191 assert_param(IS_LL_SPI_CRCCALCULATION(SPI_InitStruct->CRCCalculation)); in LL_SPI_Init()
[all …]
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_ll_spi.c187 ErrorStatus LL_SPI_Init(SPI_TypeDef *SPIx, LL_SPI_InitTypeDef *SPI_InitStruct) in LL_SPI_Init() argument
195 assert_param(IS_LL_SPI_TRANSFER_DIRECTION(SPI_InitStruct->TransferDirection)); in LL_SPI_Init()
196 assert_param(IS_LL_SPI_MODE(SPI_InitStruct->Mode)); in LL_SPI_Init()
197 assert_param(IS_LL_SPI_DATAWIDTH(SPI_InitStruct->DataWidth)); in LL_SPI_Init()
198 assert_param(IS_LL_SPI_POLARITY(SPI_InitStruct->ClockPolarity)); in LL_SPI_Init()
199 assert_param(IS_LL_SPI_PHASE(SPI_InitStruct->ClockPhase)); in LL_SPI_Init()
200 assert_param(IS_LL_SPI_NSS(SPI_InitStruct->NSS)); in LL_SPI_Init()
201 assert_param(IS_LL_SPI_BAUDRATE(SPI_InitStruct->BaudRate)); in LL_SPI_Init()
202 assert_param(IS_LL_SPI_BITORDER(SPI_InitStruct->BitOrder)); in LL_SPI_Init()
203 assert_param(IS_LL_SPI_CRCCALCULATION(SPI_InitStruct->CRCCalculation)); in LL_SPI_Init()
[all …]
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_ll_spi.c187 ErrorStatus LL_SPI_Init(SPI_TypeDef *SPIx, LL_SPI_InitTypeDef *SPI_InitStruct) in LL_SPI_Init() argument
195 assert_param(IS_LL_SPI_TRANSFER_DIRECTION(SPI_InitStruct->TransferDirection)); in LL_SPI_Init()
196 assert_param(IS_LL_SPI_MODE(SPI_InitStruct->Mode)); in LL_SPI_Init()
197 assert_param(IS_LL_SPI_DATAWIDTH(SPI_InitStruct->DataWidth)); in LL_SPI_Init()
198 assert_param(IS_LL_SPI_POLARITY(SPI_InitStruct->ClockPolarity)); in LL_SPI_Init()
199 assert_param(IS_LL_SPI_PHASE(SPI_InitStruct->ClockPhase)); in LL_SPI_Init()
200 assert_param(IS_LL_SPI_NSS(SPI_InitStruct->NSS)); in LL_SPI_Init()
201 assert_param(IS_LL_SPI_BAUDRATE(SPI_InitStruct->BaudRate)); in LL_SPI_Init()
202 assert_param(IS_LL_SPI_BITORDER(SPI_InitStruct->BitOrder)); in LL_SPI_Init()
203 assert_param(IS_LL_SPI_CRCCALCULATION(SPI_InitStruct->CRCCalculation)); in LL_SPI_Init()
[all …]
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_ll_spi.c188 ErrorStatus LL_SPI_Init(SPI_TypeDef *SPIx, LL_SPI_InitTypeDef *SPI_InitStruct) in LL_SPI_Init() argument
196 assert_param(IS_LL_SPI_TRANSFER_DIRECTION(SPI_InitStruct->TransferDirection)); in LL_SPI_Init()
197 assert_param(IS_LL_SPI_MODE(SPI_InitStruct->Mode)); in LL_SPI_Init()
198 assert_param(IS_LL_SPI_DATAWIDTH(SPI_InitStruct->DataWidth)); in LL_SPI_Init()
199 assert_param(IS_LL_SPI_POLARITY(SPI_InitStruct->ClockPolarity)); in LL_SPI_Init()
200 assert_param(IS_LL_SPI_PHASE(SPI_InitStruct->ClockPhase)); in LL_SPI_Init()
201 assert_param(IS_LL_SPI_NSS(SPI_InitStruct->NSS)); in LL_SPI_Init()
202 assert_param(IS_LL_SPI_BAUDRATE(SPI_InitStruct->BaudRate)); in LL_SPI_Init()
203 assert_param(IS_LL_SPI_BITORDER(SPI_InitStruct->BitOrder)); in LL_SPI_Init()
204 assert_param(IS_LL_SPI_CRCCALCULATION(SPI_InitStruct->CRCCalculation)); in LL_SPI_Init()
[all …]
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_ll_spi.c285 ErrorStatus LL_SPI_Init(SPI_TypeDef *SPIx, LL_SPI_InitTypeDef *SPI_InitStruct) in LL_SPI_Init() argument
296 assert_param(IS_LL_SPI_TRANSFER_DIRECTION(SPI_InitStruct->TransferDirection)); in LL_SPI_Init()
297 assert_param(IS_LL_SPI_MODE(SPI_InitStruct->Mode)); in LL_SPI_Init()
298 assert_param(IS_LL_SPI_DATAWIDTH(SPI_InitStruct->DataWidth)); in LL_SPI_Init()
299 assert_param(IS_LL_SPI_POLARITY(SPI_InitStruct->ClockPolarity)); in LL_SPI_Init()
300 assert_param(IS_LL_SPI_PHASE(SPI_InitStruct->ClockPhase)); in LL_SPI_Init()
301 assert_param(IS_LL_SPI_NSS(SPI_InitStruct->NSS)); in LL_SPI_Init()
302 assert_param(IS_LL_SPI_BAUDRATEPRESCALER(SPI_InitStruct->BaudRate)); in LL_SPI_Init()
303 assert_param(IS_LL_SPI_BITORDER(SPI_InitStruct->BitOrder)); in LL_SPI_Init()
304 assert_param(IS_LL_SPI_CRCCALCULATION(SPI_InitStruct->CRCCalculation)); in LL_SPI_Init()
[all …]
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_ll_spi.c337 ErrorStatus LL_SPI_Init(SPI_TypeDef *SPIx, LL_SPI_InitTypeDef *SPI_InitStruct) in LL_SPI_Init() argument
348 assert_param(IS_LL_SPI_TRANSFER_DIRECTION(SPI_InitStruct->TransferDirection)); in LL_SPI_Init()
349 assert_param(IS_LL_SPI_MODE(SPI_InitStruct->Mode)); in LL_SPI_Init()
350 assert_param(IS_LL_SPI_DATAWIDTH(SPI_InitStruct->DataWidth)); in LL_SPI_Init()
351 assert_param(IS_LL_SPI_POLARITY(SPI_InitStruct->ClockPolarity)); in LL_SPI_Init()
352 assert_param(IS_LL_SPI_PHASE(SPI_InitStruct->ClockPhase)); in LL_SPI_Init()
353 assert_param(IS_LL_SPI_NSS(SPI_InitStruct->NSS)); in LL_SPI_Init()
354 assert_param(IS_LL_SPI_BAUDRATEPRESCALER(SPI_InitStruct->BaudRate)); in LL_SPI_Init()
355 assert_param(IS_LL_SPI_BITORDER(SPI_InitStruct->BitOrder)); in LL_SPI_Init()
356 assert_param(IS_LL_SPI_CRCCALCULATION(SPI_InitStruct->CRCCalculation)); in LL_SPI_Init()
[all …]
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_ll_spi.c176 ErrorStatus LL_SPI_Init(SPI_TypeDef *SPIx, LL_SPI_InitTypeDef *SPI_InitStruct) in LL_SPI_Init() argument
184 assert_param(IS_LL_SPI_TRANSFER_DIRECTION(SPI_InitStruct->TransferDirection)); in LL_SPI_Init()
185 assert_param(IS_LL_SPI_MODE(SPI_InitStruct->Mode)); in LL_SPI_Init()
186 assert_param(IS_LL_SPI_DATAWIDTH(SPI_InitStruct->DataWidth)); in LL_SPI_Init()
187 assert_param(IS_LL_SPI_POLARITY(SPI_InitStruct->ClockPolarity)); in LL_SPI_Init()
188 assert_param(IS_LL_SPI_PHASE(SPI_InitStruct->ClockPhase)); in LL_SPI_Init()
189 assert_param(IS_LL_SPI_NSS(SPI_InitStruct->NSS)); in LL_SPI_Init()
190 assert_param(IS_LL_SPI_BAUDRATE(SPI_InitStruct->BaudRate)); in LL_SPI_Init()
191 assert_param(IS_LL_SPI_BITORDER(SPI_InitStruct->BitOrder)); in LL_SPI_Init()
192 assert_param(IS_LL_SPI_CRCCALCULATION(SPI_InitStruct->CRCCalculation)); in LL_SPI_Init()
[all …]
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_ll_spi.c176 ErrorStatus LL_SPI_Init(SPI_TypeDef *SPIx, LL_SPI_InitTypeDef *SPI_InitStruct) in LL_SPI_Init() argument
184 assert_param(IS_LL_SPI_TRANSFER_DIRECTION(SPI_InitStruct->TransferDirection)); in LL_SPI_Init()
185 assert_param(IS_LL_SPI_MODE(SPI_InitStruct->Mode)); in LL_SPI_Init()
186 assert_param(IS_LL_SPI_DATAWIDTH(SPI_InitStruct->DataWidth)); in LL_SPI_Init()
187 assert_param(IS_LL_SPI_POLARITY(SPI_InitStruct->ClockPolarity)); in LL_SPI_Init()
188 assert_param(IS_LL_SPI_PHASE(SPI_InitStruct->ClockPhase)); in LL_SPI_Init()
189 assert_param(IS_LL_SPI_NSS(SPI_InitStruct->NSS)); in LL_SPI_Init()
190 assert_param(IS_LL_SPI_BAUDRATE(SPI_InitStruct->BaudRate)); in LL_SPI_Init()
191 assert_param(IS_LL_SPI_BITORDER(SPI_InitStruct->BitOrder)); in LL_SPI_Init()
192 assert_param(IS_LL_SPI_CRCCALCULATION(SPI_InitStruct->CRCCalculation)); in LL_SPI_Init()
[all …]
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_ll_spi.c176 ErrorStatus LL_SPI_Init(SPI_TypeDef *SPIx, LL_SPI_InitTypeDef *SPI_InitStruct) in LL_SPI_Init() argument
184 assert_param(IS_LL_SPI_TRANSFER_DIRECTION(SPI_InitStruct->TransferDirection)); in LL_SPI_Init()
185 assert_param(IS_LL_SPI_MODE(SPI_InitStruct->Mode)); in LL_SPI_Init()
186 assert_param(IS_LL_SPI_DATAWIDTH(SPI_InitStruct->DataWidth)); in LL_SPI_Init()
187 assert_param(IS_LL_SPI_POLARITY(SPI_InitStruct->ClockPolarity)); in LL_SPI_Init()
188 assert_param(IS_LL_SPI_PHASE(SPI_InitStruct->ClockPhase)); in LL_SPI_Init()
189 assert_param(IS_LL_SPI_NSS(SPI_InitStruct->NSS)); in LL_SPI_Init()
190 assert_param(IS_LL_SPI_BAUDRATE(SPI_InitStruct->BaudRate)); in LL_SPI_Init()
191 assert_param(IS_LL_SPI_BITORDER(SPI_InitStruct->BitOrder)); in LL_SPI_Init()
192 assert_param(IS_LL_SPI_CRCCALCULATION(SPI_InitStruct->CRCCalculation)); in LL_SPI_Init()
[all …]
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_ll_spi.c201 ErrorStatus LL_SPI_Init(SPI_TypeDef *SPIx, LL_SPI_InitTypeDef *SPI_InitStruct) in LL_SPI_Init() argument
209 assert_param(IS_LL_SPI_TRANSFER_DIRECTION(SPI_InitStruct->TransferDirection)); in LL_SPI_Init()
210 assert_param(IS_LL_SPI_MODE(SPI_InitStruct->Mode)); in LL_SPI_Init()
211 assert_param(IS_LL_SPI_DATAWIDTH(SPI_InitStruct->DataWidth)); in LL_SPI_Init()
212 assert_param(IS_LL_SPI_POLARITY(SPI_InitStruct->ClockPolarity)); in LL_SPI_Init()
213 assert_param(IS_LL_SPI_PHASE(SPI_InitStruct->ClockPhase)); in LL_SPI_Init()
214 assert_param(IS_LL_SPI_NSS(SPI_InitStruct->NSS)); in LL_SPI_Init()
215 assert_param(IS_LL_SPI_BAUDRATE(SPI_InitStruct->BaudRate)); in LL_SPI_Init()
216 assert_param(IS_LL_SPI_BITORDER(SPI_InitStruct->BitOrder)); in LL_SPI_Init()
217 assert_param(IS_LL_SPI_CRCCALCULATION(SPI_InitStruct->CRCCalculation)); in LL_SPI_Init()
[all …]
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_ll_spi.c188 ErrorStatus LL_SPI_Init(SPI_TypeDef *SPIx, LL_SPI_InitTypeDef *SPI_InitStruct) in LL_SPI_Init() argument
196 assert_param(IS_LL_SPI_TRANSFER_DIRECTION(SPI_InitStruct->TransferDirection)); in LL_SPI_Init()
197 assert_param(IS_LL_SPI_MODE(SPI_InitStruct->Mode)); in LL_SPI_Init()
198 assert_param(IS_LL_SPI_DATAWIDTH(SPI_InitStruct->DataWidth)); in LL_SPI_Init()
199 assert_param(IS_LL_SPI_POLARITY(SPI_InitStruct->ClockPolarity)); in LL_SPI_Init()
200 assert_param(IS_LL_SPI_PHASE(SPI_InitStruct->ClockPhase)); in LL_SPI_Init()
201 assert_param(IS_LL_SPI_NSS(SPI_InitStruct->NSS)); in LL_SPI_Init()
202 assert_param(IS_LL_SPI_BAUDRATE(SPI_InitStruct->BaudRate)); in LL_SPI_Init()
203 assert_param(IS_LL_SPI_BITORDER(SPI_InitStruct->BitOrder)); in LL_SPI_Init()
204 assert_param(IS_LL_SPI_CRCCALCULATION(SPI_InitStruct->CRCCalculation)); in LL_SPI_Init()
[all …]
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_ll_spi.c178 ErrorStatus LL_SPI_Init(SPI_TypeDef *SPIx, LL_SPI_InitTypeDef *SPI_InitStruct) in LL_SPI_Init() argument
186 assert_param(IS_LL_SPI_TRANSFER_DIRECTION(SPI_InitStruct->TransferDirection)); in LL_SPI_Init()
187 assert_param(IS_LL_SPI_MODE(SPI_InitStruct->Mode)); in LL_SPI_Init()
188 assert_param(IS_LL_SPI_DATAWIDTH(SPI_InitStruct->DataWidth)); in LL_SPI_Init()
189 assert_param(IS_LL_SPI_POLARITY(SPI_InitStruct->ClockPolarity)); in LL_SPI_Init()
190 assert_param(IS_LL_SPI_PHASE(SPI_InitStruct->ClockPhase)); in LL_SPI_Init()
191 assert_param(IS_LL_SPI_NSS(SPI_InitStruct->NSS)); in LL_SPI_Init()
192 assert_param(IS_LL_SPI_BAUDRATE(SPI_InitStruct->BaudRate)); in LL_SPI_Init()
193 assert_param(IS_LL_SPI_BITORDER(SPI_InitStruct->BitOrder)); in LL_SPI_Init()
194 assert_param(IS_LL_SPI_CRCCALCULATION(SPI_InitStruct->CRCCalculation)); in LL_SPI_Init()
[all …]
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_ll_spi.c165 ErrorStatus LL_SPI_Init(SPI_TypeDef *SPIx, LL_SPI_InitTypeDef *SPI_InitStruct) in LL_SPI_Init() argument
173 assert_param(IS_LL_SPI_TRANSFER_DIRECTION(SPI_InitStruct->TransferDirection)); in LL_SPI_Init()
174 assert_param(IS_LL_SPI_MODE(SPI_InitStruct->Mode)); in LL_SPI_Init()
175 assert_param(IS_LL_SPI_DATAWIDTH(SPI_InitStruct->DataWidth)); in LL_SPI_Init()
176 assert_param(IS_LL_SPI_POLARITY(SPI_InitStruct->ClockPolarity)); in LL_SPI_Init()
177 assert_param(IS_LL_SPI_PHASE(SPI_InitStruct->ClockPhase)); in LL_SPI_Init()
178 assert_param(IS_LL_SPI_NSS(SPI_InitStruct->NSS)); in LL_SPI_Init()
179 assert_param(IS_LL_SPI_BAUDRATE(SPI_InitStruct->BaudRate)); in LL_SPI_Init()
180 assert_param(IS_LL_SPI_BITORDER(SPI_InitStruct->BitOrder)); in LL_SPI_Init()
181 assert_param(IS_LL_SPI_CRCCALCULATION(SPI_InitStruct->CRCCalculation)); in LL_SPI_Init()
[all …]
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_ll_spi.c178 ErrorStatus LL_SPI_Init(SPI_TypeDef *SPIx, LL_SPI_InitTypeDef *SPI_InitStruct) in LL_SPI_Init() argument
186 assert_param(IS_LL_SPI_TRANSFER_DIRECTION(SPI_InitStruct->TransferDirection)); in LL_SPI_Init()
187 assert_param(IS_LL_SPI_MODE(SPI_InitStruct->Mode)); in LL_SPI_Init()
188 assert_param(IS_LL_SPI_DATAWIDTH(SPI_InitStruct->DataWidth)); in LL_SPI_Init()
189 assert_param(IS_LL_SPI_POLARITY(SPI_InitStruct->ClockPolarity)); in LL_SPI_Init()
190 assert_param(IS_LL_SPI_PHASE(SPI_InitStruct->ClockPhase)); in LL_SPI_Init()
191 assert_param(IS_LL_SPI_NSS(SPI_InitStruct->NSS)); in LL_SPI_Init()
192 assert_param(IS_LL_SPI_BAUDRATE(SPI_InitStruct->BaudRate)); in LL_SPI_Init()
193 assert_param(IS_LL_SPI_BITORDER(SPI_InitStruct->BitOrder)); in LL_SPI_Init()
194 assert_param(IS_LL_SPI_CRCCALCULATION(SPI_InitStruct->CRCCalculation)); in LL_SPI_Init()
[all …]
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_ll_spi.c177 ErrorStatus LL_SPI_Init(SPI_TypeDef *SPIx, LL_SPI_InitTypeDef *SPI_InitStruct) in LL_SPI_Init() argument
185 assert_param(IS_LL_SPI_TRANSFER_DIRECTION(SPI_InitStruct->TransferDirection)); in LL_SPI_Init()
186 assert_param(IS_LL_SPI_MODE(SPI_InitStruct->Mode)); in LL_SPI_Init()
187 assert_param(IS_LL_SPI_DATAWIDTH(SPI_InitStruct->DataWidth)); in LL_SPI_Init()
188 assert_param(IS_LL_SPI_POLARITY(SPI_InitStruct->ClockPolarity)); in LL_SPI_Init()
189 assert_param(IS_LL_SPI_PHASE(SPI_InitStruct->ClockPhase)); in LL_SPI_Init()
190 assert_param(IS_LL_SPI_NSS(SPI_InitStruct->NSS)); in LL_SPI_Init()
191 assert_param(IS_LL_SPI_BAUDRATE(SPI_InitStruct->BaudRate)); in LL_SPI_Init()
192 assert_param(IS_LL_SPI_BITORDER(SPI_InitStruct->BitOrder)); in LL_SPI_Init()
193 assert_param(IS_LL_SPI_CRCCALCULATION(SPI_InitStruct->CRCCalculation)); in LL_SPI_Init()
[all …]
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_ll_spi.c224 ErrorStatus LL_SPI_Init(SPI_TypeDef *SPIx, LL_SPI_InitTypeDef *SPI_InitStruct) in LL_SPI_Init() argument
232 assert_param(IS_LL_SPI_TRANSFER_DIRECTION(SPI_InitStruct->TransferDirection)); in LL_SPI_Init()
233 assert_param(IS_LL_SPI_MODE(SPI_InitStruct->Mode)); in LL_SPI_Init()
234 assert_param(IS_LL_SPI_DATAWIDTH(SPI_InitStruct->DataWidth)); in LL_SPI_Init()
235 assert_param(IS_LL_SPI_POLARITY(SPI_InitStruct->ClockPolarity)); in LL_SPI_Init()
236 assert_param(IS_LL_SPI_PHASE(SPI_InitStruct->ClockPhase)); in LL_SPI_Init()
237 assert_param(IS_LL_SPI_NSS(SPI_InitStruct->NSS)); in LL_SPI_Init()
238 assert_param(IS_LL_SPI_BAUDRATE(SPI_InitStruct->BaudRate)); in LL_SPI_Init()
239 assert_param(IS_LL_SPI_BITORDER(SPI_InitStruct->BitOrder)); in LL_SPI_Init()
240 assert_param(IS_LL_SPI_CRCCALCULATION(SPI_InitStruct->CRCCalculation)); in LL_SPI_Init()
[all …]
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_ll_spi.c188 ErrorStatus LL_SPI_Init(SPI_TypeDef *SPIx, LL_SPI_InitTypeDef *SPI_InitStruct) in LL_SPI_Init() argument
196 assert_param(IS_LL_SPI_TRANSFER_DIRECTION(SPI_InitStruct->TransferDirection)); in LL_SPI_Init()
197 assert_param(IS_LL_SPI_MODE(SPI_InitStruct->Mode)); in LL_SPI_Init()
198 assert_param(IS_LL_SPI_DATAWIDTH(SPI_InitStruct->DataWidth)); in LL_SPI_Init()
199 assert_param(IS_LL_SPI_POLARITY(SPI_InitStruct->ClockPolarity)); in LL_SPI_Init()
200 assert_param(IS_LL_SPI_PHASE(SPI_InitStruct->ClockPhase)); in LL_SPI_Init()
201 assert_param(IS_LL_SPI_NSS(SPI_InitStruct->NSS)); in LL_SPI_Init()
202 assert_param(IS_LL_SPI_BAUDRATE(SPI_InitStruct->BaudRate)); in LL_SPI_Init()
203 assert_param(IS_LL_SPI_BITORDER(SPI_InitStruct->BitOrder)); in LL_SPI_Init()
204 assert_param(IS_LL_SPI_CRCCALCULATION(SPI_InitStruct->CRCCalculation)); in LL_SPI_Init()
[all …]
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_ll_spi.c213 ErrorStatus LL_SPI_Init(SPI_TypeDef *SPIx, LL_SPI_InitTypeDef *SPI_InitStruct) in LL_SPI_Init() argument
221 assert_param(IS_LL_SPI_TRANSFER_DIRECTION(SPI_InitStruct->TransferDirection)); in LL_SPI_Init()
222 assert_param(IS_LL_SPI_MODE(SPI_InitStruct->Mode)); in LL_SPI_Init()
223 assert_param(IS_LL_SPI_DATAWIDTH(SPI_InitStruct->DataWidth)); in LL_SPI_Init()
224 assert_param(IS_LL_SPI_POLARITY(SPI_InitStruct->ClockPolarity)); in LL_SPI_Init()
225 assert_param(IS_LL_SPI_PHASE(SPI_InitStruct->ClockPhase)); in LL_SPI_Init()
226 assert_param(IS_LL_SPI_NSS(SPI_InitStruct->NSS)); in LL_SPI_Init()
227 assert_param(IS_LL_SPI_BAUDRATE(SPI_InitStruct->BaudRate)); in LL_SPI_Init()
228 assert_param(IS_LL_SPI_BITORDER(SPI_InitStruct->BitOrder)); in LL_SPI_Init()
229 assert_param(IS_LL_SPI_CRCCALCULATION(SPI_InitStruct->CRCCalculation)); in LL_SPI_Init()
[all …]
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_ll_spi.c200 ErrorStatus LL_SPI_Init(SPI_TypeDef *SPIx, LL_SPI_InitTypeDef *SPI_InitStruct) in LL_SPI_Init() argument
208 assert_param(IS_LL_SPI_TRANSFER_DIRECTION(SPI_InitStruct->TransferDirection)); in LL_SPI_Init()
209 assert_param(IS_LL_SPI_MODE(SPI_InitStruct->Mode)); in LL_SPI_Init()
210 assert_param(IS_LL_SPI_DATAWIDTH(SPI_InitStruct->DataWidth)); in LL_SPI_Init()
211 assert_param(IS_LL_SPI_POLARITY(SPI_InitStruct->ClockPolarity)); in LL_SPI_Init()
212 assert_param(IS_LL_SPI_PHASE(SPI_InitStruct->ClockPhase)); in LL_SPI_Init()
213 assert_param(IS_LL_SPI_NSS(SPI_InitStruct->NSS)); in LL_SPI_Init()
214 assert_param(IS_LL_SPI_BAUDRATE(SPI_InitStruct->BaudRate)); in LL_SPI_Init()
215 assert_param(IS_LL_SPI_BITORDER(SPI_InitStruct->BitOrder)); in LL_SPI_Init()
216 assert_param(IS_LL_SPI_CRCCALCULATION(SPI_InitStruct->CRCCalculation)); in LL_SPI_Init()
[all …]
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_ll_spi.c338 ErrorStatus LL_SPI_Init(SPI_TypeDef *SPIx, LL_SPI_InitTypeDef *SPI_InitStruct) in LL_SPI_Init() argument
349 assert_param(IS_LL_SPI_TRANSFER_DIRECTION(SPI_InitStruct->TransferDirection)); in LL_SPI_Init()
350 assert_param(IS_LL_SPI_MODE(SPI_InitStruct->Mode)); in LL_SPI_Init()
351 assert_param(IS_LL_SPI_DATAWIDTH(SPI_InitStruct->DataWidth)); in LL_SPI_Init()
352 assert_param(IS_LL_SPI_POLARITY(SPI_InitStruct->ClockPolarity)); in LL_SPI_Init()
353 assert_param(IS_LL_SPI_PHASE(SPI_InitStruct->ClockPhase)); in LL_SPI_Init()
354 assert_param(IS_LL_SPI_NSS(SPI_InitStruct->NSS)); in LL_SPI_Init()
355 assert_param(IS_LL_SPI_BAUDRATEPRESCALER(SPI_InitStruct->BaudRate)); in LL_SPI_Init()
356 assert_param(IS_LL_SPI_BITORDER(SPI_InitStruct->BitOrder)); in LL_SPI_Init()
357 assert_param(IS_LL_SPI_CRCCALCULATION(SPI_InitStruct->CRCCalculation)); in LL_SPI_Init()
[all …]
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_ll_spi.c340 ErrorStatus LL_SPI_Init(SPI_TypeDef *SPIx, LL_SPI_InitTypeDef *SPI_InitStruct) in LL_SPI_Init() argument
351 assert_param(IS_LL_SPI_TRANSFER_DIRECTION(SPI_InitStruct->TransferDirection)); in LL_SPI_Init()
352 assert_param(IS_LL_SPI_MODE(SPI_InitStruct->Mode)); in LL_SPI_Init()
353 assert_param(IS_LL_SPI_DATAWIDTH(SPI_InitStruct->DataWidth)); in LL_SPI_Init()
354 assert_param(IS_LL_SPI_POLARITY(SPI_InitStruct->ClockPolarity)); in LL_SPI_Init()
355 assert_param(IS_LL_SPI_PHASE(SPI_InitStruct->ClockPhase)); in LL_SPI_Init()
356 assert_param(IS_LL_SPI_NSS(SPI_InitStruct->NSS)); in LL_SPI_Init()
357 assert_param(IS_LL_SPI_BAUDRATEPRESCALER(SPI_InitStruct->BaudRate)); in LL_SPI_Init()
358 assert_param(IS_LL_SPI_BITORDER(SPI_InitStruct->BitOrder)); in LL_SPI_Init()
359 assert_param(IS_LL_SPI_CRCCALCULATION(SPI_InitStruct->CRCCalculation)); in LL_SPI_Init()
[all …]
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_ll_spi.c338 ErrorStatus LL_SPI_Init(SPI_TypeDef *SPIx, LL_SPI_InitTypeDef *SPI_InitStruct) in LL_SPI_Init() argument
349 assert_param(IS_LL_SPI_TRANSFER_DIRECTION(SPI_InitStruct->TransferDirection)); in LL_SPI_Init()
350 assert_param(IS_LL_SPI_MODE(SPI_InitStruct->Mode)); in LL_SPI_Init()
351 assert_param(IS_LL_SPI_DATAWIDTH(SPI_InitStruct->DataWidth)); in LL_SPI_Init()
352 assert_param(IS_LL_SPI_POLARITY(SPI_InitStruct->ClockPolarity)); in LL_SPI_Init()
353 assert_param(IS_LL_SPI_PHASE(SPI_InitStruct->ClockPhase)); in LL_SPI_Init()
354 assert_param(IS_LL_SPI_NSS(SPI_InitStruct->NSS)); in LL_SPI_Init()
355 assert_param(IS_LL_SPI_BAUDRATEPRESCALER(SPI_InitStruct->BaudRate)); in LL_SPI_Init()
356 assert_param(IS_LL_SPI_BITORDER(SPI_InitStruct->BitOrder)); in LL_SPI_Init()
357 assert_param(IS_LL_SPI_CRCCALCULATION(SPI_InitStruct->CRCCalculation)); in LL_SPI_Init()
[all …]
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_ll_spi.c337 ErrorStatus LL_SPI_Init(SPI_TypeDef *SPIx, LL_SPI_InitTypeDef *SPI_InitStruct) in LL_SPI_Init() argument
348 assert_param(IS_LL_SPI_TRANSFER_DIRECTION(SPI_InitStruct->TransferDirection)); in LL_SPI_Init()
349 assert_param(IS_LL_SPI_MODE(SPI_InitStruct->Mode)); in LL_SPI_Init()
350 assert_param(IS_LL_SPI_DATAWIDTH(SPI_InitStruct->DataWidth)); in LL_SPI_Init()
351 assert_param(IS_LL_SPI_POLARITY(SPI_InitStruct->ClockPolarity)); in LL_SPI_Init()
352 assert_param(IS_LL_SPI_PHASE(SPI_InitStruct->ClockPhase)); in LL_SPI_Init()
353 assert_param(IS_LL_SPI_NSS(SPI_InitStruct->NSS)); in LL_SPI_Init()
354 assert_param(IS_LL_SPI_BAUDRATEPRESCALER(SPI_InitStruct->BaudRate)); in LL_SPI_Init()
355 assert_param(IS_LL_SPI_BITORDER(SPI_InitStruct->BitOrder)); in LL_SPI_Init()
356 assert_param(IS_LL_SPI_CRCCALCULATION(SPI_InitStruct->CRCCalculation)); in LL_SPI_Init()
[all …]
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_ll_spi.c338 ErrorStatus LL_SPI_Init(SPI_TypeDef *SPIx, LL_SPI_InitTypeDef *SPI_InitStruct) in LL_SPI_Init() argument
349 assert_param(IS_LL_SPI_TRANSFER_DIRECTION(SPI_InitStruct->TransferDirection)); in LL_SPI_Init()
350 assert_param(IS_LL_SPI_MODE(SPI_InitStruct->Mode)); in LL_SPI_Init()
351 assert_param(IS_LL_SPI_DATAWIDTH(SPI_InitStruct->DataWidth)); in LL_SPI_Init()
352 assert_param(IS_LL_SPI_POLARITY(SPI_InitStruct->ClockPolarity)); in LL_SPI_Init()
353 assert_param(IS_LL_SPI_PHASE(SPI_InitStruct->ClockPhase)); in LL_SPI_Init()
354 assert_param(IS_LL_SPI_NSS(SPI_InitStruct->NSS)); in LL_SPI_Init()
355 assert_param(IS_LL_SPI_BAUDRATEPRESCALER(SPI_InitStruct->BaudRate)); in LL_SPI_Init()
356 assert_param(IS_LL_SPI_BITORDER(SPI_InitStruct->BitOrder)); in LL_SPI_Init()
357 assert_param(IS_LL_SPI_CRCCALCULATION(SPI_InitStruct->CRCCalculation)); in LL_SPI_Init()
[all …]
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_ll_spi.h1392 ErrorStatus LL_SPI_Init(SPI_TypeDef *SPIx, LL_SPI_InitTypeDef *SPI_InitStruct);
1393 void LL_SPI_StructInit(LL_SPI_InitTypeDef *SPI_InitStruct);

12