Searched refs:ADC_CR2_ALIGN (Results 1 – 25 of 103) sorted by relevance
12345
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/ |
D | stm32l1xx_hal_adc_ex.h | 363 …(ADC_CR2_EXTEN | ADC_CR2_EXTSEL | ADC_CR2_ALIGN | ADC_CR2_EOCS | ADC_CR2_DDS | ADC_CR2_DELS | ADC_… 366 …(ADC_CR2_EXTEN | ADC_CR2_EXTSEL | ADC_CR2_ALIGN | ADC_CR2_EOCS | ADC_CR2_DDS | ADC_CR2_DELS | ADC_… 441 ADC_CR2_ALIGN | ADC_CR2_EOCS | ADC_CR2_DDS | \ 449 ADC_CR2_ALIGN | ADC_CR2_EOCS | ADC_CR2_DDS | \
|
D | stm32l1xx_ll_adc.h | 642 #define LL_ADC_DATA_ALIGN_LEFT (ADC_CR2_ALIGN) /*!< ADC conversion data alignmen… 2305 MODIFY_REG(ADCx->CR2, ADC_CR2_ALIGN, DataAlignment); in LL_ADC_SetDataAlignment() 2320 return (uint32_t)(READ_BIT(ADCx->CR2, ADC_CR2_ALIGN)); in LL_ADC_GetDataAlignment()
|
D | stm32l1xx_hal_adc.h | 322 #define ADC_DATAALIGN_LEFT ((uint32_t)ADC_CR2_ALIGN)
|
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/ |
D | stm32l1xx_ll_adc.c | 418 | ADC_CR2_ALIGN | ADC_CR2_EOCS in LL_ADC_DeInit() 426 | ADC_CR2_ALIGN | ADC_CR2_EOCS in LL_ADC_DeInit() 611 ADC_CR2_ALIGN in LL_ADC_Init()
|
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/ |
D | stm32f1xx_ll_adc.c | 451 | ADC_CR2_ALIGN | ADC_CR2_DMA in LL_ADC_DeInit() 579 ADC_CR2_ALIGN in LL_ADC_Init()
|
D | stm32f1xx_hal_adc.c | 551 ADC_CR2_ALIGN | in HAL_ADC_Init() 672 ADC_CR2_JEXTSEL | ADC_CR2_ALIGN | ADC_CR2_DMA | in HAL_ADC_DeInit()
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/ |
D | stm32f7xx_ll_adc.c | 465 | ADC_CR2_ALIGN | ADC_CR2_EOCS in LL_ADC_DeInit() 599 ADC_CR2_ALIGN in LL_ADC_Init()
|
D | stm32f7xx_hal_adc.c | 1933 hadc->Instance->CR2 &= ~(ADC_CR2_ALIGN); in ADC_Init()
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/ |
D | stm32f4xx_ll_adc.c | 479 | ADC_CR2_ALIGN | ADC_CR2_EOCS in LL_ADC_DeInit() 613 ADC_CR2_ALIGN in LL_ADC_Init()
|
D | stm32f4xx_hal_adc.c | 1929 hadc->Instance->CR2 &= ~(ADC_CR2_ALIGN); in ADC_Init()
|
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/ |
D | stm32f2xx_ll_adc.c | 487 | ADC_CR2_ALIGN | ADC_CR2_EOCS in LL_ADC_DeInit() 621 ADC_CR2_ALIGN in LL_ADC_Init()
|
D | stm32f2xx_hal_adc.c | 1843 hadc->Instance->CR2 &= ~(ADC_CR2_ALIGN); in ADC_Init()
|
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/ |
D | stm32f1xx_ll_adc.h | 478 #define LL_ADC_DATA_ALIGN_LEFT (ADC_CR2_ALIGN) /*!< ADC conversion data alignmen… 1703 MODIFY_REG(ADCx->CR2, ADC_CR2_ALIGN, DataAlignment); in LL_ADC_SetDataAlignment() 1718 return (uint32_t)(READ_BIT(ADCx->CR2, ADC_CR2_ALIGN)); in LL_ADC_GetDataAlignment()
|
D | stm32f1xx_hal_adc.h | 255 #define ADC_DATAALIGN_LEFT ((uint32_t)ADC_CR2_ALIGN)
|
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/ |
D | stm32f2xx_ll_adc.h | 576 #define LL_ADC_DATA_ALIGN_LEFT (ADC_CR2_ALIGN) /*!< ADC conversion data alignmen… 1891 MODIFY_REG(ADCx->CR2, ADC_CR2_ALIGN, DataAlignment); in LL_ADC_SetDataAlignment() 1906 return (uint32_t)(READ_BIT(ADCx->CR2, ADC_CR2_ALIGN)); in LL_ADC_GetDataAlignment()
|
D | stm32f2xx_hal_adc.h | 346 #define ADC_DATAALIGN_LEFT ((uint32_t)ADC_CR2_ALIGN)
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/ |
D | stm32f7xx_ll_adc.h | 586 #define LL_ADC_DATA_ALIGN_LEFT (ADC_CR2_ALIGN) /*!< ADC conversion data alignmen… 2001 MODIFY_REG(ADCx->CR2, ADC_CR2_ALIGN, DataAlignment); in LL_ADC_SetDataAlignment() 2016 return (uint32_t)(READ_BIT(ADCx->CR2, ADC_CR2_ALIGN)); in LL_ADC_GetDataAlignment()
|
D | stm32f7xx_hal_adc.h | 358 #define ADC_DATAALIGN_LEFT ((uint32_t)ADC_CR2_ALIGN)
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/ |
D | stm32f4xx_ll_adc.h | 594 #define LL_ADC_DATA_ALIGN_LEFT (ADC_CR2_ALIGN) /*!< ADC conversion data alignmen… 2041 MODIFY_REG(ADCx->CR2, ADC_CR2_ALIGN, DataAlignment); in LL_ADC_SetDataAlignment() 2056 return (uint32_t)(READ_BIT(ADCx->CR2, ADC_CR2_ALIGN)); in LL_ADC_GetDataAlignment()
|
D | stm32f4xx_hal_adc.h | 355 #define ADC_DATAALIGN_LEFT ((uint32_t)ADC_CR2_ALIGN)
|
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/ |
D | stm32f3xx_ll_adc.c | 1566 | ADC_CR2_ALIGN | ADC_CR2_DMA in LL_ADC_DeInit() 1689 ADC_CR2_ALIGN in LL_ADC_Init()
|
D | stm32f3xx_hal_adc_ex.c | 706 ADC_CR2_ALIGN | in HAL_ADC_Init() 1074 ADC_CR2_JEXTSEL | ADC_CR2_ALIGN | ADC_CR2_DMA | in HAL_ADC_DeInit()
|
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/ |
D | stm32f3xx_ll_adc.h | 7725 #define LL_ADC_DATA_ALIGN_LEFT (ADC_CR2_ALIGN) /*!< ADC conversion data alignmen… 8889 MODIFY_REG(ADCx->CR2, ADC_CR2_ALIGN, DataAlignment); in LL_ADC_SetDataAlignment() 8904 return (uint32_t)(READ_BIT(ADCx->CR2, ADC_CR2_ALIGN)); in LL_ADC_GetDataAlignment()
|
D | stm32f3xx_hal_adc_ex.h | 1301 #define ADC_DATAALIGN_LEFT ((uint32_t)ADC_CR2_ALIGN)
|
/hal_stm32-latest/stm32cube/stm32f1xx/soc/ |
D | stm32f101x6.h | 3168 #define ADC_CR2_ALIGN ADC_CR2_ALIGN_Msk /*!< ADC data alignm… macro
|
12345