Home
last modified time | relevance | path

Searched refs:pselled (Results 1 – 3 of 3) sorted by relevance

/lk-master/external/platform/nrfx/drivers/include/
A Dnrfx_qdec.h56 uint32_t pselled; /**< Pin number for LED output. */ member
85 .pselled = _pin_led, \
/lk-master/external/platform/nrfx/drivers/src/
A Dnrfx_qdec.c112 if (p_config->pselled != NRF_QDEC_LED_NOT_CONNECTED) in nrfx_qdec_init()
114 nrf_gpio_cfg_input(p_config->pselled, NRF_GPIO_PIN_NOPULL); in nrfx_qdec_init()
118 nrf_qdec_pins_set(NRF_QDEC, p_config->psela, p_config->pselb, p_config->pselled); in nrfx_qdec_init()
/lk-master/external/platform/nrfx/hal/
A Dnrf_qdec.h232 uint32_t pselled);
535 uint32_t pselled) in nrf_qdec_pio_assign() argument
537 nrf_qdec_pins_set(p_reg, psela, pselb, pselled); in nrf_qdec_pio_assign()

Completed in 15 milliseconds