Searched refs:NRF_QDEC (Results 1 – 12 of 12) sorted by relevance
115 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 …]
190 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()
142 #define NRF_QDEC NRF_QDEC0 macro
1265 #define NRF_QDEC ((NRF_QDEC_Type*) NRF_QDEC_BASE) macro
1785 #define NRF_QDEC ((NRF_QDEC_Type*) NRF_QDEC_BASE) macro
1960 #define NRF_QDEC ((NRF_QDEC_Type*) NRF_QDEC_BASE) macro
2034 #define NRF_QDEC ((NRF_QDEC_Type*) NRF_QDEC_BASE) macro
2046 #define NRF_QDEC ((NRF_QDEC_Type*) NRF_QDEC_BASE) macro
2381 #define NRF_QDEC ((NRF_QDEC_Type*) NRF_QDEC_BASE) macro
2730 #define NRF_QDEC ((NRF_QDEC_Type*) NRF_QDEC_BASE) macro
2859 #define NRF_QDEC ((NRF_QDEC_Type*) NRF_QDEC_BASE) macro
1266 #define NRF_QDEC ((NRF_QDEC_Type *) NRF_QDEC_BASE) macro
Completed in 114 milliseconds