Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_saadc.c84 …uint8_t limits_high_activated; ///< Bitmask of the activated high limits. member
212 m_cb.limits_high_activated = 0; in saadc_generic_mode_set()
684 m_cb.limits_high_activated &= (uint8_t)~(1UL << channel); in nrfx_saadc_limits_set()
689 m_cb.limits_high_activated |= (uint8_t)(1UL << channel); in nrfx_saadc_limits_set()
761 if (m_cb.limits_high_activated & 0x1UL) in saadc_pre_calibration_state_restore()