| /hal_nxp-latest/mcux/mcux-sdk/components/srtm/srtm/ |
| D | srtm_peercore.c | 36 srtm_peercore_t core = (srtm_peercore_t)SRTM_Heap_Malloc(sizeof(struct _srtm_peercore)); in SRTM_PeerCore_Create() local 38 srtm_mutex_t mutex = SRTM_Mutex_Create(&core->mutexStatic); in SRTM_PeerCore_Create() 43 assert((core != NULL) && (mutex != NULL)); in SRTM_PeerCore_Create() 46 SRTM_List_Init(&core->node); in SRTM_PeerCore_Create() 47 SRTM_List_Init(&core->channels); in SRTM_PeerCore_Create() 48 SRTM_List_Init(&core->pendingQ); in SRTM_PeerCore_Create() 50 core->id = id; in SRTM_PeerCore_Create() 51 core->dispatcher = NULL; in SRTM_PeerCore_Create() 52 core->mutex = mutex; in SRTM_PeerCore_Create() 53 core->started = false; in SRTM_PeerCore_Create() [all …]
|
| D | srtm_dispatcher.c | 249 srtm_peercore_t core; in SRTM_Dispatcher_Destroy() local 267 core = SRTM_LIST_OBJ(srtm_peercore_t, node, list); in SRTM_Dispatcher_Destroy() 268 SRTM_PeerCore_Destroy(core); in SRTM_Dispatcher_Destroy() 336 srtm_peercore_t core; in SRTM_Dispatcher_Run() local 351 core = SRTM_LIST_OBJ(srtm_peercore_t, node, list); in SRTM_Dispatcher_Run() 352 (void)SRTM_PeerCore_Start(core); in SRTM_Dispatcher_Run() 377 core = SRTM_LIST_OBJ(srtm_peercore_t, node, list); in SRTM_Dispatcher_Run() 378 (void)SRTM_PeerCore_Stop(core); in SRTM_Dispatcher_Run() 386 srtm_status_t SRTM_Dispatcher_AddPeerCore(srtm_dispatcher_t disp, srtm_peercore_t core) in SRTM_Dispatcher_AddPeerCore() argument 389 assert(core); in SRTM_Dispatcher_AddPeerCore() [all …]
|
| D | srtm_channel_struct.h | 24 srtm_peercore_t core; /*!< SRTM peer core channel belongs to */ member
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1181/drivers/ |
| D | fsl_dcdc.h | 332 dcdc_core_slice_t core, in DCDC_SetVDD1P0LowPowerModeTargetVoltage() argument 337 if (core == kDCDC_CORE0) in DCDC_SetVDD1P0LowPowerModeTargetVoltage() 342 else if (core == kDCDC_CORE1) in DCDC_SetVDD1P0LowPowerModeTargetVoltage() 383 static inline void DCDC_EnableVDD1P0LowPowerMode(DCDC_Type *base, dcdc_core_slice_t core, bool enab… in DCDC_EnableVDD1P0LowPowerMode() argument 385 if (core == kDCDC_CORE0) in DCDC_EnableVDD1P0LowPowerMode() 389 else if (core == kDCDC_CORE1) in DCDC_EnableVDD1P0LowPowerMode() 407 dcdc_core_slice_t core, in DCDC_SetVDD1P0BuckModeTargetVoltage() argument 412 if (core == kDCDC_CORE0) in DCDC_SetVDD1P0BuckModeTargetVoltage() 417 else if (core == kDCDC_CORE1) in DCDC_SetVDD1P0BuckModeTargetVoltage() 459 dcdc_core_slice_t core, in DCDC_GPC_SetVDD1P0BuckModeTargetVoltage() argument [all …]
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1189/drivers/ |
| D | fsl_dcdc.h | 332 dcdc_core_slice_t core, in DCDC_SetVDD1P0LowPowerModeTargetVoltage() argument 337 if (core == kDCDC_CORE0) in DCDC_SetVDD1P0LowPowerModeTargetVoltage() 342 else if (core == kDCDC_CORE1) in DCDC_SetVDD1P0LowPowerModeTargetVoltage() 383 static inline void DCDC_EnableVDD1P0LowPowerMode(DCDC_Type *base, dcdc_core_slice_t core, bool enab… in DCDC_EnableVDD1P0LowPowerMode() argument 385 if (core == kDCDC_CORE0) in DCDC_EnableVDD1P0LowPowerMode() 389 else if (core == kDCDC_CORE1) in DCDC_EnableVDD1P0LowPowerMode() 407 dcdc_core_slice_t core, in DCDC_SetVDD1P0BuckModeTargetVoltage() argument 412 if (core == kDCDC_CORE0) in DCDC_SetVDD1P0BuckModeTargetVoltage() 417 else if (core == kDCDC_CORE1) in DCDC_SetVDD1P0BuckModeTargetVoltage() 459 dcdc_core_slice_t core, in DCDC_GPC_SetVDD1P0BuckModeTargetVoltage() argument [all …]
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1182/drivers/ |
| D | fsl_dcdc.h | 332 dcdc_core_slice_t core, in DCDC_SetVDD1P0LowPowerModeTargetVoltage() argument 337 if (core == kDCDC_CORE0) in DCDC_SetVDD1P0LowPowerModeTargetVoltage() 342 else if (core == kDCDC_CORE1) in DCDC_SetVDD1P0LowPowerModeTargetVoltage() 383 static inline void DCDC_EnableVDD1P0LowPowerMode(DCDC_Type *base, dcdc_core_slice_t core, bool enab… in DCDC_EnableVDD1P0LowPowerMode() argument 385 if (core == kDCDC_CORE0) in DCDC_EnableVDD1P0LowPowerMode() 389 else if (core == kDCDC_CORE1) in DCDC_EnableVDD1P0LowPowerMode() 407 dcdc_core_slice_t core, in DCDC_SetVDD1P0BuckModeTargetVoltage() argument 412 if (core == kDCDC_CORE0) in DCDC_SetVDD1P0BuckModeTargetVoltage() 417 else if (core == kDCDC_CORE1) in DCDC_SetVDD1P0BuckModeTargetVoltage() 459 dcdc_core_slice_t core, in DCDC_GPC_SetVDD1P0BuckModeTargetVoltage() argument [all …]
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1187/drivers/ |
| D | fsl_dcdc.h | 332 dcdc_core_slice_t core, in DCDC_SetVDD1P0LowPowerModeTargetVoltage() argument 337 if (core == kDCDC_CORE0) in DCDC_SetVDD1P0LowPowerModeTargetVoltage() 342 else if (core == kDCDC_CORE1) in DCDC_SetVDD1P0LowPowerModeTargetVoltage() 383 static inline void DCDC_EnableVDD1P0LowPowerMode(DCDC_Type *base, dcdc_core_slice_t core, bool enab… in DCDC_EnableVDD1P0LowPowerMode() argument 385 if (core == kDCDC_CORE0) in DCDC_EnableVDD1P0LowPowerMode() 389 else if (core == kDCDC_CORE1) in DCDC_EnableVDD1P0LowPowerMode() 407 dcdc_core_slice_t core, in DCDC_SetVDD1P0BuckModeTargetVoltage() argument 412 if (core == kDCDC_CORE0) in DCDC_SetVDD1P0BuckModeTargetVoltage() 417 else if (core == kDCDC_CORE1) in DCDC_SetVDD1P0BuckModeTargetVoltage() 459 dcdc_core_slice_t core, in DCDC_GPC_SetVDD1P0BuckModeTargetVoltage() argument [all …]
|
| /hal_nxp-latest/mcux/mcux-sdk/components/srtm/include/ |
| D | srtm_peercore.h | 37 typedef srtm_status_t (*srtm_peercore_wakeup_cb_t)(srtm_peercore_t core, void *param); 59 void SRTM_PeerCore_Destroy(srtm_peercore_t core); 67 uint32_t SRTM_PeerCore_GetID(srtm_peercore_t core); 75 srtm_status_t SRTM_PeerCore_Start(srtm_peercore_t core); 83 srtm_status_t SRTM_PeerCore_Stop(srtm_peercore_t core); 91 srtm_status_t SRTM_PeerCore_Activate(srtm_peercore_t core); 101 srtm_status_t SRTM_PeerCore_Deactivate(srtm_peercore_t core, srtm_peercore_wakeup_cb_t wakeup, void… 110 srtm_status_t SRTM_PeerCore_AddChannel(srtm_peercore_t core, srtm_channel_t channel); 119 srtm_status_t SRTM_PeerCore_RemoveChannel(srtm_peercore_t core, srtm_channel_t channel); 127 srtm_peercore_state_t SRTM_PeerCore_GetState(srtm_peercore_t core); [all …]
|
| D | srtm_dispatcher.h | 78 srtm_status_t SRTM_Dispatcher_AddPeerCore(srtm_dispatcher_t disp, srtm_peercore_t core); 87 srtm_status_t SRTM_Dispatcher_RemovePeerCore(srtm_dispatcher_t disp, srtm_peercore_t core);
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/jpegdec/ |
| D | fsl_jpegdec.h | 31 JPEGDEC_Type *core; /*!< Pointer to decoder core. */ member 265 base->core->CTRL |= JPEGDEC_CTRL_GO_MASK; in JPEGDEC_Enable() 270 base->core->CTRL &= ~JPEGDEC_CTRL_GO_MASK; in JPEGDEC_Enable() 284 base->core->CTRL |= JPEGDEC_CTRL_LP_MASK; in JPEGDEC_EnableLp() 288 base->core->CTRL &= ~JPEGDEC_CTRL_LP_MASK; in JPEGDEC_EnableLp() 300 base->core->CTRL |= JPEGDEC_CTRL_SWR_MASK; in JPEGDEC_Reset() 301 base->core->CTRL &= ~JPEGDEC_CTRL_SWR_MASK; in JPEGDEC_Reset()
|
| /hal_nxp-latest/mcux/mcux-sdk/cmake/ |
| D | mcux.cmake | 3 set(PROJECT_ROOT ${SdkRootDirPath}/core) 4 #set(KCONFIG_ROOT ${SdkRootDirPath}/core/Kconfig) 7 set(BOARD_DIR ${SdkRootDirPath}/core/boards/${BOARD}) 8 set(KCONFIG_ROOT ${SdkRootDirPath}/core/Kconfig) 68 include(${SdkRootDirPath}/core/cmake/python.cmake) 69 include(${SdkRootDirPath}/core/cmake/kconfig.cmake)
|
| /hal_nxp-latest/mcux/mcux-sdk/scripts/kconfig/ |
| D | misc.py | 29 core = "" 36 core = val 39 if core: 40 board_name = "%s_%s"%(board_name,core.upper())
|
| /hal_nxp-latest/mcux/ |
| D | CMakeLists.txt | 5 # MCUX_DEVICE: SOC name, suffixed by core name when using a dual core part. 7 # MCUX_CPU: "CPU"+ SOC part number, followed by core name when using a dual core part. 9 # MCU_DEVICE_PATH: SOC name without core suffix. Must match the name of the
|
| /hal_nxp-latest/mcux/mcux-sdk/components/srtm/channels/ |
| D | srtm_rpmsg_endpoint.c | 77 assert(handle->channel.core != NULL); in SRTM_RPMsgEndpoint_RxHandler() 78 assert(handle->channel.core->dispatcher != NULL); in SRTM_RPMsgEndpoint_RxHandler() 80 …(void)SRTM_Dispatcher_PostRecvData(handle->channel.core->dispatcher, &handle->channel, payload, pa… in SRTM_RPMsgEndpoint_RxHandler() 207 handle->channel.core = NULL; in SRTM_RPMsgEndpoint_Create() 232 … assert(channel->core == NULL); /* Channel must be removed from core before destroy */ in SRTM_RPMsgEndpoint_Destroy()
|
| /hal_nxp-latest/mcux/mcux-sdk/ |
| D | README_CN.md | 52 …假定你曾经执行上面的命令获取了一份新的SDK所有项目并放在west工作区mcuxsdk目录下, 这时中央存储库是被放到mcuxsdk/core目录。如果想要更新本地的SDK所有项目到另外一个指定的… 56 cd mcuxsdk/core 63 cd mcuxsdk/core
|
| D | README.md | 78 … workspace mcuxsdk, then the main repository of SDK is located in mcuxsdk/core. If you would like … 83 cd mcuxsdk/core 90 cd mcuxsdk/core
|
| /hal_nxp-latest/mcux/mcux-sdk/utilities/misc_utilities/ |
| D | Kconfig | 24 Used to include slave core binary into master core binary.
|
| /hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-multicore/ |
| D | readme.txt | 35 mcmgr - Multicore Manager. Provides control of second core startup and shutdown. 41 to allow easy remote core applications deployment/start/debug via the remoteproc
|
| /hal_nxp-latest/imx/ |
| D | README | 20 processors, exclusively on Cortex M4 core, and to speed up the development 38 …sors-heterogeneous-processing-with-dual-arm-cortex-a7-cores-and-cortex-m4-core:i.MX7D?tab=Design_T…
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MCXW716C/ |
| D | all_lib_device.cmake | 176 # # description: Used to include slave core binary into master core binary. 518 # # description: Component power manager core level 1042 # # description: Middleware wireless zigbee for core lib files 1045 # # description: Middleware wireless zigbee for core lib files R23 1048 # # description: Middleware wireless zigbee for core ZED lib files 1051 # # description: Middleware wireless zigbee for core ZED lib files
|
| /hal_nxp-latest/mcux/mcux-sdk/components/power_manager/core/ |
| D | component_power_manager_core.cmake | 1 #Description: Component power manager core; user_visible: False
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT798S/ |
| D | all_lib_device.cmake | 10 # # description: Used to include slave core binary into master core binary. 163 # # description: Component power manager core level
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/common/ |
| D | driver_common.cmake | 9 #Include core specific common file
|
| /hal_nxp-latest/mcux/mcux-sdk/components/srtm/services/ |
| D | srtm_audio_service.c | 852 void SRTM_AudioService_Reset(srtm_service_t service, srtm_peercore_t core) in SRTM_AudioService_Reset() argument 865 if ((iface->sai != NULL) && (iface->useCount > 0U) && (iface->channel->core == core)) in SRTM_AudioService_Reset()
|
| /hal_nxp-latest/mcux/mcux-sdk/middleware/mmcau/ |
| D | ChangeLogKSDK.txt | 17 …- Re-writing ASM MMCAU lib to be interrupt safe on Cortex-M0+ core by expanding LDM/STM instructio…
|