Home
last modified time | relevance | path

Searched refs:CY_SYS_CM4_STATUS_DISABLED (Results 1 – 2 of 2) sorted by relevance

/trusted-firmware-m-3.4.0/platform/ext/target/cypress/psoc64/Device/Include/
Dsystem_psoc6.h637 #define CY_SYS_CM4_STATUS_DISABLED (0U) /**< The Cortex-M4 core is disabled: power off, clock o… macro
/trusted-firmware-m-3.4.0/platform/ext/target/cypress/psoc64/Device/Source/
Dsystem_psoc6_cm0plus.c374 regValue |= CY_SYS_CM4_STATUS_DISABLED; in Cy_SysDisableCM4()