STM32L443xx 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 2759 of file stm32l4xx_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 2770 of file stm32l4xx_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 2782 of file stm32l4xx_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 2794 of file stm32l4xx_ll_lpuart.h.