Searched refs:pselrts (Results 1 – 6 of 6) sorted by relevance
| /external/platform/nrfx/hal/ |
| A D | nrf_uart.h | 301 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 D | nrf_uarte.h | 381 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 D | nrfx_uart.h | 86 uint32_t pselrts; ///< RTS pin number. member 126 .pselrts = NRF_UART_PSEL_DISCONNECTED, \
|
| A D | nrfx_uarte.h | 95 uint32_t pselrts; ///< RTS pin number. member 135 .pselrts = NRF_UARTE_PSEL_DISCONNECTED, \
|
| /external/platform/nrfx/drivers/src/ |
| A D | nrfx_uart.c | 94 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 D | nrfx_uarte.c | 125 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