TimeRecBase is only used within Audio_playback_and_record.
 
Symbols
loading...
Files
loading...

TimeRecBase variable

Syntax

extern __IO uint32_t CmdIndex, LEDsState, TimeRecBase;
Implemented in stm32f4xx_it.c:39

References

LocationReferrerText
stm32f4xx_it.c:39
__IO uint32_t TimeRecBase = 0; /* Time Recording base variable */
waverecorder.c:36
extern __IO uint32_t CmdIndex, LEDsState, TimeRecBase;
stm32f4xx_it.c:151SysTick_Handler()
TimeRecBase ++;
waverecorder.c:152WaveRecorderProcess()
TimeRecBase = 0;
waverecorder.c:159WaveRecorderProcess()
if (TimeRecBase <= DEFAULT_TIME_REC)

Data Use

Functions writing TimeRecBase
Functions reading TimeRecBase
TimeRecBase
Type of TimeRecBase
TimeRecBase
uint32_t
all items filtered out