Home
last modified time | relevance | path

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

/external/platform/nrfx/drivers/src/
A Dnrfx_saadc.c85 …uint8_t limits_high_activated; ///< Bitmask of the activated high limits. member
180 m_cb.limits_high_activated = 0; in saadc_generic_mode_set()
633 m_cb.limits_high_activated &= ~(1 << channel); in nrfx_saadc_limits_set()
638 m_cb.limits_high_activated |= (1 << channel); in nrfx_saadc_limits_set()
844 saadc_event_limits_handle(m_cb.limits_high_activated, NRF_SAADC_LIMIT_HIGH); in nrfx_saadc_irq_handler()

Completed in 4 milliseconds