Searched refs:NRF_LPCOMP (Results 1 – 7 of 7) sorted by relevance
55 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 …]
61 #define NRF_LPCOMP NRF_LPCOMP_S macro
1266 #define NRF_LPCOMP ((NRF_LPCOMP_Type*) NRF_LPCOMP_BASE) macro
2383 #define NRF_LPCOMP ((NRF_LPCOMP_Type*) NRF_LPCOMP_BASE) macro
2732 #define NRF_LPCOMP ((NRF_LPCOMP_Type*) NRF_LPCOMP_BASE) macro
2861 #define NRF_LPCOMP ((NRF_LPCOMP_Type*) NRF_LPCOMP_BASE) macro
1267 #define NRF_LPCOMP ((NRF_LPCOMP_Type *) NRF_LPCOMP_BASE) macro
Completed in 65 milliseconds