STM32H735xx HAL User Manual
|
Functions | |
__STATIC_INLINE uint8_t | LL_USART_ReceiveData8 (USART_TypeDef *USARTx) |
Read Receiver Data register (Receive Data value, 8 bits) | |
__STATIC_INLINE uint16_t | LL_USART_ReceiveData9 (USART_TypeDef *USARTx) |
Read Receiver Data register (Receive Data value, 9 bits) | |
__STATIC_INLINE void | LL_USART_TransmitData8 (USART_TypeDef *USARTx, uint8_t Value) |
Write in Transmitter Data Register (Transmit Data value, 8 bits) | |
__STATIC_INLINE void | LL_USART_TransmitData9 (USART_TypeDef *USARTx, uint16_t Value) |
Write in Transmitter Data Register (Transmit Data value, 9 bits) |
__STATIC_INLINE uint8_t LL_USART_ReceiveData8 | ( | USART_TypeDef * | USARTx | ) |
Read Receiver Data register (Receive Data value, 8 bits)
USARTx | USART Instance |
Value | between Min_Data=0x00 and Max_Data=0xFF |
Definition at line 4253 of file stm32h7xx_ll_usart.h.
__STATIC_INLINE uint16_t LL_USART_ReceiveData9 | ( | USART_TypeDef * | USARTx | ) |
Read Receiver Data register (Receive Data value, 9 bits)
USARTx | USART Instance |
Value | between Min_Data=0x00 and Max_Data=0x1FF |
Definition at line 4264 of file stm32h7xx_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)
USARTx | USART Instance |
Value | between Min_Data=0x00 and Max_Data=0xFF |
None |
Definition at line 4276 of file stm32h7xx_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)
USARTx | USART Instance |
Value | between Min_Data=0x00 and Max_Data=0x1FF |
None |
Definition at line 4288 of file stm32h7xx_ll_usart.h.