/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/ |
D | stm32n6xx_hal_adc.c | 736 ADC_CFGR2_SWTRIG | ADC_CFGR2_BULB | in HAL_ADC_DeInit() 2264 SET_BIT(hadc->Instance->CFGR2, ADC_CFGR2_SWTRIG); in HAL_ADC_StartSampling() 2286 CLEAR_BIT(hadc->Instance->CFGR2, ADC_CFGR2_SWTRIG); in HAL_ADC_StopSampling()
|
D | stm32n6xx_ll_adc.c | 578 | ADC_CFGR2_SWTRIG | ADC_CFGR2_BULB | ADC_CFGR2_SMPTRIG in LL_ADC_DeInit()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_ll_adc.c | 597 | ADC_CFGR2_SWTRIG | ADC_CFGR2_BULB | ADC_CFGR2_SMPTRIG in LL_ADC_DeInit()
|
D | stm32h7rsxx_hal_adc.c | 2302 SET_BIT(hadc->Instance->CFGR2, ADC_CFGR2_SWTRIG); in HAL_ADC_StartSampling() 2324 CLEAR_BIT(hadc->Instance->CFGR2, ADC_CFGR2_SWTRIG); in HAL_ADC_StopSampling()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_ll_adc.c | 641 | ADC_CFGR2_SWTRIG | ADC_CFGR2_BULB | ADC_CFGR2_SMPTRIG in LL_ADC_DeInit()
|
D | stm32h5xx_hal_adc.c | 2302 SET_BIT(hadc->Instance->CFGR2, ADC_CFGR2_SWTRIG); in HAL_ADC_StartSampling() 2324 CLEAR_BIT(hadc->Instance->CFGR2, ADC_CFGR2_SWTRIG); in HAL_ADC_StopSampling()
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/ |
D | stm32g4xx_hal_adc.c | 2257 SET_BIT(hadc->Instance->CFGR2, ADC_CFGR2_SWTRIG); in HAL_ADC_StartSampling() 2279 CLEAR_BIT(hadc->Instance->CFGR2, ADC_CFGR2_SWTRIG); in HAL_ADC_StopSampling()
|
D | stm32g4xx_ll_adc.c | 947 | ADC_CFGR2_SWTRIG | ADC_CFGR2_BULB | ADC_CFGR2_SMPTRIG in LL_ADC_DeInit()
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/ |
D | stm32n6xx_ll_adc.h | 3897 SET_BIT(ADCx->CFGR2, ADC_CFGR2_SWTRIG); in LL_ADC_REG_StartSamplingPhase() 3919 CLEAR_BIT(ADCx->CFGR2, ADC_CFGR2_SWTRIG); in LL_ADC_REG_StopSamplingPhase()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_ll_adc.h | 7024 SET_BIT(ADCx->CFGR2, ADC_CFGR2_SWTRIG); in LL_ADC_REG_StartSamplingPhase() 7046 CLEAR_BIT(ADCx->CFGR2, ADC_CFGR2_SWTRIG); in LL_ADC_REG_StopSamplingPhase()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_ll_adc.h | 6958 SET_BIT(ADCx->CFGR2, ADC_CFGR2_SWTRIG); in LL_ADC_REG_StartSamplingPhase() 6980 CLEAR_BIT(ADCx->CFGR2, ADC_CFGR2_SWTRIG); in LL_ADC_REG_StopSamplingPhase()
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/ |
D | stm32g4xx_ll_adc.h | 7899 SET_BIT(ADCx->CFGR2, ADC_CFGR2_SWTRIG); in LL_ADC_REG_StartSamplingPhase() 7921 CLEAR_BIT(ADCx->CFGR2, ADC_CFGR2_SWTRIG); in LL_ADC_REG_StopSamplingPhase()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_ll_adc.h | 4328 SET_BIT(ADCx->CFGR2, ADC_CFGR2_SWTRIG); in LL_ADC_REG_StartSamplingPhase() 4350 CLEAR_BIT(ADCx->CFGR2, ADC_CFGR2_SWTRIG); in LL_ADC_REG_StopSamplingPhase()
|
/hal_stm32-latest/stm32cube/stm32g4xx/soc/ |
D | stm32g411xb.h | 1320 #define ADC_CFGR2_SWTRIG ADC_CFGR2_SWTRIG_Msk /*!< ADC Software Tr… macro
|
D | stm32g411xc.h | 1357 #define ADC_CFGR2_SWTRIG ADC_CFGR2_SWTRIG_Msk /*!< ADC Software Tr… macro
|
D | stm32g441xx.h | 1478 #define ADC_CFGR2_SWTRIG ADC_CFGR2_SWTRIG_Msk /*!< ADC Software Tr… macro
|
D | stm32gbk1cb.h | 1430 #define ADC_CFGR2_SWTRIG ADC_CFGR2_SWTRIG_Msk /*!< ADC Software Tr… macro
|
D | stm32g431xx.h | 1444 #define ADC_CFGR2_SWTRIG ADC_CFGR2_SWTRIG_Msk /*!< ADC Software Tr… macro
|
D | stm32g4a1xx.h | 1558 #define ADC_CFGR2_SWTRIG ADC_CFGR2_SWTRIG_Msk /*!< ADC Software Tr… macro
|
D | stm32g491xx.h | 1524 #define ADC_CFGR2_SWTRIG ADC_CFGR2_SWTRIG_Msk /*!< ADC Software Tr… macro
|
D | stm32g473xx.h | 1613 #define ADC_CFGR2_SWTRIG ADC_CFGR2_SWTRIG_Msk /*!< ADC Software Tr… macro
|
D | stm32g471xx.h | 1535 #define ADC_CFGR2_SWTRIG ADC_CFGR2_SWTRIG_Msk /*!< ADC Software Tr… macro
|
D | stm32g483xx.h | 1647 #define ADC_CFGR2_SWTRIG ADC_CFGR2_SWTRIG_Msk /*!< ADC Software Tr… macro
|
D | stm32g414xx.h | 1532 #define ADC_CFGR2_SWTRIG ADC_CFGR2_SWTRIG_Msk /*!< ADC Software Tr… macro
|
/hal_stm32-latest/stm32cube/stm32h5xx/soc/ |
D | stm32h503xx.h | 1911 #define ADC_CFGR2_SWTRIG ADC_CFGR2_SWTRIG_Msk /*!< ADC Software Tr… macro
|