Home
last modified time | relevance | path

Searched refs:NRF_LPCOMP (Results 1 – 7 of 7) sorted by relevance

/lk-master/external/platform/nrfx/drivers/src/
A Dnrfx_lpcomp.c55 if (nrf_lpcomp_event_check(NRF_LPCOMP, event) && in lpcomp_execute_handler()
56 nrf_lpcomp_int_enable_check(NRF_LPCOMP, event_mask)) in lpcomp_execute_handler()
58 nrf_lpcomp_event_clear(NRF_LPCOMP, event); in lpcomp_execute_handler()
102 nrf_lpcomp_configure(NRF_LPCOMP, &(p_config->hal)); in nrfx_lpcomp_init()
104 nrf_lpcomp_input_select(NRF_LPCOMP, p_config->input); in nrfx_lpcomp_init()
126 NRFX_IRQ_ENABLE(nrfx_get_irq_number(NRF_LPCOMP)); in nrfx_lpcomp_init()
138 NRFX_IRQ_DISABLE(nrfx_get_irq_number(NRF_LPCOMP)); in nrfx_lpcomp_uninit()
141 nrfx_prs_release(NRF_LPCOMP); in nrfx_lpcomp_uninit()
151 nrf_lpcomp_enable(NRF_LPCOMP); in nrfx_lpcomp_enable()
160 nrf_lpcomp_disable(NRF_LPCOMP); in nrfx_lpcomp_disable()
[all …]
/lk-master/external/platform/nrfx/templates/
A Dnrfx_config_nrf5340_application.h61 #define NRF_LPCOMP NRF_LPCOMP_S macro
/lk-master/external/platform/nrfx/mdk/
A Dnrf51.h1266 #define NRF_LPCOMP ((NRF_LPCOMP_Type*) NRF_LPCOMP_BASE) macro
A Dnrf52.h2383 #define NRF_LPCOMP ((NRF_LPCOMP_Type*) NRF_LPCOMP_BASE) macro
A Dnrf52833.h2732 #define NRF_LPCOMP ((NRF_LPCOMP_Type*) NRF_LPCOMP_BASE) macro
A Dnrf52840.h2861 #define NRF_LPCOMP ((NRF_LPCOMP_Type*) NRF_LPCOMP_BASE) macro
/lk-master/external/platform/nrf51/include/platform/
A Dnrf518xx.h1267 #define NRF_LPCOMP ((NRF_LPCOMP_Type *) NRF_LPCOMP_BASE) macro

Completed in 65 milliseconds