Home
last modified time | relevance | path

Searched refs:mcmgr_status_t (Results 1 – 9 of 9) sorted by relevance

/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-multicore/mcmgr/src/
Dmcmgr.h33 } mcmgr_status_t; typedef
133 mcmgr_status_t MCMGR_EarlyInit(void);
142 mcmgr_status_t MCMGR_Init(void);
159 mcmgr_status_t MCMGR_StartCore(mcmgr_core_t coreNum, void *bootAddress, uint32_t startupData, mcmgr…
171 mcmgr_status_t MCMGR_GetStartupData(uint32_t *startupData);
182 mcmgr_status_t MCMGR_StopCore(mcmgr_core_t coreNum);
205 mcmgr_status_t MCMGR_GetCoreProperty(mcmgr_core_t coreNum,
240 mcmgr_status_t MCMGR_RegisterEvent(mcmgr_event_type_t type, mcmgr_event_callback_t callback, void *…
253 mcmgr_status_t MCMGR_TriggerEvent(mcmgr_event_type_t type, uint16_t eventData);
266 mcmgr_status_t MCMGR_TriggerEventForce(mcmgr_event_type_t type, uint16_t eventData);
Dmcmgr.c16 mcmgr_status_t MCMGR_RegisterEvent(mcmgr_event_type_t type, mcmgr_event_callback_t callback, void *… in MCMGR_RegisterEvent()
32 static mcmgr_status_t MCMGR_TriggerEventCommon(mcmgr_event_type_t type, uint16_t eventData, bool fo… in MCMGR_TriggerEventCommon()
50 mcmgr_status_t MCMGR_TriggerEvent(mcmgr_event_type_t type, uint16_t eventData) in MCMGR_TriggerEvent()
55 mcmgr_status_t MCMGR_TriggerEventForce(mcmgr_event_type_t type, uint16_t eventData) in MCMGR_TriggerEventForce()
113 mcmgr_status_t MCMGR_EarlyInit(void) in MCMGR_EarlyInit()
128 mcmgr_status_t MCMGR_Init(void) in MCMGR_Init()
153 mcmgr_status_t MCMGR_StartCore(mcmgr_core_t coreNum, void *bootAddress, uint32_t startupData, mcmgr… in MCMGR_StartCore()
155 mcmgr_status_t ret; in MCMGR_StartCore()
179 mcmgr_status_t MCMGR_GetStartupData(uint32_t *startupData) in MCMGR_GetStartupData()
200 mcmgr_status_t MCMGR_StopCore(mcmgr_core_t coreNum) in MCMGR_StopCore()
[all …]
Dmcmgr_internal_core_api_kw45b41.c46 mcmgr_status_t mcmgr_early_init_internal(mcmgr_core_t coreNum) in mcmgr_early_init_internal()
51 mcmgr_status_t status = kStatus_MCMGR_Error; in mcmgr_early_init_internal()
70 mcmgr_status_t mcmgr_start_core_internal(mcmgr_core_t coreNum, void *bootAddress) in mcmgr_start_core_internal()
72 mcmgr_status_t status = kStatus_MCMGR_Success; 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()
99 mcmgr_status_t status = kStatus_MCMGR_Error; in mcmgr_get_startup_data_internal()
127 mcmgr_status_t mcmgr_stop_core_internal(mcmgr_core_t coreNum) in mcmgr_stop_core_internal()
137 mcmgr_status_t mcmgr_get_core_property_internal(mcmgr_core_t coreNum, in mcmgr_get_core_property_internal()
145 mcmgr_status_t mcmgr_trigger_event_internal(uint32_t remoteData, bool forcedWrite) in mcmgr_trigger_event_internal()
148 mcmgr_status_t status = kStatus_MCMGR_Error; in mcmgr_trigger_event_internal()
Dmcmgr_internal_core_api_mcxw716.c46 mcmgr_status_t mcmgr_early_init_internal(mcmgr_core_t coreNum) in mcmgr_early_init_internal()
51 mcmgr_status_t status = kStatus_MCMGR_Error; in mcmgr_early_init_internal()
70 mcmgr_status_t mcmgr_start_core_internal(mcmgr_core_t coreNum, void *bootAddress) in mcmgr_start_core_internal()
72 mcmgr_status_t status = kStatus_MCMGR_Success; 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()
99 mcmgr_status_t status = kStatus_MCMGR_Error; in mcmgr_get_startup_data_internal()
127 mcmgr_status_t mcmgr_stop_core_internal(mcmgr_core_t coreNum) in mcmgr_stop_core_internal()
137 mcmgr_status_t mcmgr_get_core_property_internal(mcmgr_core_t coreNum, in mcmgr_get_core_property_internal()
145 mcmgr_status_t mcmgr_trigger_event_internal(uint32_t remoteData, bool forcedWrite) in mcmgr_trigger_event_internal()
148 mcmgr_status_t status = kStatus_MCMGR_Error; in mcmgr_trigger_event_internal()
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,
166 mcmgr_status_t mcmgr_trigger_event_internal(uint32_t remoteData, bool forcedWrite);
Dmcmgr_internal_core_api_kw45b41_ext.c25 mcmgr_status_t mcmgr_late_init_internal(mcmgr_core_t coreNum) in mcmgr_late_init_internal()
Dmcmgr_internal_core_api_mcxw716_ext.c25 mcmgr_status_t mcmgr_late_init_internal(mcmgr_core_t coreNum) in mcmgr_late_init_internal()
/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-multicore/rpmsg_lite/lib/rpmsg_lite/porting/platform/kw45b41/
Drpmsg_platform.c297 mcmgr_status_t retval = kStatus_MCMGR_Error; in platform_init()
/hal_nxp-latest/mcux/mcux-sdk/components/rpmsg/
Dfsl_adapter_rpmsg.c254 mcmgr_status_t status; in HAL_RpmsgMcmgrRemoteInit()