Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/hal/
Dnrf_uart.h377 NRF_STATIC_INLINE void nrf_uart_txd_set(NRF_UART_Type * p_reg, uint8_t txd);
587 NRF_STATIC_INLINE void nrf_uart_txd_set(NRF_UART_Type * p_reg, uint8_t txd) in nrf_uart_txd_set() function
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_uart.c309 nrf_uart_txd_set(p_uart, txd); in tx_byte()