Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of TUKS-COURSE-TIMER by
DATA Management
[SPI Exported Functions]
Functions | |
__STATIC_INLINE uint8_t | LL_SPI_ReceiveData8 (SPI_TypeDef *SPIx) |
Read 8-Bits in the data register DR DR LL_SPI_ReceiveData8. | |
__STATIC_INLINE uint16_t | LL_SPI_ReceiveData16 (SPI_TypeDef *SPIx) |
Read 16-Bits in the data register DR DR LL_SPI_ReceiveData16. | |
__STATIC_INLINE void | LL_SPI_TransmitData8 (SPI_TypeDef *SPIx, uint8_t TxData) |
Write 8-Bits in the data register DR DR LL_SPI_TransmitData8. | |
__STATIC_INLINE void | LL_SPI_TransmitData16 (SPI_TypeDef *SPIx, uint16_t TxData) |
Write 16-Bits in the data register DR DR LL_SPI_TransmitData16. |
Function Documentation
__STATIC_INLINE uint16_t LL_SPI_ReceiveData16 | ( | SPI_TypeDef * | SPIx ) |
Read 16-Bits in the data register DR DR LL_SPI_ReceiveData16.
- Parameters:
-
SPIx SPI Instance
- Return values:
-
RxData Value between Min_Data=0x00 and Max_Data=0xFFFF
Definition at line 1365 of file stm32l4xx_ll_spi.h.
__STATIC_INLINE uint8_t LL_SPI_ReceiveData8 | ( | SPI_TypeDef * | SPIx ) |
Read 8-Bits in the data register DR DR LL_SPI_ReceiveData8.
- Parameters:
-
SPIx SPI Instance
- Return values:
-
RxData Value between Min_Data=0x00 and Max_Data=0xFF
Definition at line 1354 of file stm32l4xx_ll_spi.h.
__STATIC_INLINE void LL_SPI_TransmitData16 | ( | SPI_TypeDef * | SPIx, |
uint16_t | TxData | ||
) |
Write 16-Bits in the data register DR DR LL_SPI_TransmitData16.
- Parameters:
-
SPIx SPI Instance TxData Value between Min_Data=0x00 and Max_Data=0xFFFF
- Return values:
-
None
Definition at line 1389 of file stm32l4xx_ll_spi.h.
__STATIC_INLINE void LL_SPI_TransmitData8 | ( | SPI_TypeDef * | SPIx, |
uint8_t | TxData | ||
) |
Write 8-Bits in the data register DR DR LL_SPI_TransmitData8.
- Parameters:
-
SPIx SPI Instance TxData Value between Min_Data=0x00 and Max_Data=0xFF
- Return values:
-
None
Definition at line 1377 of file stm32l4xx_ll_spi.h.
Generated on Tue Jul 12 2022 17:38:58 by
