stm32:ll:adc

LL_API_ADC

//ADCが有効化されているか判別
uint32_t LL_ADC_IsEnabled(ADC_TypeDef *ADCx)
 
//内部レギュレータ起動
void LL_ADC_EnableInternalRegulator(ADC_TypeDef *ADCx)
 
//較正開始
void LL_ADC_StartCalibration(ADC_TypeDef *ADCx, uint32_t SingleDiff)
 
//較正が完了したか判別
uint32_t LL_ADC_IsCalibrationOnGoing(ADC_TypeDef *ADCx)
 
//ADCを有効化
void LL_ADC_Enable(ADC_TypeDef *ADCx)
 
//無効状態の有無を判別
uint32_t LL_ADC_IsDisableOngoing(ADC_TypeDef *ADCx)
 
//変換中かどうか判別
uint32_t LL_ADC_REG_IsConversionOngoing(ADC_TypeDef *ADCx)
 
//レギュラ変換開始
void LL_ADC_REG_StartConversion(ADC_TypeDef *ADCx)
 
//レギュラ変換停止
void LL_ADC_REG_StartConversion(ADC_TypeDef *ADCx)
  • stm32/ll/adc.txt
  • 最終更新: 2019/07/20
  • by yuki_kusakabe