|
STM32H735xx HAL User Manual
|
Functions | |
| __STATIC_INLINE uint8_t | LL_LPUART_ReceiveData8 (USART_TypeDef *LPUARTx) |
| Read Receiver Data register (Receive Data value, 8 bits) | |
| __STATIC_INLINE uint16_t | LL_LPUART_ReceiveData9 (USART_TypeDef *LPUARTx) |
| Read Receiver Data register (Receive Data value, 9 bits) | |
| __STATIC_INLINE void | LL_LPUART_TransmitData8 (USART_TypeDef *LPUARTx, uint8_t Value) |
| Write in Transmitter Data Register (Transmit Data value, 8 bits) | |
| __STATIC_INLINE void | LL_LPUART_TransmitData9 (USART_TypeDef *LPUARTx, uint16_t Value) |
| Write in Transmitter Data Register (Transmit Data value, 9 bits) | |
| __STATIC_INLINE uint8_t LL_LPUART_ReceiveData8 | ( | USART_TypeDef * | LPUARTx | ) |
Read Receiver Data register (Receive Data value, 8 bits)
| LPUARTx | LPUART Instance |
| Time | Value between Min_Data=0x00 and Max_Data=0xFF |
Definition at line 2532 of file stm32h7xx_ll_lpuart.h.
| __STATIC_INLINE uint16_t LL_LPUART_ReceiveData9 | ( | USART_TypeDef * | LPUARTx | ) |
Read Receiver Data register (Receive Data value, 9 bits)
| LPUARTx | LPUART Instance |
| Time | Value between Min_Data=0x00 and Max_Data=0x1FF |
Definition at line 2543 of file stm32h7xx_ll_lpuart.h.
| __STATIC_INLINE void LL_LPUART_TransmitData8 | ( | USART_TypeDef * | LPUARTx, |
| uint8_t | Value | ||
| ) |
Write in Transmitter Data Register (Transmit Data value, 8 bits)
| LPUARTx | LPUART Instance |
| Value | between Min_Data=0x00 and Max_Data=0xFF |
| None |
Definition at line 2555 of file stm32h7xx_ll_lpuart.h.
| __STATIC_INLINE void LL_LPUART_TransmitData9 | ( | USART_TypeDef * | LPUARTx, |
| uint16_t | Value | ||
| ) |
Write in Transmitter Data Register (Transmit Data value, 9 bits)
| LPUARTx | LPUART Instance |
| Value | between Min_Data=0x00 and Max_Data=0x1FF |
| None |
Definition at line 2567 of file stm32h7xx_ll_lpuart.h.
1.7.6.1