Searched refs:NRF_COMP (Results 1 – 10 of 10) sorted by relevance
55 if (nrf_comp_event_check(NRF_COMP, event) && nrf_comp_int_enable_check(NRF_COMP, event_mask)) in comp_execute_handler()57 nrf_comp_event_clear(NRF_COMP, event); in comp_execute_handler()103 nrf_comp_enable(NRF_COMP); in nrfx_comp_init()150 nrf_comp_disable(NRF_COMP); in nrfx_comp_uninit()152 nrfx_prs_release(NRF_COMP); in nrfx_comp_uninit()167 nrf_comp_disable(NRF_COMP); in nrfx_comp_pin_select()168 nrf_comp_input_select(NRF_COMP, psel); in nrfx_comp_pin_select()171 nrf_comp_enable(NRF_COMP); in nrfx_comp_pin_select()178 nrf_comp_int_enable(NRF_COMP, comp_int_mask); in nrfx_comp_start()189 nrf_comp_int_disable(NRF_COMP, UINT32_MAX); in nrfx_comp_stop()[all …]
84 #define NRFX_PRS_BOX_3_ADDR NRF_COMP97 #define NRFX_PRS_BOX_4_ADDR NRF_COMP
237 return nrf_comp_task_address_get(NRF_COMP, task); in nrfx_comp_task_address_get()242 return nrf_comp_event_address_get(NRF_COMP, event); in nrfx_comp_event_address_get()
48 #define NRF_COMP NRF_COMP_S macro
1961 #define NRF_COMP ((NRF_COMP_Type*) NRF_COMP_BASE) macro
2035 #define NRF_COMP ((NRF_COMP_Type*) NRF_COMP_BASE) macro
2047 #define NRF_COMP ((NRF_COMP_Type*) NRF_COMP_BASE) macro
2382 #define NRF_COMP ((NRF_COMP_Type*) NRF_COMP_BASE) macro
2731 #define NRF_COMP ((NRF_COMP_Type*) NRF_COMP_BASE) macro
2860 #define NRF_COMP ((NRF_COMP_Type*) NRF_COMP_BASE) macro
Completed in 87 milliseconds