Searched refs:pselrts (Results 1 – 5 of 5) sorted by relevance
| /hal_nordic-latest/nrfx/hal/ |
| D | nrf_uart.h | 316 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()
|
| D | nrf_uarte.h | 570 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/ |
| D | nrfx_uart.h | 87 uint32_t pselrts; ///< RTS pin number. member 141 .pselrts = NRF_UART_PSEL_DISCONNECTED, \
|
| /hal_nordic-latest/nrfx/drivers/src/ |
| D | nrfx_uart.c | 125 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/ |
| D | nrfy_uarte.h | 529 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()
|