BSP
PAUSE_STATUS is only used within BSP.
 
Symbols
loading...
Files
loading...

PAUSE_STATUS macro

Syntax

#define PAUSE_STATUS ((uint32_t)0x00)

References

LocationText
main.h:47
#define PAUSE_STATUS ((uint32_t)0x00) /* Audio Player in Pause Status */
audio_play.c:137
if (PauseResumeStatus == PAUSE_STATUS)
main.c:200
PauseResumeStatus = PAUSE_STATUS;