Searched refs:ADC_STAT_STRC (Results 1 – 11 of 11) sorted by relevance
74 #define ADC_STAT_STRC BIT(4) /*!< regular channel s… macro145 #define ADC_FLAG_STRC ADC_STAT_STRC /*!< start fla…
73 #define ADC_STAT_STRC BIT(4) /*!< regular ch… macro150 #define ADC_FLAG_STRC ADC_STAT_STRC /*!< regular ch…
74 #define ADC_STAT_STRC BIT(4) /*!< regular channel start… macro146 #define ADC_FLAG_STRC ADC_STAT_STRC /*!< regular c…
76 #define ADC_STAT_STRC BIT(4) /*!< regular channel start… macro150 #define ADC_FLAG_STRC ADC_STAT_STRC /*!< regular channel start…
76 #define ADC_STAT_STRC BIT(4) /*!< regular channel start… macro148 #define ADC_FLAG_STRC ADC_STAT_STRC /*!< regular channel start…
75 #define ADC_STAT_STRC BIT(4) /*!< start flag of regular… macro157 #define ADC_FLAG_STRC ADC_STAT_STRC /*!< r…
80 #define ADC_STAT_STRC BIT(4) /*!< regular channel start… macro186 #define ADC_FLAG_STRC ADC_STAT_STRC /*!< regular channel start…
83 #define ADC_STAT_STRC BIT(4) /*!< regular channel start… macro179 #define ADC_FLAG_STRC ADC_STAT_STRC /*!< r…
815 if((uint32_t)RESET != (ADC_STAT & ADC_STAT_STRC)) { in adc_regular_software_startconv_flag_get()
861 if((uint32_t)RESET != (ADC_STAT(adc_periph) & ADC_STAT_STRC)){ in adc_regular_software_startconv_flag_get()
957 if((uint32_t)RESET != (ADC_STAT(adc_periph) & ADC_STAT_STRC)) { in adc_regular_software_startconv_flag_get()