Searched refs:SAADC_START_ON_END (Results 1 – 2 of 2) sorted by relevance
131 SAADC_START_ON_END, ///< Triggers SAADC start task on SAADC end event. enumerator181 nrfx_gppi_channels_disable(NRFX_BIT(m_gppi_channels[SAADC_START_ON_END])); in saadc_handler()308 status = nrfx_gppi_channel_alloc(&m_gppi_channels[SAADC_START_ON_END]); in main()311 nrfx_gppi_channel_endpoints_setup(m_gppi_channels[SAADC_START_ON_END], in main()326 nrfx_gppi_channels_enable(NRFX_BIT(m_gppi_channels[SAADC_START_ON_END])); in main()
26 …ts of the channel @p m_gppi_channels [ @p gppi_channels_purpose_t::SAADC_START_ON_END ] to trigger…