Searched refs:NRF_LPCOMP (Results 1 – 6 of 6) sorted by relevance
/hal_nordic-3.5.0/nrfx/drivers/src/ |
D | nrfx_lpcomp.c | 57 if (event_mask & nrfy_lpcomp_int_enable_check(NRF_LPCOMP, NRFY_EVENT_TO_INT_BITMASK(event))) in lpcomp_execute_handler() 67 uint32_t evt_mask = nrfy_lpcomp_events_process(NRF_LPCOMP, in nrfx_lpcomp_irq_handler() 98 if (nrfx_prs_acquire(NRF_LPCOMP, nrfx_lpcomp_irq_handler) != NRFX_SUCCESS) in nrfx_lpcomp_init() 107 nrfy_lpcomp_task_trigger(NRF_LPCOMP, NRF_LPCOMP_TASK_STOP); in nrfx_lpcomp_init() 108 nrfy_lpcomp_disable(NRF_LPCOMP); in nrfx_lpcomp_init() 120 nrfy_lpcomp_periph_configure(NRF_LPCOMP, &nrfy_config); in nrfx_lpcomp_init() 121 nrfy_lpcomp_shorts_disable(NRF_LPCOMP, in nrfx_lpcomp_init() 127 nrfy_lpcomp_int_disable(NRF_LPCOMP, in nrfx_lpcomp_init() 132 nrfy_lpcomp_enable(NRF_LPCOMP); in nrfx_lpcomp_init() 152 nrfy_lpcomp_int_init(NRF_LPCOMP, int_mask, p_config->interrupt_priority, true); in nrfx_lpcomp_init() [all …]
|
/hal_nordic-3.5.0/nrfx/templates/ |
D | nrfx_config_nrf5340_application.h | 63 #define NRF_LPCOMP NRF_LPCOMP_S macro
|
/hal_nordic-3.5.0/nrfx/mdk/ |
D | nrf51.h | 1269 #define NRF_LPCOMP ((NRF_LPCOMP_Type*) NRF_LPCOMP_BASE) macro
|
D | nrf52.h | 2395 #define NRF_LPCOMP ((NRF_LPCOMP_Type*) NRF_LPCOMP_BASE) macro
|
D | nrf52833.h | 2756 #define NRF_LPCOMP ((NRF_LPCOMP_Type*) NRF_LPCOMP_BASE) macro
|
D | nrf52840.h | 2885 #define NRF_LPCOMP ((NRF_LPCOMP_Type*) NRF_LPCOMP_BASE) macro
|