Home
last modified time | relevance | path

Searched defs:txd (Results 1 – 2 of 2) sorted by relevance

/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_uart.c153 uint32_t txd; in pins_to_default() local
307 uint8_t txd = p_cb->p_tx_buffer[p_cb->tx_counter]; in tx_byte() local
/hal_nordic-latest/nrfx/hal/
Dnrf_uart.h587 NRF_STATIC_INLINE void nrf_uart_txd_set(NRF_UART_Type * p_reg, uint8_t txd) in nrf_uart_txd_set()