Functions | |
__STATIC_INLINE uint8_t | ll_uart_receive_data8 (uart_regs_t *UARTx) |
Read Receiver Data register (Receive Data value, 8 bits) More... | |
__STATIC_INLINE void | ll_uart_transmit_data8 (uart_regs_t *UARTx, uint8_t value) |
Write in Transmitter Data Register (Transmit Data value, 8 bits) More... | |
__STATIC_INLINE uint8_t ll_uart_receive_data8 | ( | uart_regs_t * | UARTx | ) |
Read Receiver Data register (Receive Data value, 8 bits)
Register|BitsName --------|-------- RBR | RBR
UARTx | UART instance |
Value | between Min_Data=0x00 and Max_Data=0xFF |
Definition at line 1378 of file gr55xx_ll_uart.h.
__STATIC_INLINE void ll_uart_transmit_data8 | ( | uart_regs_t * | UARTx, |
uint8_t | value | ||
) |
Write in Transmitter Data Register (Transmit Data value, 8 bits)
Register|BitsName --------|-------- THR | THR
UARTx | UART instance |
value | between Min_Data=0x00 and Max_Data=0xFF |
None |
Definition at line 1394 of file gr55xx_ll_uart.h.