Home
last modified time | relevance | path

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

/nrf52832-nimble/nordic/nrfx/hal/
H A Dnrf_uart.h310 __STATIC_INLINE void nrf_uart_txd_set(NRF_UART_Type * p_reg, uint8_t txd);
483 __STATIC_INLINE void nrf_uart_txd_set(NRF_UART_Type * p_reg, uint8_t txd) in nrf_uart_txd_set() function
/nrf52832-nimble/drivers/
H A Ddrv_uart.c244 nrf_uart_txd_set(instance->uart.p_reg, (uint8_t)c); in _uart_putc()
/nrf52832-nimble/nordic/nrfx/drivers/src/
H A Dnrfx_uart.c240 nrf_uart_txd_set(p_uart, txd); in tx_byte()