Home
last modified time | relevance | path

Searched refs:ADC_CR_ADCAL (Results 1 – 18 of 18) sorted by relevance

/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/stmlib/third_party/STM/STM32F0xx_StdPeriph_Driver/src/
H A Dstm32f0xx_adc.c832 ADCx->CR |= (uint32_t)ADC_CR_ADCAL; in ADC_GetCalibrationFactor()
837 calibrationstatus = ADCx->CR & ADC_CR_ADCAL; in ADC_GetCalibrationFactor()
841 if((uint32_t)(ADCx->CR & ADC_CR_ADCAL) == RESET) in ADC_GetCalibrationFactor()
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/parasites/stmlib/third_party/STM/STM32F30x_StdPeriph_Driver/src/
H A Dstm32f30x_adc.c408 ADCx->CR |= ADC_CR_ADCAL; in ADC_StartCalibration()
470 if ((ADCx->CR & ADC_CR_ADCAL) != (uint32_t)RESET) in ADC_GetCalibrationStatus()
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/stmlib/third_party/STM/STM32H7xx_HAL_Driver/inc/
H A Dstm32h7xx_ll_adc.h359 #define ADC_CR_BITS_PROPERTY_RS (ADC_CR_ADCAL | ADC_CR_JADSTP | ADC_CR_ADSTP | ADC_CR_JA…
5772ADC_CR_ADCAL | (CalibrationMode & ADC_CALIB_MODE_MASK) | (SingleDiff & ADC_SINGLEDIFF_CALIB_START_… in LL_ADC_StartCalibration()
5783 return ((READ_BIT(ADCx->CR, ADC_CR_ADCAL) == (ADC_CR_ADCAL)) ? 1UL : 0UL); in LL_ADC_IsCalibrationOnGoing()
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/stmlib/third_party/STM/STM32G4xx_HAL_Driver/inc/
H A Dstm32g4xx_ll_adc.h336 #define ADC_CR_BITS_PROPERTY_RS (ADC_CR_ADCAL | ADC_CR_JADSTP | ADC_CR_ADSTP | ADC_CR_JA…
6728 ADC_CR_ADCAL | (SingleDiff & ADC_SINGLEDIFF_CALIB_START_MASK)); in LL_ADC_StartCalibration()
6739 return ((READ_BIT(ADCx->CR, ADC_CR_ADCAL) == (ADC_CR_ADCAL)) ? 1UL : 0UL); in LL_ADC_IsCalibrationOnGoing()
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/stmlib/third_party/STM/STM32G4xx_HAL_Driver/src/
H A Dstm32g4xx_hal_adc.c3427 …if ((hadc->Instance->CR & (ADC_CR_ADCAL | ADC_CR_JADSTP | ADC_CR_ADSTP | ADC_CR_JADSTART | ADC_CR_… in ADC_Enable()
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/stmlib/third_party/STM/STM32H7xx_HAL_Driver/src/
H A Dstm32h7xx_hal_adc.c3337 …if ((hadc->Instance->CR & (ADC_CR_ADCAL | ADC_CR_JADSTP | ADC_CR_ADSTP | ADC_CR_JADSTART | ADC_CR_… in ADC_Enable()
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/stmlib/third_party/STM/CMSIS/CM3_f0xx/
H A Dstm32f0xx.h1199 #define ADC_CR_ADCAL ((uint32_t)0x80000000) /*!< ADC calibration */ macro
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/parasites/stmlib/third_party/STM/CMSIS/CM3_f30x/
H A Dstm32f30x.h2660 #define ADC_CR_ADCAL ((uint32_t)0x80000000) /*!< ADC Calibration */ macro
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/stmlib/third_party/STM/CMSIS/CM3_g4xx/
H A Dstm32g431xx.h1311 #define ADC_CR_ADCAL ADC_CR_ADCAL_Msk /*!< ADC calibration… macro
H A Dstm32gbk1cb.h1297 #define ADC_CR_ADCAL ADC_CR_ADCAL_Msk /*!< ADC calibration… macro
H A Dstm32g441xx.h1345 #define ADC_CR_ADCAL ADC_CR_ADCAL_Msk /*!< ADC calibration… macro
H A Dstm32g471xx.h1375 #define ADC_CR_ADCAL ADC_CR_ADCAL_Msk /*!< ADC calibration… macro
H A Dstm32g473xx.h1480 #define ADC_CR_ADCAL ADC_CR_ADCAL_Msk /*!< ADC calibration… macro
H A Dstm32g483xx.h1514 #define ADC_CR_ADCAL ADC_CR_ADCAL_Msk /*!< ADC calibration… macro
H A Dstm32g474xx.h1615 #define ADC_CR_ADCAL ADC_CR_ADCAL_Msk /*!< ADC calibration… macro
H A Dstm32g484xx.h1649 #define ADC_CR_ADCAL ADC_CR_ADCAL_Msk /*!< ADC calibration… macro
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/stmlib/third_party/STM/CMSIS/CM3_h7xx/
H A Dstm32h753xx.h2835 #define ADC_CR_ADCAL ADC_CR_ADCAL_Msk /*!< ADC Calibration… macro
H A Dstm32h743xx.h2759 #define ADC_CR_ADCAL ADC_CR_ADCAL_Msk /*!< ADC Calibration… macro