Cortex-M4 Status¶
-
group
group_system_config_cm4_status_macro
Defines
-
CY_SYS_CM4_STATUS_ENABLED
¶ The Cortex-M4 core is enabled: power on, clock on, no isolate, no reset and no retain.
-
CY_SYS_CM4_STATUS_DISABLED
¶ The Cortex-M4 core is disabled: power off, clock off, isolate, reset and no retain.
-
CY_SYS_CM4_STATUS_RETAINED
¶ The Cortex-M4 core is retained.
power off, clock off, isolate, no reset and retain.
-
CY_SYS_CM4_STATUS_RESET
¶ The Cortex-M4 core is in the Reset mode: clock off, no isolated, no retain and reset.
-