Home
last modified time | relevance | path

Searched refs:ADC_CR1_RES (Results 1 – 25 of 79) sorted by relevance

1234

/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_ll_adc.c453 ( ADC_CR1_OVRIE | ADC_CR1_RES | ADC_CR1_AWDEN in LL_ADC_DeInit()
591 ADC_CR1_RES in LL_ADC_Init()
Dstm32f7xx_hal_adc.c1929 hadc->Instance->CR1 &= ~(ADC_CR1_RES); in ADC_Init()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_ll_adc.c467 (ADC_CR1_OVRIE | ADC_CR1_RES | ADC_CR1_AWDEN in LL_ADC_DeInit()
605 ADC_CR1_RES in LL_ADC_Init()
Dstm32f4xx_hal_adc.c1925 hadc->Instance->CR1 &= ~(ADC_CR1_RES); in ADC_Init()
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_ll_adc.c475 ( ADC_CR1_OVRIE | ADC_CR1_RES | ADC_CR1_AWDEN in LL_ADC_DeInit()
613 ADC_CR1_RES in LL_ADC_Init()
Dstm32f2xx_hal_adc.c1839 hadc->Instance->CR1 &= ~(ADC_CR1_RES); in ADC_Init()
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_hal_adc.h300 #define ADC_RESOLUTION_6B ((uint32_t)ADC_CR1_RES)
860 #define ADC_GET_RESOLUTION(__HANDLE__) (((__HANDLE__)->Instance->CR1) & ADC_CR1_RES)
Dstm32f2xx_ll_adc.h1858 MODIFY_REG(ADCx->CR1, ADC_CR1_RES, Resolution); in LL_ADC_SetResolution()
1875 return (uint32_t)(READ_BIT(ADCx->CR1, ADC_CR1_RES)); in LL_ADC_GetResolution()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_adc.h309 #define ADC_RESOLUTION_6B ((uint32_t)ADC_CR1_RES)
869 #define ADC_GET_RESOLUTION(__HANDLE__) (((__HANDLE__)->Instance->CR1) & ADC_CR1_RES)
Dstm32f4xx_ll_adc.h2008 MODIFY_REG(ADCx->CR1, ADC_CR1_RES, Resolution); in LL_ADC_SetResolution()
2025 return (uint32_t)(READ_BIT(ADCx->CR1, ADC_CR1_RES)); in LL_ADC_GetResolution()
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_ll_adc.c405 ( ADC_CR1_OVRIE | ADC_CR1_RES | ADC_CR1_AWDEN in LL_ADC_DeInit()
600 ADC_CR1_RES in LL_ADC_Init()
Dstm32l1xx_hal_adc.c586 ADC_CR1_RES | in HAL_ADC_Init()
702 CLEAR_BIT(hadc->Instance->CR1, (ADC_CR1_OVRIE | ADC_CR1_RES | ADC_CR1_AWDEN | in HAL_ADC_DeInit()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_adc.h309 #define ADC_RESOLUTION_6B ((uint32_t)ADC_CR1_RES)
928 #define ADC_GET_RESOLUTION(__HANDLE__) (((__HANDLE__)->Instance->CR1) & ADC_CR1_RES)
Dstm32f7xx_ll_adc.h1968 MODIFY_REG(ADCx->CR1, ADC_CR1_RES, Resolution); in LL_ADC_SetResolution()
1985 return (uint32_t)(READ_BIT(ADCx->CR1, ADC_CR1_RES)); in LL_ADC_GetResolution()
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_ll_adc.h2272 MODIFY_REG(ADCx->CR1, ADC_CR1_RES, Resolution); in LL_ADC_SetResolution()
2289 return (uint32_t)(READ_BIT(ADCx->CR1, ADC_CR1_RES)); in LL_ADC_GetResolution()
Dstm32l1xx_hal_adc.h313 #define ADC_RESOLUTION_6B ((uint32_t)ADC_CR1_RES) /*!< ADC 6-bit resolution */
/hal_stm32-latest/stm32cube/stm32f4xx/soc/
Dstm32f410cx.h804 #define ADC_CR1_RES ADC_CR1_RES_Msk /*!<RES[2:0] bits (R… macro
Dstm32f410rx.h804 #define ADC_CR1_RES ADC_CR1_RES_Msk /*!<RES[2:0] bits (R… macro
Dstm32f410tx.h794 #define ADC_CR1_RES ADC_CR1_RES_Msk /*!<RES[2:0] bits (R… macro
/hal_stm32-latest/stm32cube/stm32l1xx/soc/
Dstm32l152xb.h845 #define ADC_CR1_RES ADC_CR1_RES_Msk /*!< ADC resolution … macro
Dstm32l152xba.h830 #define ADC_CR1_RES ADC_CR1_RES_Msk /*!< ADC resolution … macro
Dstm32l100xba.h827 #define ADC_CR1_RES ADC_CR1_RES_Msk /*!< ADC resolution … macro
Dstm32l100xb.h827 #define ADC_CR1_RES ADC_CR1_RES_Msk /*!< ADC resolution … macro
Dstm32l151xb.h828 #define ADC_CR1_RES ADC_CR1_RES_Msk /*!< ADC resolution … macro
Dstm32l151xba.h828 #define ADC_CR1_RES ADC_CR1_RES_Msk /*!< ADC resolution … macro

1234