Searched refs:pselcts (Results 1 – 6 of 6) sorted by relevance
302 uint32_t pselcts);475 uint32_t pselcts) in nrf_uart_hwfc_pins_set() argument484 p_reg->PSEL.CTS = pselcts; in nrf_uart_hwfc_pins_set()486 p_reg->PSELCTS = pselcts; in nrf_uart_hwfc_pins_set()
382 uint32_t pselcts);594 uint32_t pselcts) in nrf_uarte_hwfc_pins_set() argument597 p_reg->PSEL.CTS = pselcts; in nrf_uarte_hwfc_pins_set()
85 uint32_t pselcts; ///< CTS pin number. member125 .pselcts = NRF_UART_PSEL_DISCONNECTED, \
94 uint32_t pselcts; ///< CTS pin number. member134 .pselcts = NRF_UARTE_PSEL_DISCONNECTED, \
90 if (p_config->pselcts != NRF_UART_PSEL_DISCONNECTED) in apply_config()92 nrf_gpio_cfg_input(p_config->pselcts, NRF_GPIO_PIN_NOPULL); in apply_config()99 nrf_uart_hwfc_pins_set(p_instance->p_reg, p_config->pselrts, p_config->pselcts); in apply_config()
121 if (p_config->pselcts != NRF_UARTE_PSEL_DISCONNECTED) in apply_config()123 nrf_gpio_cfg_input(p_config->pselcts, NRF_GPIO_PIN_NOPULL); in apply_config()130 nrf_uarte_hwfc_pins_set(p_instance->p_reg, p_config->pselrts, p_config->pselcts); in apply_config()
Completed in 13 milliseconds