Searched refs:led_pin (Results 1 – 3 of 3) sorted by relevance
86 .led_pin = p_config->pselled in qdec_configure()188 uint32_t led_pin = nrfy_qdec_led_pin_get(p_instance->p_reg); in nrfx_qdec_uninit() local189 if (led_pin != NRF_QDEC_PIN_NOT_CONNECTED) in nrfx_qdec_uninit()191 nrfy_gpio_cfg_default(led_pin); in nrfx_qdec_uninit()
68 uint32_t led_pin; /**< Pin number for LED output. */ member103 if (p_config->pins.led_pin != NRF_QDEC_PIN_NOT_CONNECTED) in nrfy_qdec_periph_configure()118 p_config->pins.led_pin); in nrfy_qdec_periph_configure()226 p_pins->led_pin = nrf_qdec_led_pin_get(p_reg); in nrfy_qdec_pins_get()239 nrf_qdec_pins_set(p_reg, p_pins->a_pin, p_pins->b_pin, p_pins->led_pin); in nrfy_qdec_pins_set()
271 uint32_t led_pin);574 uint32_t led_pin) in nrf_qdec_pins_set() argument589 p_reg->PSEL.LED = led_pin; in nrf_qdec_pins_set()591 p_reg->PSELLED = led_pin; in nrf_qdec_pins_set()