Searched refs:led_pin (Results 1 – 2 of 2) sorted by relevance
163 uint32_t led_pin = nrf_qdec_led_pin_get(NRF_QDEC); in nrfx_qdec_uninit() local164 if (led_pin != NRF_QDEC_LED_NOT_CONNECTED) in nrfx_qdec_uninit()166 nrf_gpio_cfg_default(led_pin); in nrfx_qdec_uninit()
217 uint32_t led_pin);511 uint32_t led_pin) in nrf_qdec_pins_set() argument526 p_reg->PSEL.LED = led_pin; in nrf_qdec_pins_set()528 p_reg->PSELLED = led_pin; in nrf_qdec_pins_set()
Completed in 3 milliseconds