Searched defs:SPIx (Results 1 – 5 of 5) sorted by relevance
/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/inc/ |
A D | stm32f0xx_ll_spi.h | 375 __STATIC_INLINE void LL_SPI_Enable(SPI_TypeDef *SPIx) in LL_SPI_Enable() 387 __STATIC_INLINE void LL_SPI_Disable(SPI_TypeDef *SPIx) in LL_SPI_Disable() 398 __STATIC_INLINE uint32_t LL_SPI_IsEnabled(SPI_TypeDef *SPIx) in LL_SPI_IsEnabled() 428 __STATIC_INLINE uint32_t LL_SPI_GetMode(SPI_TypeDef *SPIx) in LL_SPI_GetMode() 715 __STATIC_INLINE void LL_SPI_EnableCRC(SPI_TypeDef *SPIx) in LL_SPI_EnableCRC() 727 __STATIC_INLINE void LL_SPI_DisableCRC(SPI_TypeDef *SPIx) in LL_SPI_DisableCRC() 779 __STATIC_INLINE void LL_SPI_SetCRCNext(SPI_TypeDef *SPIx) in LL_SPI_SetCRCNext() 813 __STATIC_INLINE uint32_t LL_SPI_GetRxCRC(SPI_TypeDef *SPIx) in LL_SPI_GetRxCRC() 824 __STATIC_INLINE uint32_t LL_SPI_GetTxCRC(SPI_TypeDef *SPIx) in LL_SPI_GetTxCRC() 1645 __STATIC_INLINE void LL_I2S_Enable(SPI_TypeDef *SPIx) in LL_I2S_Enable() [all …]
|
/lk-master/external/platform/stm32f2xx/STM32F2xx_StdPeriph_Driver/src/ |
A D | stm32f2xx_spi.c | 177 void SPI_I2S_DeInit(SPI_TypeDef* SPIx) in SPI_I2S_DeInit() 216 void SPI_Init(SPI_TypeDef* SPIx, SPI_InitTypeDef* SPI_InitStruct) in SPI_Init() 280 void I2S_Init(SPI_TypeDef* SPIx, I2S_InitTypeDef* I2S_InitStruct) in I2S_Init() 469 void SPI_Cmd(SPI_TypeDef* SPIx, FunctionalState NewState) in SPI_Cmd() 493 void I2S_Cmd(SPI_TypeDef* SPIx, FunctionalState NewState) in I2S_Cmd() 621 void SPI_TIModeCmd(SPI_TypeDef* SPIx, FunctionalState NewState) in SPI_TIModeCmd() 672 uint16_t SPI_I2S_ReceiveData(SPI_TypeDef* SPIx) in SPI_I2S_ReceiveData() 688 void SPI_I2S_SendData(SPI_TypeDef* SPIx, uint16_t Data) in SPI_I2S_SendData() 799 void SPI_TransmitCRC(SPI_TypeDef* SPIx) in SPI_TransmitCRC() 817 uint16_t SPI_GetCRC(SPI_TypeDef* SPIx, uint8_t SPI_CRC) in SPI_GetCRC() [all …]
|
/lk-master/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/src/ |
A D | stm32f4xx_spi.c | 224 void SPI_I2S_DeInit(SPI_TypeDef* SPIx) in SPI_I2S_DeInit() 284 void SPI_Init(SPI_TypeDef* SPIx, SPI_InitTypeDef* SPI_InitStruct) in SPI_Init() 348 void I2S_Init(SPI_TypeDef* SPIx, I2S_InitTypeDef* I2S_InitStruct) in I2S_Init() 544 void SPI_Cmd(SPI_TypeDef* SPIx, FunctionalState NewState) in SPI_Cmd() 569 void I2S_Cmd(SPI_TypeDef* SPIx, FunctionalState NewState) in I2S_Cmd() 697 void SPI_TIModeCmd(SPI_TypeDef* SPIx, FunctionalState NewState) in SPI_TIModeCmd() 808 uint16_t SPI_I2S_ReceiveData(SPI_TypeDef* SPIx) in SPI_I2S_ReceiveData() 824 void SPI_I2S_SendData(SPI_TypeDef* SPIx, uint16_t Data) in SPI_I2S_SendData() 936 void SPI_TransmitCRC(SPI_TypeDef* SPIx) in SPI_TransmitCRC() 954 uint16_t SPI_GetCRC(SPI_TypeDef* SPIx, uint8_t SPI_CRC) in SPI_GetCRC() [all …]
|
/lk-master/external/platform/stm32f1xx/STM32F10x_StdPeriph_Driver/src/ |
A D | stm32f10x_spi.c | 118 void SPI_I2S_DeInit(SPI_TypeDef* SPIx) in SPI_I2S_DeInit() 157 void SPI_Init(SPI_TypeDef* SPIx, SPI_InitTypeDef* SPI_InitStruct) in SPI_Init() 218 void I2S_Init(SPI_TypeDef* SPIx, I2S_InitTypeDef* I2S_InitStruct) in I2S_Init() 426 void SPI_Cmd(SPI_TypeDef* SPIx, FunctionalState NewState) in SPI_Cmd() 450 void I2S_Cmd(SPI_TypeDef* SPIx, FunctionalState NewState) in I2S_Cmd() 546 void SPI_I2S_SendData(SPI_TypeDef* SPIx, uint16_t Data) in SPI_I2S_SendData() 562 uint16_t SPI_I2S_ReceiveData(SPI_TypeDef* SPIx) in SPI_I2S_ReceiveData() 646 void SPI_TransmitCRC(SPI_TypeDef* SPIx) in SPI_TransmitCRC() 688 uint16_t SPI_GetCRC(SPI_TypeDef* SPIx, uint8_t SPI_CRC) in SPI_GetCRC() 713 uint16_t SPI_GetCRCPolynomial(SPI_TypeDef* SPIx) in SPI_GetCRCPolynomial() [all …]
|
/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/ |
A D | stm32f0xx_ll_spi.c | 150 ErrorStatus LL_SPI_DeInit(SPI_TypeDef *SPIx) in LL_SPI_DeInit() 193 ErrorStatus LL_SPI_Init(SPI_TypeDef *SPIx, LL_SPI_InitTypeDef *SPI_InitStruct) in LL_SPI_Init() 369 ErrorStatus LL_I2S_DeInit(SPI_TypeDef *SPIx) in LL_I2S_DeInit() 384 ErrorStatus LL_I2S_Init(SPI_TypeDef *SPIx, LL_I2S_InitTypeDef *I2S_InitStruct) in LL_I2S_Init() 513 void LL_I2S_ConfigPrescaler(SPI_TypeDef *SPIx, uint32_t PrescalerLinear, uint32_t PrescalerParity) in LL_I2S_ConfigPrescaler()
|
Completed in 14 milliseconds