/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_ll_adc.h | 1791 #define LL_ADC_AWD_THRESHOLD_LOW (ADC_TR1_LT1) /*!< ADC analog watchdog threshold lo… 1793 … | ADC_TR1_LT1) /*!< ADC analog watchdog both thresholds high and low 6105 ADC_TR1_HT1 | ADC_TR1_LT1, in LL_ADC_ConfigAnalogWDThresholds() 6224 (AWDThresholdsHighLow | ADC_TR1_LT1)) in LL_ADC_GetAnalogWDThresholds() 6226 & ~(AWDThresholdsHighLow & ADC_TR1_LT1))); in LL_ADC_GetAnalogWDThresholds()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_ll_adc.h | 1765 #define LL_ADC_AWD_THRESHOLD_LOW (ADC_TR1_LT1) /*!< ADC analog watchdog threshold lo… 1767 … | ADC_TR1_LT1) /*!< ADC analog watchdog both thresholds high and low 6039 ADC_TR1_HT1 | ADC_TR1_LT1, in LL_ADC_ConfigAnalogWDThresholds() 6158 (AWDThresholdsHighLow | ADC_TR1_LT1)) in LL_ADC_GetAnalogWDThresholds() 6160 & ~(AWDThresholdsHighLow & ADC_TR1_LT1))); in LL_ADC_GetAnalogWDThresholds()
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_ll_adc.h | 1784 #define LL_ADC_AWD_THRESHOLD_LOW (ADC_TR1_LT1) /*!< ADC analog watchdog threshold lo… 1786 … | ADC_TR1_LT1) /*!< ADC analog watchdog both thresholds high and low 6099 ADC_TR1_HT1 | ADC_TR1_LT1, in LL_ADC_ConfigAnalogWDThresholds() 6218 (AWDThresholdsHighLow | ADC_TR1_LT1)) in LL_ADC_GetAnalogWDThresholds() 6220 & ~(AWDThresholdsHighLow & ADC_TR1_LT1))); in LL_ADC_GetAnalogWDThresholds()
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_ll_adc.h | 1703 #define LL_ADC_AWD_THRESHOLD_LOW (ADC_TR1_LT1) /*!< ADC analog watchdog threshold lo… 1705 … | ADC_TR1_LT1) /*!< ADC analog watchdog both thresholds high and low 5776 ADC_TR1_HT1 | ADC_TR1_LT1, in LL_ADC_ConfigAnalogWDThresholds() 5895 (AWDThresholdsHighLow | ADC_TR1_LT1)) in LL_ADC_GetAnalogWDThresholds() 5897 & ~(AWDThresholdsHighLow & ADC_TR1_LT1))); in LL_ADC_GetAnalogWDThresholds()
|
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/ |
D | stm32wbxx_ll_adc.h | 1354 #define LL_ADC_AWD_THRESHOLD_LOW ( ADC_TR1_LT1) /*!< ADC analog watchdog thr… 1355 #define LL_ADC_AWD_THRESHOLDS_HIGH_LOW (ADC_TR1_HT1 | ADC_TR1_LT1) /*!< ADC analog watchdog bot… 6185 ADC_TR1_HT1 | ADC_TR1_LT1, in LL_ADC_ConfigAnalogWDThresholds() 6316 (AWDThresholdsHighLow | ADC_TR1_LT1)) in LL_ADC_GetAnalogWDThresholds() 6317 …ADC_AWD_TRX_BIT_HIGH_MASK) >> ADC_AWD_TRX_BIT_HIGH_SHIFT4) & ~(AWDThresholdsHighLow & ADC_TR1_LT1)) in LL_ADC_GetAnalogWDThresholds()
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/ |
D | stm32g4xx_ll_adc.h | 2125 #define LL_ADC_AWD_THRESHOLD_LOW (ADC_TR1_LT1) /*!< ADC analog watchdog threshold lo… 2127 … | ADC_TR1_LT1) /*!< ADC analog watchdog both thresholds high and low 6980 ADC_TR1_HT1 | ADC_TR1_LT1, in LL_ADC_ConfigAnalogWDThresholds() 7099 (AWDThresholdsHighLow | ADC_TR1_LT1)) in LL_ADC_GetAnalogWDThresholds() 7101 & ~(AWDThresholdsHighLow & ADC_TR1_LT1))); in LL_ADC_GetAnalogWDThresholds()
|
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/ |
D | stm32f3xx_ll_adc.h | 1367 #define LL_ADC_AWD_THRESHOLD_LOW ( ADC_TR1_LT1) /*!< ADC analog watchdog thr… 1368 #define LL_ADC_AWD_THRESHOLDS_HIGH_LOW (ADC_TR1_HT1 | ADC_TR1_LT1) /*!< ADC analog watchdog bot… 5422 ADC_TR1_HT1 | ADC_TR1_LT1, in LL_ADC_ConfigAnalogWDThresholds() 5523 (AWDThresholdsHighLow | ADC_TR1_LT1)) in LL_ADC_GetAnalogWDThresholds()
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_ll_adc.c | 607 MODIFY_REG(ADCx->TR1, ADC_TR1_HT1 | ADC_TR1_LT1, ADC_TR1_HT1); in LL_ADC_DeInit()
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_ll_adc.c | 607 MODIFY_REG(ADCx->TR1, ADC_TR1_HT1 | ADC_TR1_LT1, ADC_TR1_HT1); in LL_ADC_DeInit()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_ll_adc.c | 616 MODIFY_REG(ADCx->TR1, ADC_TR1_AWDFILT | ADC_TR1_HT1 | ADC_TR1_LT1, ADC_TR1_HT1); in LL_ADC_DeInit()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_ll_adc.c | 660 MODIFY_REG(ADCx->TR1, ADC_TR1_AWDFILT | ADC_TR1_HT1 | ADC_TR1_LT1, ADC_TR1_HT1); in LL_ADC_DeInit()
|
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/ |
D | stm32wbxx_ll_adc.c | 717 MODIFY_REG(ADCx->TR1, ADC_TR1_HT1 | ADC_TR1_LT1, ADC_TR1_HT1); in LL_ADC_DeInit()
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/ |
D | stm32g4xx_ll_adc.c | 967 MODIFY_REG(ADCx->TR1, ADC_TR1_AWDFILT | ADC_TR1_HT1 | ADC_TR1_LT1, ADC_TR1_HT1); in LL_ADC_DeInit()
|
/hal_stm32-latest/stm32cube/stm32f0xx/soc/ |
D | stm32f030x6.h | 724 #define ADC_TR1_LT1 ADC_TR1_LT1_Msk /*!< ADC analog watc… macro 756 #define ADC_TR_LT (ADC_TR1_LT1) 758 #define ADC_LTR_LT (ADC_TR1_LT1)
|
D | stm32f030x8.h | 740 #define ADC_TR1_LT1 ADC_TR1_LT1_Msk /*!< ADC analog watc… macro 772 #define ADC_TR_LT (ADC_TR1_LT1) 774 #define ADC_LTR_LT (ADC_TR1_LT1)
|
D | stm32f070x6.h | 769 #define ADC_TR1_LT1 ADC_TR1_LT1_Msk /*!< ADC analog watc… macro 801 #define ADC_TR_LT (ADC_TR1_LT1) 803 #define ADC_LTR_LT (ADC_TR1_LT1)
|
D | stm32f031x6.h | 734 #define ADC_TR1_LT1 ADC_TR1_LT1_Msk /*!< ADC analog watc… macro 766 #define ADC_TR_LT (ADC_TR1_LT1) 768 #define ADC_LTR_LT (ADC_TR1_LT1)
|
D | stm32f030xc.h | 756 #define ADC_TR1_LT1 ADC_TR1_LT1_Msk /*!< ADC analog watc… macro 788 #define ADC_TR_LT (ADC_TR1_LT1) 790 #define ADC_LTR_LT (ADC_TR1_LT1)
|
D | stm32f038xx.h | 733 #define ADC_TR1_LT1 ADC_TR1_LT1_Msk /*!< ADC analog watc… macro 765 #define ADC_TR_LT (ADC_TR1_LT1) 767 #define ADC_LTR_LT (ADC_TR1_LT1)
|
D | stm32f070xb.h | 792 #define ADC_TR1_LT1 ADC_TR1_LT1_Msk /*!< ADC analog watc… macro 824 #define ADC_TR_LT (ADC_TR1_LT1) 826 #define ADC_LTR_LT (ADC_TR1_LT1)
|
D | stm32f058xx.h | 839 #define ADC_TR1_LT1 ADC_TR1_LT1_Msk /*!< ADC analog watc… macro 871 #define ADC_TR_LT (ADC_TR1_LT1) 873 #define ADC_LTR_LT (ADC_TR1_LT1)
|
D | stm32f051x8.h | 840 #define ADC_TR1_LT1 ADC_TR1_LT1_Msk /*!< ADC analog watc… macro 872 #define ADC_TR_LT (ADC_TR1_LT1) 874 #define ADC_LTR_LT (ADC_TR1_LT1)
|
D | stm32f071xb.h | 874 #define ADC_TR1_LT1 ADC_TR1_LT1_Msk /*!< ADC analog watc… macro 906 #define ADC_TR_LT (ADC_TR1_LT1) 908 #define ADC_LTR_LT (ADC_TR1_LT1)
|
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/ |
D | stm32f3xx_ll_adc.c | 904 MODIFY_REG(ADCx->TR1, ADC_TR1_HT1 | ADC_TR1_LT1, ADC_TR1_HT1); in LL_ADC_DeInit()
|
D | stm32f3xx_hal_adc_ex.c | 898 CLEAR_BIT(hadc->Instance->TR1, ADC_TR1_HT1 | ADC_TR1_LT1); in HAL_ADC_DeInit() 6832 ADC_TR1_LT1 , in HAL_ADC_AnalogWDGConfig()
|