Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/hal/
Dnrf_uart.h333 NRF_STATIC_INLINE void nrf_uart_cts_pin_set(NRF_UART_Type * p_reg, uint32_t pselcts);
353 uint32_t pselcts);
542 NRF_STATIC_INLINE void nrf_uart_cts_pin_set(NRF_UART_Type * p_reg, uint32_t pselcts) in nrf_uart_cts_pin_set() argument
545 p_reg->PSEL.CTS = pselcts; in nrf_uart_cts_pin_set()
547 p_reg->PSELCTS = pselcts; in nrf_uart_cts_pin_set()
562 uint32_t pselcts) in nrf_uart_hwfc_pins_set() argument
571 p_reg->PSEL.CTS = pselcts; in nrf_uart_hwfc_pins_set()
573 p_reg->PSELCTS = pselcts; in nrf_uart_hwfc_pins_set()
Dnrf_uarte.h587 NRF_STATIC_INLINE void nrf_uarte_cts_pin_set(NRF_UARTE_Type * p_reg, uint32_t pselcts);
607 uint32_t pselcts);
880 NRF_STATIC_INLINE void nrf_uarte_cts_pin_set(NRF_UARTE_Type * p_reg, uint32_t pselcts) in nrf_uarte_cts_pin_set() argument
882 p_reg->PSEL.CTS = pselcts; in nrf_uarte_cts_pin_set()
892 uint32_t pselcts) in nrf_uarte_hwfc_pins_set() argument
895 p_reg->PSEL.CTS = pselcts; in nrf_uarte_hwfc_pins_set()
/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_uart.h86 uint32_t pselcts; ///< CTS pin number. member
140 .pselcts = NRF_UART_PSEL_DISCONNECTED, \
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_uart.c130 if (p_config->pselcts != NRF_UART_PSEL_DISCONNECTED) in uart_configure()
132 nrf_gpio_cfg_input(p_config->pselcts, NRF_GPIO_PIN_NOPULL); in uart_configure()
138 p_config->pselrts, p_config->pselcts); in uart_configure()
/hal_nordic-latest/nrfx/haly/
Dnrfy_uarte.h530 uint32_t pselcts) in nrfy_uarte_hwfc_pins_set() argument
532 nrf_uarte_hwfc_pins_set(p_reg, pselrts, pselcts); in nrfy_uarte_hwfc_pins_set()