Home
last modified time | relevance | path

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

/external/platform/nrfx/drivers/src/
A Dnrfx_qdec.c163 uint32_t led_pin = nrf_qdec_led_pin_get(NRF_QDEC); in nrfx_qdec_uninit() local
164 if (led_pin != NRF_QDEC_LED_NOT_CONNECTED) in nrfx_qdec_uninit()
166 nrf_gpio_cfg_default(led_pin); in nrfx_qdec_uninit()
/external/platform/nrfx/hal/
A Dnrf_qdec.h217 uint32_t led_pin);
511 uint32_t led_pin) in nrf_qdec_pins_set() argument
526 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