|
rusEFI
The most advanced open source ECU
|
Functions | |
| static void | completionCallback (ADCDriver *adcp) |
| static void | startSampling () |
| void | triggerScopeEnable () |
| void | triggerScopeDisable () |
| const BigBufferHandle & | triggerScopeGetBuffer () |
| void | initTriggerScope () |
Variables | |
| static BigBufferHandle | buffer |
| static bool | isRunning = false |
| static const uint32_t | smpr1 |
| static const uint32_t | smpr2 |
| static const ADCConversionGroup | adcConvGroupCh1 |
| static constexpr size_t | sampleCount = BIG_BUFFER_SIZE / (2 * sizeof(uint8_t)) |
| static scheduling_s | restartTimer |
|
static |
Definition at line 12 of file trigger_scope.cpp.
| void initTriggerScope | ( | ) |
Definition at line 104 of file trigger_scope.cpp.
Referenced by initHardware().


|
static |
Definition at line 56 of file trigger_scope.cpp.
Referenced by triggerScopeEnable().


| void triggerScopeDisable | ( | ) |
Definition at line 81 of file trigger_scope.cpp.
Referenced by TunerStudio::handleCrcCommand(), and startSampling().

| void triggerScopeEnable | ( | ) |
Definition at line 73 of file trigger_scope.cpp.
Referenced by TunerStudio::handleCrcCommand().


| const BigBufferHandle & triggerScopeGetBuffer | ( | ) |
Definition at line 92 of file trigger_scope.cpp.
Referenced by TunerStudio::handleCrcCommand().


|
static |
Definition at line 38 of file trigger_scope.cpp.
Referenced by startSampling().
|
static |
Definition at line 8 of file trigger_scope.cpp.
Referenced by CH_HEAP_AREA(), MLG::Entries::Field::copyFloat(), debugBrainPin(), debugBrainPin(), findBuffer(), getPinNameByAdcChannel(), GetToothLoggerBufferImpl(), gps_location(), TunerStudio::handleCrcCommand(), intFlashCompare(), intFlashWrite(), kLineThread(), ltoa_internal(), nd_return_success_read(), onGpsMessage(), pinDiag2string(), TsChannelBase::read(), read(), Lps25::readPressureKpa(), SerialTsChannel::readTimeout(), UartTsChannel::readTimeout(), readWhileGives(), fft::rerrange(), ReturnToothLoggerBuffer(), sdTriggerLogger(), TsChannelBase::sendResponse(), startSampling(), triggerScopeDisable(), triggerScopeEnable(), triggerScopeGetBuffer(), BufferedWriter< TBufferSize >::write(), SerialTsChannel::write(), UartTsChannel::write(), MLG::Entries::Field::writeData(), MLG::writeFileHeader(), MLG::Entries::Field::writeHeader(), LogBuffer< TBufferSize >::writeInternal(), and MLG::writeSdBlock().
|
static |
Definition at line 10 of file trigger_scope.cpp.
Referenced by completionCallback(), StepperMotorBase::setInitialPosition(), triggerScopeDisable(), triggerScopeEnable(), and triggerScopeGetBuffer().
|
static |
Definition at line 89 of file trigger_scope.cpp.
Referenced by triggerScopeGetBuffer().
|
staticconstexpr |
Definition at line 54 of file trigger_scope.cpp.
Referenced by startSampling().
|
static |
Definition at line 18 of file trigger_scope.cpp.
|
static |
Definition at line 26 of file trigger_scope.cpp.