|
STM32F479xx HAL User Manual
|
Functions | |
| __STATIC_INLINE void | LL_SPI_Enable (SPI_TypeDef *SPIx) |
| Enable SPI peripheral. | |
| __STATIC_INLINE void | LL_SPI_Disable (SPI_TypeDef *SPIx) |
| Disable SPI peripheral. | |
| __STATIC_INLINE uint32_t | LL_SPI_IsEnabled (SPI_TypeDef *SPIx) |
| Check if SPI peripheral is enabled. | |
| __STATIC_INLINE void | LL_SPI_SetMode (SPI_TypeDef *SPIx, uint32_t Mode) |
| Set SPI operation mode to Master or Slave. | |
| __STATIC_INLINE uint32_t | LL_SPI_GetMode (SPI_TypeDef *SPIx) |
| Get SPI operation mode (Master or Slave) | |
| __STATIC_INLINE void | LL_SPI_SetStandard (SPI_TypeDef *SPIx, uint32_t Standard) |
| Set serial protocol used. | |
| __STATIC_INLINE uint32_t | LL_SPI_GetStandard (SPI_TypeDef *SPIx) |
| Get serial protocol used. | |
| __STATIC_INLINE void | LL_SPI_SetClockPhase (SPI_TypeDef *SPIx, uint32_t ClockPhase) |
| Set clock phase. | |
| __STATIC_INLINE uint32_t | LL_SPI_GetClockPhase (SPI_TypeDef *SPIx) |
| Get clock phase. | |
| __STATIC_INLINE void | LL_SPI_SetClockPolarity (SPI_TypeDef *SPIx, uint32_t ClockPolarity) |
| Set clock polarity. | |
| __STATIC_INLINE uint32_t | LL_SPI_GetClockPolarity (SPI_TypeDef *SPIx) |
| Get clock polarity. | |
| __STATIC_INLINE void | LL_SPI_SetBaudRatePrescaler (SPI_TypeDef *SPIx, uint32_t BaudRate) |
| Set baud rate prescaler. | |
| __STATIC_INLINE uint32_t | LL_SPI_GetBaudRatePrescaler (SPI_TypeDef *SPIx) |
| Get baud rate prescaler. | |
| __STATIC_INLINE void | LL_SPI_SetTransferBitOrder (SPI_TypeDef *SPIx, uint32_t BitOrder) |
| Set transfer bit order. | |
| __STATIC_INLINE uint32_t | LL_SPI_GetTransferBitOrder (SPI_TypeDef *SPIx) |
| Get transfer bit order. | |
| __STATIC_INLINE void | LL_SPI_SetTransferDirection (SPI_TypeDef *SPIx, uint32_t TransferDirection) |
| Set transfer direction mode. | |
| __STATIC_INLINE uint32_t | LL_SPI_GetTransferDirection (SPI_TypeDef *SPIx) |
| Get transfer direction mode. | |
| __STATIC_INLINE void | LL_SPI_SetDataWidth (SPI_TypeDef *SPIx, uint32_t DataWidth) |
| Set frame data width. | |
| __STATIC_INLINE uint32_t | LL_SPI_GetDataWidth (SPI_TypeDef *SPIx) |
| Get frame data width. | |
| __STATIC_INLINE void LL_SPI_Disable | ( | SPI_TypeDef * | SPIx | ) |
Disable SPI peripheral.
| SPIx | SPI Instance |
| None |
Definition at line 310 of file stm32f4xx_ll_spi.h.
| __STATIC_INLINE void LL_SPI_Enable | ( | SPI_TypeDef * | SPIx | ) |
Enable SPI peripheral.
| SPIx | SPI Instance |
| None |
Definition at line 298 of file stm32f4xx_ll_spi.h.
| __STATIC_INLINE uint32_t LL_SPI_GetBaudRatePrescaler | ( | SPI_TypeDef * | SPIx | ) |
Get baud rate prescaler.
| SPIx | SPI Instance |
| Returned | value can be one of the following values: |
Definition at line 477 of file stm32f4xx_ll_spi.h.
| __STATIC_INLINE uint32_t LL_SPI_GetClockPhase | ( | SPI_TypeDef * | SPIx | ) |
Get clock phase.
| SPIx | SPI Instance |
| Returned | value can be one of the following values: |
Definition at line 408 of file stm32f4xx_ll_spi.h.
| __STATIC_INLINE uint32_t LL_SPI_GetClockPolarity | ( | SPI_TypeDef * | SPIx | ) |
Get clock polarity.
| SPIx | SPI Instance |
| Returned | value can be one of the following values: |
Definition at line 437 of file stm32f4xx_ll_spi.h.
| __STATIC_INLINE uint32_t LL_SPI_GetDataWidth | ( | SPI_TypeDef * | SPIx | ) |
Get frame data width.
| SPIx | SPI Instance |
| Returned | value can be one of the following values: |
Definition at line 569 of file stm32f4xx_ll_spi.h.
| __STATIC_INLINE uint32_t LL_SPI_GetMode | ( | SPI_TypeDef * | SPIx | ) |
Get SPI operation mode (Master or Slave)
| SPIx | SPI Instance |
| Returned | value can be one of the following values: |
Definition at line 351 of file stm32f4xx_ll_spi.h.
| __STATIC_INLINE uint32_t LL_SPI_GetStandard | ( | SPI_TypeDef * | SPIx | ) |
Get serial protocol used.
| SPIx | SPI Instance |
| Returned | value can be one of the following values: |
Definition at line 379 of file stm32f4xx_ll_spi.h.
| __STATIC_INLINE uint32_t LL_SPI_GetTransferBitOrder | ( | SPI_TypeDef * | SPIx | ) |
Get transfer bit order.
| SPIx | SPI Instance |
| Returned | value can be one of the following values: |
Definition at line 505 of file stm32f4xx_ll_spi.h.
| __STATIC_INLINE uint32_t LL_SPI_GetTransferDirection | ( | SPI_TypeDef * | SPIx | ) |
Get transfer direction mode.
| SPIx | SPI Instance |
| Returned | value can be one of the following values: |
Definition at line 542 of file stm32f4xx_ll_spi.h.
| __STATIC_INLINE uint32_t LL_SPI_IsEnabled | ( | SPI_TypeDef * | SPIx | ) |
Check if SPI peripheral is enabled.
| SPIx | SPI Instance |
| State | of bit (1 or 0). |
Definition at line 321 of file stm32f4xx_ll_spi.h.
Referenced by LL_SPI_Init().
| __STATIC_INLINE void LL_SPI_SetBaudRatePrescaler | ( | SPI_TypeDef * | SPIx, |
| uint32_t | BaudRate | ||
| ) |
Set baud rate prescaler.
| SPIx | SPI Instance |
| BaudRate | This parameter can be one of the following values: |
| None |
Definition at line 458 of file stm32f4xx_ll_spi.h.
| __STATIC_INLINE void LL_SPI_SetClockPhase | ( | SPI_TypeDef * | SPIx, |
| uint32_t | ClockPhase | ||
| ) |
Set clock phase.
| SPIx | SPI Instance |
| ClockPhase | This parameter can be one of the following values: |
| None |
Definition at line 395 of file stm32f4xx_ll_spi.h.
| __STATIC_INLINE void LL_SPI_SetClockPolarity | ( | SPI_TypeDef * | SPIx, |
| uint32_t | ClockPolarity | ||
| ) |
Set clock polarity.
| SPIx | SPI Instance |
| ClockPolarity | This parameter can be one of the following values: |
| None |
Definition at line 424 of file stm32f4xx_ll_spi.h.
| __STATIC_INLINE void LL_SPI_SetDataWidth | ( | SPI_TypeDef * | SPIx, |
| uint32_t | DataWidth | ||
| ) |
Set frame data width.
| SPIx | SPI Instance |
| DataWidth | This parameter can be one of the following values: |
| None |
Definition at line 556 of file stm32f4xx_ll_spi.h.
| __STATIC_INLINE void LL_SPI_SetMode | ( | SPI_TypeDef * | SPIx, |
| uint32_t | Mode | ||
| ) |
Set SPI operation mode to Master or Slave.
| SPIx | SPI Instance |
| Mode | This parameter can be one of the following values: |
| None |
Definition at line 337 of file stm32f4xx_ll_spi.h.
| __STATIC_INLINE void LL_SPI_SetStandard | ( | SPI_TypeDef * | SPIx, |
| uint32_t | Standard | ||
| ) |
Set serial protocol used.
| SPIx | SPI Instance |
| Standard | This parameter can be one of the following values: |
| None |
Definition at line 366 of file stm32f4xx_ll_spi.h.
| __STATIC_INLINE void LL_SPI_SetTransferBitOrder | ( | SPI_TypeDef * | SPIx, |
| uint32_t | BitOrder | ||
| ) |
Set transfer bit order.
| SPIx | SPI Instance |
| BitOrder | This parameter can be one of the following values: |
| None |
Definition at line 492 of file stm32f4xx_ll_spi.h.
| __STATIC_INLINE void LL_SPI_SetTransferDirection | ( | SPI_TypeDef * | SPIx, |
| uint32_t | TransferDirection | ||
| ) |
Set transfer direction mode.
| SPIx | SPI Instance |
| TransferDirection | This parameter can be one of the following values: |
| None |
Definition at line 525 of file stm32f4xx_ll_spi.h.
1.7.6.1