Home
last modified time | relevance | path

Searched refs:nrf_uart_rxd_get (Results 1 – 2 of 2) sorted by relevance

/hal_nordic-latest/nrfx/hal/
Dnrf_uart.h369 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
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_uart.c412 (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()