Searched refs:nrf_uart_txd_set (Results 1 – 3 of 3) sorted by relevance
310 __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
244 nrf_uart_txd_set(instance->uart.p_reg, (uint8_t)c); in _uart_putc()
240 nrf_uart_txd_set(p_uart, txd); in tx_byte()