Searched refs:detection (Results 1 – 5 of 5) sorted by relevance
61 .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()
63 nrf_lpcomp_detect_t detection; ///< Detection type. member88 .detection = NRF_LPCOMP_DETECT_CROSS, \99 .detection = NRF_LPCOMP_DETECT_CROSS, \
69 nrf_lpcomp_detect_t detection; ///< Detection type. member90 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() argument204 nrf_lpcomp_detection_set(p_reg, detection); in nrfy_lpcomp_detection_set()
194 nrf_lpcomp_detect_t detection; ///< LPCOMP detection type. member400 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() argument593 p_reg->ANADETECT = (detection << LPCOMP_ANADETECT_ANADETECT_Pos) & in nrf_lpcomp_detection_set()
156 - Added individual functions for setting reference selection, external reference, detection type an…