MTB CAT1 Peripheral driver library
System Macros

General Description

Macros

#define CY_CORTEX_M7_0_APPL_ADDR   BASE_CODE_FLASH_CM7_0
 Start address of the Cortex-M7_0 application.
 
#define CY_CORTEX_M7_1_APPL_ADDR   BASE_CODE_FLASH_CM7_1
 Start address of the Cortex-M7_1 application.
 
#define CY_SYS_CM7_STATUS_ENABLED   (3U)
 The Cortex-M7 core is enabled: power on, clock on, no isolate, no reset and no retain. More...
 
#define CY_SYS_CM7_STATUS_DISABLED   (0U)
 The Cortex-M7 core is disabled: power off, clock off, isolate, reset and no retain. More...
 
#define CY_SYS_CM7_STATUS_RETAINED   (2U)
 The Cortex-M7 core is retained. More...
 
#define CY_SYS_CM7_STATUS_RESET   (1U)
 The Cortex-M7 core is in the Reset mode: clock off, no isolated, no retain and reset. More...
 

Macro Definition Documentation

◆ CY_SYS_CM7_STATUS_ENABLED

#define CY_SYS_CM7_STATUS_ENABLED   (3U)

The Cortex-M7 core is enabled: power on, clock on, no isolate, no reset and no retain.

◆ CY_SYS_CM7_STATUS_DISABLED

#define CY_SYS_CM7_STATUS_DISABLED   (0U)

The Cortex-M7 core is disabled: power off, clock off, isolate, reset and no retain.

◆ CY_SYS_CM7_STATUS_RETAINED

#define CY_SYS_CM7_STATUS_RETAINED   (2U)

The Cortex-M7 core is retained.

power off, clock off, isolate, no reset and retain.

◆ CY_SYS_CM7_STATUS_RESET

#define CY_SYS_CM7_STATUS_RESET   (1U)

The Cortex-M7 core is in the Reset mode: clock off, no isolated, no retain and reset.