Group SDS_Flag_Masks
SDS Flag Bitmasks. More...
Macros
| Type | Name |
|---|---|
| define | SDS_FLAG_ALIVE (0x10000000UL)Flag used by host to signal it is alive (set when the host is alive; unset when the host is not alive). |
| define | SDS_FLAG_PLAYBACK (0x20000000UL)Flag for switching between recording and playback mode (set for playback; unset for recording). |
| define | SDS_FLAG_RESET (0x08000000UL)Flag used to request firmware reset (set to reset the firmware). |
| define | SDS_FLAG_START (0x80000000UL)Flag controlling streaming (set to start, cleared to stop). |
| define | SDS_FLAG_TERMINATE (0x40000000UL)Flag for terminating CI run (on FVP simulation or pyOCD). |
Detailed Description
The following values are used by function sdsFlagsModify and global variable sdsFlags.
Macro Definition Documentation
define SDS_FLAG_ALIVE
Flag used by host to signal it is alive (set when the host is alive; unset when the host is not alive).
#define SDS_FLAG_ALIVE `(0x10000000UL)`
define SDS_FLAG_PLAYBACK
Flag for switching between recording and playback mode (set for playback; unset for recording).
#define SDS_FLAG_PLAYBACK `(0x20000000UL)`
define SDS_FLAG_RESET
Flag used to request firmware reset (set to reset the firmware).
#define SDS_FLAG_RESET `(0x08000000UL)`
define SDS_FLAG_START
Flag controlling streaming (set to start, cleared to stop).
#define SDS_FLAG_START `(0x80000000UL)`
define SDS_FLAG_TERMINATE
Flag for terminating CI run (on FVP simulation or pyOCD).
#define SDS_FLAG_TERMINATE `(0x40000000UL)`