Home
last modified time | relevance | path

Searched refs:detection (Results 1 – 5 of 5) sorted by relevance

/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_lpcomp.c61 .detection = p_config->detection, in lpcomp_configure()
67 .detection = p_config->config.detection, in lpcomp_configure()
79 switch (p_config->detection) in lpcomp_configure()
81 switch (p_config->config.detection) in lpcomp_configure()
/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_lpcomp.h63 nrf_lpcomp_detect_t detection; ///< Detection type. member
88 .detection = NRF_LPCOMP_DETECT_CROSS, \
99 .detection = NRF_LPCOMP_DETECT_CROSS, \
/hal_nordic-latest/nrfx/haly/
Dnrfy_lpcomp.h69 nrf_lpcomp_detect_t detection; ///< Detection type. member
90 nrf_lpcomp_detection_set(p_reg, p_config->detection); in nrfy_lpcomp_periph_configure()
202 nrf_lpcomp_detect_t detection) in nrfy_lpcomp_detection_set() argument
204 nrf_lpcomp_detection_set(p_reg, detection); in nrfy_lpcomp_detection_set()
/hal_nordic-latest/nrfx/hal/
Dnrf_lpcomp.h194 nrf_lpcomp_detect_t detection; ///< LPCOMP detection type. member
400 nrf_lpcomp_detect_t detection);
553 p_reg->ANADETECT = (p_config->detection << LPCOMP_ANADETECT_ANADETECT_Pos) & in nrf_lpcomp_configure()
591 nrf_lpcomp_detect_t detection) in nrf_lpcomp_detection_set() argument
593 p_reg->ANADETECT = (detection << LPCOMP_ANADETECT_ANADETECT_Pos) & in nrf_lpcomp_detection_set()
/hal_nordic-latest/nrfx/
DCHANGELOG.md156 - Added individual functions for setting reference selection, external reference, detection type an…