|
rusEFI
The most advanced open source ECU
|
Functions | |
| void | adcOnchipSlowUpdate (efitick_t nowNt) |
| adcsample_t | adcOnchipSlowGetAvgRaw (adc_channel_e hwChannel) |
| void | adcPrintChannelReport (const char *prefix, int internalIndex, adc_channel_e hwChannel) |
| void | adcOnchipSlowShowReport () |
| float | getMCUInternalTemperature () |
| float | getMCUVref () |
| void | waitForSlowAdc (uint32_t lastAdcCounter) |
Variables | |
| static volatile NO_CACHE adcsample_t | slowAdcSamples [SLOW_ADC_CHANNEL_COUNT] |
| static uint32_t | slowAdcConversionCount = 0 |
| static float | mcuTemperature |
| static float | mcuVrefVoltage |
| adcsample_t adcOnchipSlowGetAvgRaw | ( | adc_channel_e | hwChannel | ) |
Definition at line 59 of file adc_onchip_slow.cpp.
Referenced by getInternalAdcValue().

| void adcOnchipSlowShowReport | ( | ) |
Definition at line 66 of file adc_onchip_slow.cpp.
Referenced by printFullAdcReport().


| void adcOnchipSlowUpdate | ( | efitick_t | nowNt | ) |
Definition at line 32 of file adc_onchip_slow.cpp.
Referenced by adcInputsUpdateSubscribers().


|
extern |
Definition at line 142 of file adc_inputs.cpp.
Referenced by adcOnchipSlowShowReport(), and printFullAdcReport().


| float getMCUInternalTemperature | ( | void | ) |
Definition at line 78 of file adc_onchip_slow.cpp.
Referenced by populateFrame(), and updateMiscSensors().

| float getMCUVref | ( | void | ) |
Definition at line 82 of file adc_onchip_slow.cpp.
Referenced by analogGetVrefDiagnostic(), and updateMiscSensors().

| void waitForSlowAdc | ( | uint32_t | lastAdcCounter | ) |
Definition at line 87 of file adc_onchip_slow.cpp.
Referenced by StepperMotorBase::setInitialPosition().

|
static |
Definition at line 29 of file adc_onchip_slow.cpp.
Referenced by adcOnchipSlowUpdate(), and getMCUInternalTemperature().
|
static |
Definition at line 30 of file adc_onchip_slow.cpp.
Referenced by adcOnchipSlowUpdate(), and getMCUVref().
|
static |
Definition at line 27 of file adc_onchip_slow.cpp.
Referenced by adcOnchipSlowShowReport(), adcOnchipSlowUpdate(), and waitForSlowAdc().
|
static |
Definition at line 25 of file adc_onchip_slow.cpp.
Referenced by adcOnchipSlowGetAvgRaw(), and adcOnchipSlowUpdate().