94 kMCMGR_RemoteCoreUpEvent = 1,
95 kMCMGR_RemoteCoreDownEvent,
96 kMCMGR_RemoteExceptionEvent,
97 kMCMGR_StartupDataEvent,
98 kMCMGR_FeedStartupDataEvent,
99 kMCMGR_RemoteRPMsgEvent,
100 kMCMGR_RemoteApplicationEvent,
101 kMCMGR_FreeRtosMessageBuffersEvent,
102 kMCMGR_EventTableLength
109 #ifndef MCMGR_HANDLE_EXCEPTIONS 110 #define MCMGR_HANDLE_EXCEPTIONS (0) 119 kMCMGR_Version = 0x00040101
122 #if defined(__cplusplus) 124 #endif // __cplusplus 268 #if defined(__cplusplus) 270 #endif // __cplusplus Enum value for starting synchronously.
Definition: mcmgr.h:85
_mcmgr_core_status
Enumeration that defines the property value of core status.
Definition: mcmgr.h:47
enum _mcmgr_event_type_t mcmgr_event_type_t
Type definition of event types.
Core is held in reset.
Definition: mcmgr.h:50
Operation was successful.
Definition: mcmgr.h:25
Status of core read from hardware core status flag.
Definition: mcmgr.h:39
mcmgr_status_t MCMGR_StartCore(mcmgr_core_t coreNum, void *bootAddress, uint32_t startupData, mcmgr_start_mode_t mode)
Start a selected core.
enum _mcmgr_core_property mcmgr_core_property_t
Enumeration that defines property of core.
Enum value for Core 1.
Definition: mcmgr.h:78
Operation was not successful.
Definition: mcmgr.h:27
Operation result not ready.
Definition: mcmgr.h:31
mcmgr_status_t MCMGR_GetCoreProperty(mcmgr_core_t coreNum, mcmgr_core_property_t property, void *value, uint32_t *length)
Get property of the CPU core.
Cortex M33.
Definition: mcmgr.h:65
mcmgr_status_t MCMGR_EarlyInit(void)
Initialize the multicore manager, early init.
mcmgr_version_enum
Version of MCMGR.
Definition: mcmgr.h:117
uint32_t MCMGR_GetCoreCount(void)
Return the count of cores in a multicore system.
_mcmgr_core_property
Enumeration that defines property of core.
Definition: mcmgr.h:36
mcmgr_status_t MCMGR_GetStartupData(uint32_t *startupData)
Get startup data for the slave core.
Enum value for Core 0.
Definition: mcmgr.h:76
enum _mcmgr_core mcmgr_core_t
Enumeration that defines core.
Cortex M4.
Definition: mcmgr.h:63
Cortex M0.
Definition: mcmgr.h:59
_mcmgr_event_type_t
Type definition of event types.
Definition: mcmgr.h:92
mcmgr_core_t MCMGR_GetCurrentCore(void)
Get current CPU core.
_mcmgr_core_type
Enumeration that defines property value of core type.
Definition: mcmgr.h:56
Cortex M3.
Definition: mcmgr.h:69
Power Mode of Core - implementation is hardware-specific.
Definition: mcmgr.h:43
mcmgr_status_t MCMGR_TriggerEventForce(mcmgr_event_type_t type, uint16_t eventData)
Trigger event handler, force version.
mcmgr_status_t MCMGR_StopCore(mcmgr_core_t coreNum)
Stop a selected core.
mcmgr_status_t MCMGR_Init(void)
Initialize the multicore manager.
Enum value for starting asynchronously.
Definition: mcmgr.h:87
Function is not implemented.
Definition: mcmgr.h:29
enum _mcmgr_status mcmgr_status_t
Enumeration that defines MCMGR function return status codes.
_mcmgr_status
Enumeration that defines MCMGR function return status codes.
Definition: mcmgr.h:22
mcmgr_status_t MCMGR_RegisterEvent(mcmgr_event_type_t type, mcmgr_event_callback_t callback, void *callbackData)
Register event handler.
mcmgr_status_t MCMGR_TriggerEvent(mcmgr_event_type_t type, uint16_t eventData)
Trigger event handler.
enum _mcmgr_start_mode mcmgr_start_mode_t
Enumeration that defines start type.
enum _mcmgr_core_type mcmgr_core_type_t
Enumeration that defines property value of core type.
int32_t MCMGR_GetVersion(void)
Get version of MCMGR.
Cortex M0+.
Definition: mcmgr.h:61
Type of Core.
Definition: mcmgr.h:41
_mcmgr_start_mode
Enumeration that defines start type.
Definition: mcmgr.h:82
Core is not in reset.
Definition: mcmgr.h:52
_mcmgr_core
Enumeration that defines core.
Definition: mcmgr.h:73
Cortex M7.
Definition: mcmgr.h:67
void(* mcmgr_event_callback_t)(uint16_t data, void *context)
Type definition of event callback function pointer.
Definition: mcmgr.h:106
enum _mcmgr_core_status mcmgr_core_status_t
Enumeration that defines the property value of core status.