Home
last modified time | relevance | path

Searched refs:ConfigPtr (Results 1 – 4 of 4) sorted by relevance

/hal_nxp-latest/s32/drivers/s32ze/Mcl/src/
DEmios_Mcl_Ip.c161 …_CommonStatusType Emios_Mcl_Ip_Init(uint8 Instance, const Emios_Mcl_Ip_ConfigType* const ConfigPtr) in Emios_Mcl_Ip_Init() argument
165 DevAssert(ConfigPtr != NULL_PTR); in Emios_Mcl_Ip_Init()
173 Emios_Ip_axIpIsInitialized[Instance].runCore = ConfigPtr->instanceCoreNumber; in Emios_Mcl_Ip_Init()
186 …Base->MCR = eMIOS_MCR_GPRE(ConfigPtr->emiosGlobalConfig->clkDivVal) | eMIOS_MCR_FRZ(((uint32)Confi… in Emios_Mcl_Ip_Init()
187 eMIOS_MCR_GTBE(ConfigPtr->emiosGlobalConfig->enableGlobalTimeBase); in Emios_Mcl_Ip_Init()
190 for (CurrentChannel = 0; CurrentChannel < ConfigPtr->channelsNumber; CurrentChannel++) in Emios_Mcl_Ip_Init()
192 if ((*ConfigPtr->masterBusConfig)[CurrentChannel].allowDebugMode) in Emios_Mcl_Ip_Init()
194 … Base->CH.UC[(*ConfigPtr->masterBusConfig)[CurrentChannel].hwChannel].C |= eMIOS_C_FREN_MASK; in Emios_Mcl_Ip_Init()
198 …Base->CH.UC[(*ConfigPtr->masterBusConfig)[CurrentChannel].hwChannel].C2 |= eMIOS_C2_UCEXTPRE((*Con… in Emios_Mcl_Ip_Init()
200 switch ((*ConfigPtr->masterBusConfig)[CurrentChannel].masterMode) in Emios_Mcl_Ip_Init()
[all …]
/hal_nxp-latest/s32/drivers/s32k3/Mcl/src/
DEmios_Mcl_Ip.c161 …_CommonStatusType Emios_Mcl_Ip_Init(uint8 Instance, const Emios_Mcl_Ip_ConfigType* const ConfigPtr) in Emios_Mcl_Ip_Init() argument
165 DevAssert(ConfigPtr != NULL_PTR); in Emios_Mcl_Ip_Init()
186 …Base->MCR = eMIOS_MCR_GPRE(ConfigPtr->emiosGlobalConfig->clkDivVal) | eMIOS_MCR_FRZ(((uint32)Confi… in Emios_Mcl_Ip_Init()
187 eMIOS_MCR_GTBE(ConfigPtr->emiosGlobalConfig->enableGlobalTimeBase); in Emios_Mcl_Ip_Init()
190 for (CurrentChannel = 0; CurrentChannel < ConfigPtr->channelsNumber; CurrentChannel++) in Emios_Mcl_Ip_Init()
192 if ((*ConfigPtr->masterBusConfig)[CurrentChannel].allowDebugMode) in Emios_Mcl_Ip_Init()
194 … Base->CH.UC[(*ConfigPtr->masterBusConfig)[CurrentChannel].hwChannel].C |= eMIOS_C_FREN_MASK; in Emios_Mcl_Ip_Init()
198 …Base->CH.UC[(*ConfigPtr->masterBusConfig)[CurrentChannel].hwChannel].C2 |= eMIOS_C2_UCEXTPRE((*Con… in Emios_Mcl_Ip_Init()
200 switch ((*ConfigPtr->masterBusConfig)[CurrentChannel].masterMode) in Emios_Mcl_Ip_Init()
203 …Base->CH.UC[(*ConfigPtr->masterBusConfig)[CurrentChannel].hwChannel].A = (*ConfigPtr->masterBusCon… in Emios_Mcl_Ip_Init()
[all …]
/hal_nxp-latest/s32/drivers/s32ze/Mcl/include/
DEmios_Mcl_Ip.h169 …CommonStatusType Emios_Mcl_Ip_Init(uint8 Instance, const Emios_Mcl_Ip_ConfigType *const ConfigPtr);
251 void Emios_Mcl_Ip_SetClockMode(uint8 Instance, const Emios_Mcl_Ip_ConfigType* const ConfigPtr, Emio…
/hal_nxp-latest/s32/drivers/s32k3/Mcl/include/
DEmios_Mcl_Ip.h186 …CommonStatusType Emios_Mcl_Ip_Init(uint8 Instance, const Emios_Mcl_Ip_ConfigType *const ConfigPtr);