Home
last modified time | relevance | path

Searched refs:NRF_COMP (Results 1 – 10 of 10) sorted by relevance

/lk-master/external/platform/nrfx/drivers/src/
A Dnrfx_comp.c55 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 …]
/lk-master/external/platform/nrfx/drivers/src/prs/
A Dnrfx_prs.h84 #define NRFX_PRS_BOX_3_ADDR NRF_COMP
97 #define NRFX_PRS_BOX_4_ADDR NRF_COMP
/lk-master/external/platform/nrfx/drivers/include/
A Dnrfx_comp.h237 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()
/lk-master/external/platform/nrfx/templates/
A Dnrfx_config_nrf5340_application.h48 #define NRF_COMP NRF_COMP_S macro
/lk-master/external/platform/nrfx/mdk/
A Dnrf52810.h1961 #define NRF_COMP ((NRF_COMP_Type*) NRF_COMP_BASE) macro
A Dnrf52811.h2035 #define NRF_COMP ((NRF_COMP_Type*) NRF_COMP_BASE) macro
A Dnrf52820.h2047 #define NRF_COMP ((NRF_COMP_Type*) NRF_COMP_BASE) macro
A Dnrf52.h2382 #define NRF_COMP ((NRF_COMP_Type*) NRF_COMP_BASE) macro
A Dnrf52833.h2731 #define NRF_COMP ((NRF_COMP_Type*) NRF_COMP_BASE) macro
A Dnrf52840.h2860 #define NRF_COMP ((NRF_COMP_Type*) NRF_COMP_BASE) macro

Completed in 87 milliseconds