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:32

References

LocationReferrerText
stm32f4xx_it.c:32
__IO uint32_t TimeRecBase = 0; /* Time Recording base variable */
waverecorder.c:41
extern __IO uint32_t CmdIndex, LEDsState, TimeRecBase;
stm32f4xx_it.c:144SysTick_Handler()
TimeRecBase ++;
waverecorder.c:161WaveRecorderProcess()
TimeRecBase = 0;
waverecorder.c:168WaveRecorderProcess()
if(TimeRecBase <= DEFAULT_TIME_REC)

Data Use

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