Home
last modified time | relevance | path

Searched refs:pselrts (Results 1 – 5 of 5) sorted by relevance

/hal_nordic-latest/nrfx/hal/
Dnrf_uart.h316 NRF_STATIC_INLINE void nrf_uart_rts_pin_set(NRF_UART_Type * p_reg, uint32_t pselrts);
352 uint32_t pselrts,
524 NRF_STATIC_INLINE void nrf_uart_rts_pin_set(NRF_UART_Type * p_reg, uint32_t pselrts) in nrf_uart_rts_pin_set() argument
527 p_reg->PSEL.RTS = pselrts; in nrf_uart_rts_pin_set()
529 p_reg->PSELRTS = pselrts; in nrf_uart_rts_pin_set()
561 uint32_t pselrts, in nrf_uart_hwfc_pins_set() argument
565 p_reg->PSEL.RTS = pselrts; in nrf_uart_hwfc_pins_set()
567 p_reg->PSELRTS = pselrts; in nrf_uart_hwfc_pins_set()
Dnrf_uarte.h570 NRF_STATIC_INLINE void nrf_uarte_rts_pin_set(NRF_UARTE_Type * p_reg, uint32_t pselrts);
606 uint32_t pselrts,
870 NRF_STATIC_INLINE void nrf_uarte_rts_pin_set(NRF_UARTE_Type * p_reg, uint32_t pselrts) in nrf_uarte_rts_pin_set() argument
872 p_reg->PSEL.RTS = pselrts; in nrf_uarte_rts_pin_set()
891 uint32_t pselrts, in nrf_uarte_hwfc_pins_set() argument
894 p_reg->PSEL.RTS = pselrts; in nrf_uarte_hwfc_pins_set()
/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_uart.h87 uint32_t pselrts; ///< RTS pin number. member
141 .pselrts = NRF_UART_PSEL_DISCONNECTED, \
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_uart.c125 if (p_config->pselrts != NRF_UART_PSEL_DISCONNECTED) in uart_configure()
127 nrf_gpio_pin_set(p_config->pselrts); in uart_configure()
128 nrf_gpio_cfg_output(p_config->pselrts); in uart_configure()
138 p_config->pselrts, p_config->pselcts); in uart_configure()
/hal_nordic-latest/nrfx/haly/
Dnrfy_uarte.h529 uint32_t pselrts, in nrfy_uarte_hwfc_pins_set() argument
532 nrf_uarte_hwfc_pins_set(p_reg, pselrts, pselcts); in nrfy_uarte_hwfc_pins_set()