Searched refs:ScanDirection (Results 1 – 9 of 9) sorted by relevance
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/ |
D | stm32f0xx_ll_adc.h | 1946 __STATIC_INLINE void LL_ADC_REG_SetSequencerScanDirection(ADC_TypeDef *ADCx, uint32_t ScanDirection) in LL_ADC_REG_SetSequencerScanDirection() argument 1948 MODIFY_REG(ADCx->CFGR1, ADC_CFGR1_SCANDIR, ScanDirection); in LL_ADC_REG_SetSequencerScanDirection()
|
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/ |
D | stm32l0xx_ll_adc.h | 2341 __STATIC_INLINE void LL_ADC_REG_SetSequencerScanDirection(ADC_TypeDef *ADCx, uint32_t ScanDirection) in LL_ADC_REG_SetSequencerScanDirection() argument 2343 MODIFY_REG(ADCx->CFGR1, ADC_CFGR1_SCANDIR, ScanDirection); in LL_ADC_REG_SetSequencerScanDirection()
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/ |
D | stm32wlxx_ll_adc.h | 2672 __STATIC_INLINE void LL_ADC_REG_SetSequencerScanDirection(ADC_TypeDef *ADCx, uint32_t ScanDirection) in LL_ADC_REG_SetSequencerScanDirection() argument 2674 MODIFY_REG(ADCx->CFGR1, ADC_CFGR1_SCANDIR, ScanDirection); in LL_ADC_REG_SetSequencerScanDirection()
|
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/ |
D | stm32wbaxx_ll_adc.h | 2774 __STATIC_INLINE void LL_ADC_REG_SetSequencerScanDirection(ADC_TypeDef *ADCx, uint32_t ScanDirection) in LL_ADC_REG_SetSequencerScanDirection() argument 2776 MODIFY_REG(ADCx->CFGR1, ADC_CFGR1_SCANDIR, ScanDirection); in LL_ADC_REG_SetSequencerScanDirection()
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/ |
D | stm32u0xx_ll_adc.h | 2942 __STATIC_INLINE void LL_ADC_REG_SetSequencerScanDirection(ADC_TypeDef *ADCx, uint32_t ScanDirection) in LL_ADC_REG_SetSequencerScanDirection() argument 2944 MODIFY_REG(ADCx->CFGR1, ADC_CFGR1_SCANDIR, ScanDirection); in LL_ADC_REG_SetSequencerScanDirection()
|
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/ |
D | stm32c0xx_ll_adc.h | 2945 __STATIC_INLINE void LL_ADC_REG_SetSequencerScanDirection(ADC_TypeDef *ADCx, uint32_t ScanDirection) in LL_ADC_REG_SetSequencerScanDirection() argument 2947 MODIFY_REG(ADCx->CFGR1, ADC_CFGR1_SCANDIR, ScanDirection); in LL_ADC_REG_SetSequencerScanDirection()
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/ |
D | stm32g0xx_ll_adc.h | 2993 __STATIC_INLINE void LL_ADC_REG_SetSequencerScanDirection(ADC_TypeDef *ADCx, uint32_t ScanDirection) in LL_ADC_REG_SetSequencerScanDirection() argument 2995 MODIFY_REG(ADCx->CFGR1, ADC_CFGR1_SCANDIR, ScanDirection); in LL_ADC_REG_SetSequencerScanDirection()
|
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/ |
D | stm32wbxx_ll_adc.h | 3782 __STATIC_INLINE void LL_ADC_REG_SetSequencerScanDirection(ADC_TypeDef *ADCx, uint32_t ScanDirection) in LL_ADC_REG_SetSequencerScanDirection() argument 3784 MODIFY_REG(ADCx->CFGR1, ADC_CFGR1_SCANDIR, ScanDirection); in LL_ADC_REG_SetSequencerScanDirection()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_ll_adc.h | 4827 __STATIC_INLINE void LL_ADC_REG_SetSequencerScanDirection(ADC_TypeDef *ADCx, uint32_t ScanDirection) in LL_ADC_REG_SetSequencerScanDirection() argument 4829 MODIFY_REG(ADCx->CFGR1, ADC4_CFGR1_SCANDIR, ScanDirection); in LL_ADC_REG_SetSequencerScanDirection()
|