Home
last modified time | relevance | path

Searched refs:NRF_QDEC (Results 1 – 12 of 12) sorted by relevance

/lk-master/external/platform/nrfx/drivers/src/
A Dnrfx_qdec.c115 nrf_qdec_ledpre_set(NRF_QDEC, p_config->ledpre); in nrfx_qdec_init()
116 nrf_qdec_ledpol_set(NRF_QDEC, p_config->ledpol); in nrfx_qdec_init()
123 nrf_qdec_dbfen_enable(NRF_QDEC); in nrfx_qdec_init()
127 nrf_qdec_dbfen_disable(NRF_QDEC); in nrfx_qdec_init()
143 nrf_qdec_int_enable(NRF_QDEC, int_mask); in nrfx_qdec_init()
145 NRFX_IRQ_ENABLE(nrfx_get_irq_number(NRF_QDEC)); in nrfx_qdec_init()
158 NRFX_IRQ_DISABLE(nrfx_get_irq_number(NRF_QDEC)); in nrfx_qdec_uninit()
163 uint32_t led_pin = nrf_qdec_led_pin_get(NRF_QDEC); in nrfx_qdec_uninit()
176 nrf_qdec_enable(NRF_QDEC); in nrfx_qdec_enable()
185 nrf_qdec_task_trigger(NRF_QDEC, NRF_QDEC_TASK_STOP); in nrfx_qdec_disable()
[all …]
/lk-master/external/platform/nrfx/drivers/include/
A Dnrfx_qdec.h190 return nrf_qdec_task_address_get(NRF_QDEC, task); in nrfx_qdec_task_address_get()
195 return nrf_qdec_event_address_get(NRF_QDEC, event); in nrfx_qdec_event_address_get()
/lk-master/external/platform/nrfx/templates/
A Dnrfx_config_nrf5340_application.h142 #define NRF_QDEC NRF_QDEC0 macro
/lk-master/external/platform/nrfx/mdk/
A Dnrf51.h1265 #define NRF_QDEC ((NRF_QDEC_Type*) NRF_QDEC_BASE) macro
A Dnrf52805.h1785 #define NRF_QDEC ((NRF_QDEC_Type*) NRF_QDEC_BASE) macro
A Dnrf52810.h1960 #define NRF_QDEC ((NRF_QDEC_Type*) NRF_QDEC_BASE) macro
A Dnrf52811.h2034 #define NRF_QDEC ((NRF_QDEC_Type*) NRF_QDEC_BASE) macro
A Dnrf52820.h2046 #define NRF_QDEC ((NRF_QDEC_Type*) NRF_QDEC_BASE) macro
A Dnrf52.h2381 #define NRF_QDEC ((NRF_QDEC_Type*) NRF_QDEC_BASE) macro
A Dnrf52833.h2730 #define NRF_QDEC ((NRF_QDEC_Type*) NRF_QDEC_BASE) macro
A Dnrf52840.h2859 #define NRF_QDEC ((NRF_QDEC_Type*) NRF_QDEC_BASE) macro
/lk-master/external/platform/nrf51/include/platform/
A Dnrf518xx.h1266 #define NRF_QDEC ((NRF_QDEC_Type *) NRF_QDEC_BASE) macro

Completed in 114 milliseconds