Home
last modified time | relevance | path

Searched refs: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
158 txd = nrf_uart_tx_pin_get(p_instance->p_reg); in pins_to_default()
171 if (txd != NRF_UART_PSEL_DISCONNECTED) in pins_to_default()
173 nrf_gpio_cfg_default(txd); in pins_to_default()
307 uint8_t txd = p_cb->p_tx_buffer[p_cb->tx_counter]; in tx_byte() local
309 nrf_uart_txd_set(p_uart, txd); in tx_byte()
/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() argument
589 p_reg->TXD = txd; in nrf_uart_txd_set()