Home
last modified time | relevance | path

Searched refs:coreNum (Results 1 – 7 of 7) sorted by relevance

/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-multicore/mcmgr/src/
Dmcmgr.c40 mcmgr_core_t coreNum = MCMGR_GetCurrentCore(); in MCMGR_TriggerEventCommon() local
41 if ((uint32_t)coreNum < g_mcmgrSystem.coreCount) in MCMGR_TriggerEventCommon()
119 mcmgr_core_t coreNum = MCMGR_GetCurrentCore(); in MCMGR_EarlyInit() local
120 if ((uint32_t)coreNum < g_mcmgrSystem.coreCount) in MCMGR_EarlyInit()
122 return mcmgr_early_init_internal(coreNum); in MCMGR_EarlyInit()
130 mcmgr_core_t coreNum = MCMGR_GetCurrentCore(); in MCMGR_Init() local
131 if ((uint32_t)coreNum < g_mcmgrSystem.coreCount) in MCMGR_Init()
135 (void *)&s_mcmgrCoresContext[coreNum])) in MCMGR_Init()
142 … (void *)&s_mcmgrCoresContext[(coreNum == kMCMGR_Core0) ? kMCMGR_Core1 : kMCMGR_Core0])) in MCMGR_Init()
147 return mcmgr_late_init_internal(coreNum); in MCMGR_Init()
[all …]
Dmcmgr_internal_core_api_kw45b41.c46 mcmgr_status_t mcmgr_early_init_internal(mcmgr_core_t coreNum) in mcmgr_early_init_internal() argument
70 mcmgr_status_t mcmgr_start_core_internal(mcmgr_core_t coreNum, void *bootAddress) in mcmgr_start_core_internal() argument
76 if (coreNum != kMCMGR_Core1) in mcmgr_start_core_internal()
97 mcmgr_status_t mcmgr_get_startup_data_internal(mcmgr_core_t coreNum, uint32_t *startupData) in mcmgr_get_startup_data_internal() argument
101 if (coreNum != kMCMGR_Core1) in mcmgr_get_startup_data_internal()
112 if (s_mcmgrCoresContext[coreNum].state >= kMCMGR_RunningCoreState) in mcmgr_get_startup_data_internal()
114 *startupData = s_mcmgrCoresContext[coreNum].startupData; in mcmgr_get_startup_data_internal()
127 mcmgr_status_t mcmgr_stop_core_internal(mcmgr_core_t coreNum) in mcmgr_stop_core_internal() argument
129 if (coreNum != kMCMGR_Core1) in mcmgr_stop_core_internal()
137 mcmgr_status_t mcmgr_get_core_property_internal(mcmgr_core_t coreNum, in mcmgr_get_core_property_internal() argument
Dmcmgr_internal_core_api_mcxw716.c46 mcmgr_status_t mcmgr_early_init_internal(mcmgr_core_t coreNum) in mcmgr_early_init_internal() argument
70 mcmgr_status_t mcmgr_start_core_internal(mcmgr_core_t coreNum, void *bootAddress) in mcmgr_start_core_internal() argument
76 if (coreNum != kMCMGR_Core1) in mcmgr_start_core_internal()
97 mcmgr_status_t mcmgr_get_startup_data_internal(mcmgr_core_t coreNum, uint32_t *startupData) in mcmgr_get_startup_data_internal() argument
101 if (coreNum != kMCMGR_Core1) in mcmgr_get_startup_data_internal()
112 if (s_mcmgrCoresContext[coreNum].state >= kMCMGR_RunningCoreState) in mcmgr_get_startup_data_internal()
114 *startupData = s_mcmgrCoresContext[coreNum].startupData; in mcmgr_get_startup_data_internal()
127 mcmgr_status_t mcmgr_stop_core_internal(mcmgr_core_t coreNum) in mcmgr_stop_core_internal() argument
129 if (coreNum != kMCMGR_Core1) in mcmgr_stop_core_internal()
137 mcmgr_status_t mcmgr_get_core_property_internal(mcmgr_core_t coreNum, in mcmgr_get_core_property_internal() argument
Dmcmgr_internal_core_api.h93 mcmgr_status_t mcmgr_early_init_internal(mcmgr_core_t coreNum);
102 mcmgr_status_t mcmgr_late_init_internal(mcmgr_core_t coreNum);
112 mcmgr_status_t mcmgr_start_core_internal(mcmgr_core_t coreNum, void *bootAddress);
125 mcmgr_status_t mcmgr_get_startup_data_internal(mcmgr_core_t coreNum, uint32_t *startupData);
136 mcmgr_status_t mcmgr_stop_core_internal(mcmgr_core_t coreNum);
150 mcmgr_status_t mcmgr_get_core_property_internal(mcmgr_core_t coreNum,
Dmcmgr.h159 mcmgr_status_t MCMGR_StartCore(mcmgr_core_t coreNum, void *bootAddress, uint32_t startupData, mcmgr…
182 mcmgr_status_t MCMGR_StopCore(mcmgr_core_t coreNum);
205 mcmgr_status_t MCMGR_GetCoreProperty(mcmgr_core_t coreNum,
Dmcmgr_internal_core_api_kw45b41_ext.c25 mcmgr_status_t mcmgr_late_init_internal(mcmgr_core_t coreNum) in mcmgr_late_init_internal() argument
Dmcmgr_internal_core_api_mcxw716_ext.c25 mcmgr_status_t mcmgr_late_init_internal(mcmgr_core_t coreNum) in mcmgr_late_init_internal() argument