Home
last modified time | relevance | path

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

/nrf52832-nimble/nordic/nrfx/hal/
H A Dnrf_uart.h254 __STATIC_INLINE uint32_t nrf_uart_tx_pin_get(NRF_UART_Type * p_reg);
422 __STATIC_INLINE uint32_t nrf_uart_tx_pin_get(NRF_UART_Type * p_reg) in nrf_uart_tx_pin_get() function
/nrf52832-nimble/nordic/nrfx/drivers/src/
H A Dnrfx_uart.c132 txd = nrf_uart_tx_pin_get(p_instance->p_reg); in pins_to_default()