Home
last modified time | relevance | path

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

/external/platform/nrfx/hal/
A Dnrf_uart.h301 uint32_t pselrts,
474 uint32_t pselrts, in nrf_uart_hwfc_pins_set() argument
478 p_reg->PSEL.RTS = pselrts; in nrf_uart_hwfc_pins_set()
480 p_reg->PSELRTS = pselrts; in nrf_uart_hwfc_pins_set()
A Dnrf_uarte.h381 uint32_t pselrts,
593 uint32_t pselrts, in nrf_uarte_hwfc_pins_set() argument
596 p_reg->PSEL.RTS = pselrts; in nrf_uarte_hwfc_pins_set()
/external/platform/nrfx/drivers/include/
A Dnrfx_uart.h86 uint32_t pselrts; ///< RTS pin number. member
126 .pselrts = NRF_UART_PSEL_DISCONNECTED, \
A Dnrfx_uarte.h95 uint32_t pselrts; ///< RTS pin number. member
135 .pselrts = NRF_UARTE_PSEL_DISCONNECTED, \
/external/platform/nrfx/drivers/src/
A Dnrfx_uart.c94 if (p_config->pselrts != NRF_UART_PSEL_DISCONNECTED) in apply_config()
96 nrf_gpio_pin_set(p_config->pselrts); in apply_config()
97 nrf_gpio_cfg_output(p_config->pselrts); 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.c125 if (p_config->pselrts != NRF_UARTE_PSEL_DISCONNECTED) in apply_config()
127 nrf_gpio_pin_set(p_config->pselrts); in apply_config()
128 nrf_gpio_cfg_output(p_config->pselrts); in apply_config()
130 nrf_uarte_hwfc_pins_set(p_instance->p_reg, p_config->pselrts, p_config->pselcts); in apply_config()

Completed in 12 milliseconds