Searched refs:low_thrd (Results 1 – 6 of 6) sorted by relevance
334 uint32_t low_thrd; /**< The ADC analog watchdog Low threshold value. */ member
352 uint32_t low_thrd; /**< The ADC analog watchdog Low threshold value. */ member
351 uint32_t low_thrd; /**< The ADC analog watchdog Low threshold value. */ member
929 assert_param(IS_LTR_TYPE(config->low_thrd)); in ald_adc_analog_wdg_config()949 WRITE_REG(hperh->perh->WDTL, config->low_thrd); in ald_adc_analog_wdg_config()
908 assert_param(IS_LTR_TYPE(config->low_thrd)); in ald_adc_analog_wdg_config()928 WRITE_REG(hperh->perh->WDTL, config->low_thrd); in ald_adc_analog_wdg_config()
988 assert_param(IS_LTR_TYPE(config->low_thrd)); in ald_adc_analog_wdg_config()1008 WRITE_REG(hperh->perh->WDTL, config->low_thrd); in ald_adc_analog_wdg_config()
Completed in 24 milliseconds