Modules | |
Status codes | |
Function status type codes. | |
Assert Classes and Levels | |
Defines for the Assert Classes and Levels. | |
Reset cause | |
Define RESET_CAUSE mask values. | |
Macros | |
#define | CY_CPU_CORTEX_M0P (__CORTEX_M == 0) |
Arm Cortex M0/M0+ CPU core. | |
#define | CY_ARM_FAULT_DEBUG_DISABLED (0U) |
The macro to disable the Fault Handler. | |
#define | CY_ARM_FAULT_DEBUG_ENABLED (1U) |
The macro to enable the Fault Handler. | |
#define | CY_ARM_FAULT_DEBUG (CY_ARM_FAULT_DEBUG_ENABLED) |
The macro defines if the Fault Handler is enabled. More... | |
#define | CY_PDL_DIE_OFFSET_ADDR (0x178U) |
The macro to DIE offset address of the devices with flash page size 64 or 128 bytes. | |
#define | CY_SYSLIB_DRV_VERSION_MAJOR 3 |
The driver major version. | |
#define | CY_SYSLIB_DRV_VERSION_MINOR 30 |
The driver minor version. | |
#define | CY_R0_Pos (0U) |
The position of the R0 content in a fault structure. | |
#define | CY_R1_Pos (1U) |
The position of the R1 content in a fault structure. | |
#define | CY_R2_Pos (2U) |
The position of the R2 content in a fault structure. | |
#define | CY_R3_Pos (3U) |
The position of the R3 content in a fault structure. | |
#define | CY_R12_Pos (4U) |
The position of the R12 content in a fault structure. | |
#define | CY_LR_Pos (5U) |
The position of the LR content in a fault structure. | |
#define | CY_PC_Pos (6U) |
The position of the PC content in a fault structure. | |
#define | CY_PSR_Pos (7U) |
The position of the PSR content in a fault structure. | |
#define | CY_DELAY_MS_OVERFLOW (0x8000U) |
Defines a 32-kHz clock delay. | |
Typedefs | |
typedef char | char_t |
Specific-length typedef for the basic numerical types of char. | |
typedef float | float32_t |
Specific-length typedef for the basic numerical types of float. | |
typedef double | float64_t |
Specific-length typedef for the basic numerical types of double. | |
Variables | |
cy_stc_fault_frame_t | cy_faultFrame |
Fault frame structure. | |
#define CY_ARM_FAULT_DEBUG (CY_ARM_FAULT_DEBUG_ENABLED) |
The macro defines if the Fault Handler is enabled.
Enabled by default.