Functions | |
uint32_t | Cy_SysGetCM4Status (void) |
Returns the Cortex-M4 core power mode. More... | |
void | Cy_SysEnableCM4 (uint32_t vectorTableOffset) |
Sets vector table base address and enables the Cortex-M4 core. More... | |
void | Cy_SysDisableCM4 (void) |
Disables the Cortex-M4 core and waits for the mode to take the effect. More... | |
void | Cy_SysRetainCM4 (void) |
Retains the Cortex-M4 core and exists without waiting for the mode to take effect. More... | |
void | Cy_SysResetCM4 (void) |
Resets the Cortex-M4 core and waits for the mode to take the effect. More... | |
uint32_t Cy_SysGetCM4Status | ( | void | ) |
Returns the Cortex-M4 core power mode.
void Cy_SysEnableCM4 | ( | uint32_t | vectorTableOffset | ) |
Sets vector table base address and enables the Cortex-M4 core.
vectorTableOffset | The offset of the vector table base address from memory address 0x00000000. The offset should be multiple to 1024 bytes. |
void Cy_SysDisableCM4 | ( | void | ) |
Disables the Cortex-M4 core and waits for the mode to take the effect.
void Cy_SysRetainCM4 | ( | void | ) |
Retains the Cortex-M4 core and exists without waiting for the mode to take effect.
void Cy_SysResetCM4 | ( | void | ) |
Resets the Cortex-M4 core and waits for the mode to take the effect.