Searched refs:pselled (Results 1 – 3 of 3) sorted by relevance
56 uint32_t pselled; /**< Pin number for LED output. */ member85 .pselled = _pin_led, \
112 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()
232 uint32_t pselled);535 uint32_t pselled) in nrf_qdec_pio_assign() argument537 nrf_qdec_pins_set(p_reg, psela, pselb, pselled); in nrf_qdec_pio_assign()
Completed in 15 milliseconds