Collaboration diagram for Data_Management: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)
\rst +-------------------—+--------------------------------—+ | Register | BitsName | +======================+===================================+ | RBR | RBR | +-------------------—+--------------------------------—+ \endrst
| UARTx | UART instance |
| Value | between Min_Data=0x00 and Max_Data=0xFF |
Definition at line 1545 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)
\rst +-------------------—+--------------------------------—+ | Register | BitsName | +======================+===================================+ | THR | THR | +-------------------—+--------------------------------—+ \endrst
| UARTx | UART instance |
| value | between Min_Data=0x00 and Max_Data=0xFF |
| None |
Definition at line 1565 of file gr55xx_ll_uart.h.