Searched refs:SDADC_OFFSETCORR_MASK (Results 1 – 2 of 2) sorted by relevance
202 if (config->correction.offset_correction > (int32_t)(SDADC_OFFSETCORR_MASK / 2) || in _sdadc_set_config()203 config->correction.offset_correction < - (int32_t)(SDADC_OFFSETCORR_MASK / 2 + 1)) { in _sdadc_set_config()
375 #define SDADC_OFFSETCORR_MASK _U_(0x00FFFFFF) /**< \brief (SDADC_OFFSETCORR) MASK Register */ macro
Completed in 7 milliseconds