Home
last modified time | relevance | path

Searched refs:ADC_CR2_ALIGN (Results 1 – 25 of 103) sorted by relevance

12345

/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_hal_adc_ex.h363 …(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 | \
Dstm32l1xx_ll_adc.h642 #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()
Dstm32l1xx_hal_adc.h322 #define ADC_DATAALIGN_LEFT ((uint32_t)ADC_CR2_ALIGN)
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_ll_adc.c418 | 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/
Dstm32f1xx_ll_adc.c451 | ADC_CR2_ALIGN | ADC_CR2_DMA in LL_ADC_DeInit()
579 ADC_CR2_ALIGN in LL_ADC_Init()
Dstm32f1xx_hal_adc.c551 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/
Dstm32f7xx_ll_adc.c465 | ADC_CR2_ALIGN | ADC_CR2_EOCS in LL_ADC_DeInit()
599 ADC_CR2_ALIGN in LL_ADC_Init()
Dstm32f7xx_hal_adc.c1933 hadc->Instance->CR2 &= ~(ADC_CR2_ALIGN); in ADC_Init()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_ll_adc.c479 | ADC_CR2_ALIGN | ADC_CR2_EOCS in LL_ADC_DeInit()
613 ADC_CR2_ALIGN in LL_ADC_Init()
Dstm32f4xx_hal_adc.c1929 hadc->Instance->CR2 &= ~(ADC_CR2_ALIGN); in ADC_Init()
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_ll_adc.c487 | ADC_CR2_ALIGN | ADC_CR2_EOCS in LL_ADC_DeInit()
621 ADC_CR2_ALIGN in LL_ADC_Init()
Dstm32f2xx_hal_adc.c1843 hadc->Instance->CR2 &= ~(ADC_CR2_ALIGN); in ADC_Init()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_ll_adc.h478 #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()
Dstm32f1xx_hal_adc.h255 #define ADC_DATAALIGN_LEFT ((uint32_t)ADC_CR2_ALIGN)
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_ll_adc.h576 #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()
Dstm32f2xx_hal_adc.h346 #define ADC_DATAALIGN_LEFT ((uint32_t)ADC_CR2_ALIGN)
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_ll_adc.h586 #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()
Dstm32f7xx_hal_adc.h358 #define ADC_DATAALIGN_LEFT ((uint32_t)ADC_CR2_ALIGN)
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_ll_adc.h594 #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()
Dstm32f4xx_hal_adc.h355 #define ADC_DATAALIGN_LEFT ((uint32_t)ADC_CR2_ALIGN)
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_ll_adc.c1566 | ADC_CR2_ALIGN | ADC_CR2_DMA in LL_ADC_DeInit()
1689 ADC_CR2_ALIGN in LL_ADC_Init()
Dstm32f3xx_hal_adc_ex.c706 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/
Dstm32f3xx_ll_adc.h7725 #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()
Dstm32f3xx_hal_adc_ex.h1301 #define ADC_DATAALIGN_LEFT ((uint32_t)ADC_CR2_ALIGN)
/hal_stm32-latest/stm32cube/stm32f1xx/soc/
Dstm32f101x6.h3168 #define ADC_CR2_ALIGN ADC_CR2_ALIGN_Msk /*!< ADC data alignm… macro

12345