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.
Data_Management
[USART Exported Functions]
Functions | |
__STATIC_INLINE uint8_t | LL_USART_ReceiveData8 (USART_TypeDef *USARTx) |
Read Receiver Data register (Receive Data value, 8 bits) RDR RDR LL_USART_ReceiveData8. | |
__STATIC_INLINE uint16_t | LL_USART_ReceiveData9 (USART_TypeDef *USARTx) |
Read Receiver Data register (Receive Data value, 9 bits) RDR RDR LL_USART_ReceiveData9. | |
__STATIC_INLINE void | LL_USART_TransmitData8 (USART_TypeDef *USARTx, uint8_t Value) |
Write in Transmitter Data Register (Transmit Data value, 8 bits) TDR TDR LL_USART_TransmitData8. | |
__STATIC_INLINE void | LL_USART_TransmitData9 (USART_TypeDef *USARTx, uint16_t Value) |
Write in Transmitter Data Register (Transmit Data value, 9 bits) TDR TDR LL_USART_TransmitData9. |
Function Documentation
__STATIC_INLINE uint8_t LL_USART_ReceiveData8 | ( | USART_TypeDef * | USARTx ) |
Read Receiver Data register (Receive Data value, 8 bits) RDR RDR LL_USART_ReceiveData8.
- Parameters:
-
USARTx USART Instance
- Return values:
-
Value between Min_Data=0x00 and Max_Data=0xFF
Definition at line 3577 of file stm32l4xx_ll_usart.h.
__STATIC_INLINE uint16_t LL_USART_ReceiveData9 | ( | USART_TypeDef * | USARTx ) |
Read Receiver Data register (Receive Data value, 9 bits) RDR RDR LL_USART_ReceiveData9.
- Parameters:
-
USARTx USART Instance
- Return values:
-
Value between Min_Data=0x00 and Max_Data=0x1FF
Definition at line 3588 of file stm32l4xx_ll_usart.h.
__STATIC_INLINE void LL_USART_TransmitData8 | ( | USART_TypeDef * | USARTx, |
uint8_t | Value | ||
) |
Write in Transmitter Data Register (Transmit Data value, 8 bits) TDR TDR LL_USART_TransmitData8.
- Parameters:
-
USARTx USART Instance Value between Min_Data=0x00 and Max_Data=0xFF
- Return values:
-
None
Definition at line 3600 of file stm32l4xx_ll_usart.h.
__STATIC_INLINE void LL_USART_TransmitData9 | ( | USART_TypeDef * | USARTx, |
uint16_t | Value | ||
) |
Write in Transmitter Data Register (Transmit Data value, 9 bits) TDR TDR LL_USART_TransmitData9.
- Parameters:
-
USARTx USART Instance Value between Min_Data=0x00 and Max_Data=0x1FF
- Return values:
-
None
Definition at line 3612 of file stm32l4xx_ll_usart.h.
Generated on Tue Jul 12 2022 11:00:17 by
