Developer World
Spresense SDK Library v3.2.0-ebc0364
Collaboration diagram for Attention Code:

Macros

#define AS_ATTENTION_CODE_INFORMATION   0x00
 Just Information. More...
 
#define AS_ATTENTION_CODE_WARNING   0x01
 Warning Attention. More...
 
#define AS_ATTENTION_CODE_ERROR   0x02
 Error Attention. More...
 
#define AS_ATTENTION_CODE_FATAL   0x03
 Fatal Attention. More...
 

Detailed Description

Macro Definition Documentation

◆ AS_ATTENTION_CODE_INFORMATION

#define AS_ATTENTION_CODE_INFORMATION   0x00

Just Information.

Just notify information of intermal processing.

◆ AS_ATTENTION_CODE_WARNING

#define AS_ATTENTION_CODE_WARNING   0x01

Warning Attention.

Internal process error that can continue processing. The system can work after this attention, but correctness is not guaranteed. For example, encode error, decode error.

◆ AS_ATTENTION_CODE_ERROR

#define AS_ATTENTION_CODE_ERROR   0x02

Error Attention.

Internal process error tha cannot continue processing. The system cannot work correctly after this attention. For example, internal state error, DSP load error.

◆ AS_ATTENTION_CODE_FATAL

#define AS_ATTENTION_CODE_FATAL   0x03

Fatal Attention.

Internal process error that cannot continue processing. Ths system should be rebooted.