Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_qdec.c86 .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() local
189 if (led_pin != NRF_QDEC_PIN_NOT_CONNECTED) in nrfx_qdec_uninit()
191 nrfy_gpio_cfg_default(led_pin); in nrfx_qdec_uninit()
/hal_nordic-latest/nrfx/haly/
Dnrfy_qdec.h68 uint32_t led_pin; /**< Pin number for LED output. */ member
103 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()
/hal_nordic-latest/nrfx/hal/
Dnrf_qdec.h271 uint32_t led_pin);
574 uint32_t led_pin) in nrf_qdec_pins_set() argument
589 p_reg->PSEL.LED = led_pin; in nrf_qdec_pins_set()
591 p_reg->PSELLED = led_pin; in nrf_qdec_pins_set()