Searched refs:high_thrd (Results 1 – 6 of 6) sorted by relevance
333 uint32_t high_thrd; /**< The ADC analog watchdog High threshold value. */ member
351 uint32_t high_thrd; /**< The ADC analog watchdog High threshold value. */ member
350 uint32_t high_thrd; /**< The ADC analog watchdog High threshold value. */ member
928 assert_param(IS_HTR_TYPE(config->high_thrd)); in ald_adc_analog_wdg_config()950 WRITE_REG(hperh->perh->WDTH, config->high_thrd); in ald_adc_analog_wdg_config()
907 assert_param(IS_HTR_TYPE(config->high_thrd)); in ald_adc_analog_wdg_config()929 WRITE_REG(hperh->perh->WDTH, config->high_thrd); in ald_adc_analog_wdg_config()
987 assert_param(IS_HTR_TYPE(config->high_thrd)); in ald_adc_analog_wdg_config()1009 WRITE_REG(hperh->perh->WDTH, config->high_thrd); in ald_adc_analog_wdg_config()
Completed in 27 milliseconds