Searched refs:pselcts (Results 1 – 5 of 5) sorted by relevance
333 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() argument545 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() argument571 p_reg->PSEL.CTS = pselcts; in nrf_uart_hwfc_pins_set()573 p_reg->PSELCTS = pselcts; in nrf_uart_hwfc_pins_set()
587 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() argument882 p_reg->PSEL.CTS = pselcts; in nrf_uarte_cts_pin_set()892 uint32_t pselcts) in nrf_uarte_hwfc_pins_set() argument895 p_reg->PSEL.CTS = pselcts; in nrf_uarte_hwfc_pins_set()
86 uint32_t pselcts; ///< CTS pin number. member140 .pselcts = NRF_UART_PSEL_DISCONNECTED, \
130 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()
530 uint32_t pselcts) in nrfy_uarte_hwfc_pins_set() argument532 nrf_uarte_hwfc_pins_set(p_reg, pselrts, pselcts); in nrfy_uarte_hwfc_pins_set()