STM32F4xx_HAL_Driver  1.8.3
+ Collaboration diagram for Data_Management:

Functions

__STATIC_INLINE uint8_t LL_USART_ReceiveData8 (const USART_TypeDef *USARTx)
 Read Receiver Data register (Receive Data value, 8 bits) @rmtoll DR DR LL_USART_ReceiveData8. More...
 
__STATIC_INLINE uint16_t LL_USART_ReceiveData9 (const USART_TypeDef *USARTx)
 Read Receiver Data register (Receive Data value, 9 bits) @rmtoll DR DR LL_USART_ReceiveData9. More...
 
__STATIC_INLINE void LL_USART_TransmitData8 (USART_TypeDef *USARTx, uint8_t Value)
 Write in Transmitter Data Register (Transmit Data value, 8 bits) @rmtoll DR DR LL_USART_TransmitData8. More...
 
__STATIC_INLINE void LL_USART_TransmitData9 (USART_TypeDef *USARTx, uint16_t Value)
 Write in Transmitter Data Register (Transmit Data value, 9 bits) @rmtoll DR DR LL_USART_TransmitData9. More...
 

Detailed Description

Function Documentation

◆ LL_USART_ReceiveData8()

__STATIC_INLINE uint8_t LL_USART_ReceiveData8 ( const USART_TypeDef *  USARTx)

Read Receiver Data register (Receive Data value, 8 bits) @rmtoll DR DR LL_USART_ReceiveData8.

Parameters
USARTxUSART Instance
Return values
Valuebetween Min_Data=0x00 and Max_Data=0xFF

Definition at line 2403 of file stm32f4xx_ll_usart.h.

◆ LL_USART_ReceiveData9()

__STATIC_INLINE uint16_t LL_USART_ReceiveData9 ( const USART_TypeDef *  USARTx)

Read Receiver Data register (Receive Data value, 9 bits) @rmtoll DR DR LL_USART_ReceiveData9.

Parameters
USARTxUSART Instance
Return values
Valuebetween Min_Data=0x00 and Max_Data=0x1FF

Definition at line 2414 of file stm32f4xx_ll_usart.h.

◆ LL_USART_TransmitData8()

__STATIC_INLINE void LL_USART_TransmitData8 ( USART_TypeDef *  USARTx,
uint8_t  Value 
)

Write in Transmitter Data Register (Transmit Data value, 8 bits) @rmtoll DR DR LL_USART_TransmitData8.

Parameters
USARTxUSART Instance
Valuebetween Min_Data=0x00 and Max_Data=0xFF
Return values
None

Definition at line 2426 of file stm32f4xx_ll_usart.h.

◆ LL_USART_TransmitData9()

__STATIC_INLINE void LL_USART_TransmitData9 ( USART_TypeDef *  USARTx,
uint16_t  Value 
)

Write in Transmitter Data Register (Transmit Data value, 9 bits) @rmtoll DR DR LL_USART_TransmitData9.

Parameters
USARTxUSART Instance
Valuebetween Min_Data=0x00 and Max_Data=0x1FF
Return values
None

Definition at line 2438 of file stm32f4xx_ll_usart.h.