Searched refs:nrf_uart_rxd_get (Results 1 – 2 of 2) sorted by relevance
369 NRF_STATIC_INLINE uint8_t nrf_uart_rxd_get(NRF_UART_Type const * p_reg);582 NRF_STATIC_INLINE uint8_t nrf_uart_rxd_get(NRF_UART_Type const * p_reg) in nrf_uart_rxd_get() function
412 (void) nrf_uart_rxd_get(p_uart); in rx_byte()416 p_cb->p_rx_buffer[p_cb->rx_counter] = nrf_uart_rxd_get(p_uart); in rx_byte()