Home
last modified time | relevance | path

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

/external/platform/nrfx/hal/
A Dnrf_uart.h302 uint32_t pselcts);
475 uint32_t pselcts) in nrf_uart_hwfc_pins_set() argument
484 p_reg->PSEL.CTS = pselcts; in nrf_uart_hwfc_pins_set()
486 p_reg->PSELCTS = pselcts; in nrf_uart_hwfc_pins_set()
A Dnrf_uarte.h382 uint32_t pselcts);
594 uint32_t pselcts) in nrf_uarte_hwfc_pins_set() argument
597 p_reg->PSEL.CTS = pselcts; in nrf_uarte_hwfc_pins_set()
/external/platform/nrfx/drivers/include/
A Dnrfx_uart.h85 uint32_t pselcts; ///< CTS pin number. member
125 .pselcts = NRF_UART_PSEL_DISCONNECTED, \
A Dnrfx_uarte.h94 uint32_t pselcts; ///< CTS pin number. member
134 .pselcts = NRF_UARTE_PSEL_DISCONNECTED, \
/external/platform/nrfx/drivers/src/
A Dnrfx_uart.c90 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()
A Dnrfx_uarte.c121 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