Home
last modified time | relevance | path

Searched refs:OsIf_apxInternalCfg (Results 1 – 3 of 3) sorted by relevance

/hal_nxp-3.6.0/s32/drivers/s32k3/BaseNXP/src/
DOsIf_Timer_System.c234 static const OsIf_ConfigType *OsIf_apxInternalCfg[OSIF_MAX_COREIDX_SUPPORTED]; variable
298 OsIf_apxInternalCfg[CoreId] = OsIf_apxPredefinedConfig[CoreId]; in OsIf_Timer_System_Init()
335 else if ((CoreId >= OSIF_MAX_COREIDX_SUPPORTED) || (NULL_PTR == OsIf_apxInternalCfg[CoreId])) in OsIf_Timer_System_GetCounter()
337 else if (NULL_PTR == OsIf_apxInternalCfg[CoreId]) in OsIf_Timer_System_GetCounter()
353 Status = GetCounterValue(OsIf_apxInternalCfg[CoreId]->counterId, &value); in OsIf_Timer_System_GetCounter()
389 else if ((CoreId >= OSIF_MAX_COREIDX_SUPPORTED) || (NULL_PTR == OsIf_apxInternalCfg[CoreId])) in OsIf_Timer_System_GetElapsed()
391 else if (NULL_PTR == OsIf_apxInternalCfg[CoreId]) in OsIf_Timer_System_GetElapsed()
407 …Status = GetElapsedValue(OsIf_apxInternalCfg[CoreId]->counterId, (TickType*)CurrentRef, &ElapsedTi… in OsIf_Timer_System_GetElapsed()
444 else if ((CoreId >= OSIF_MAX_COREIDX_SUPPORTED) || (NULL_PTR == OsIf_apxInternalCfg[CoreId])) in OsIf_Timer_System_SetTimerFrequency()
446 else if (NULL_PTR == OsIf_apxInternalCfg[CoreId]) in OsIf_Timer_System_SetTimerFrequency()
[all …]
/hal_nxp-3.6.0/s32/drivers/s32k1/BaseNXP/src/
DOsIf_Timer_System.c246 static const OsIf_ConfigType *OsIf_apxInternalCfg[OSIF_MAX_COREIDX_SUPPORTED]; variable
316 OsIf_apxInternalCfg[CoreId] = OsIf_apxPredefinedConfig[CoreId]; in OsIf_Timer_System_Init()
358 else if ((OSIF_MAX_COREIDX_SUPPORTED <= CoreId) || (NULL_PTR == OsIf_apxInternalCfg[CoreId])) in OsIf_Timer_System_GetCounter()
360 else if (NULL_PTR == OsIf_apxInternalCfg[CoreId]) in OsIf_Timer_System_GetCounter()
375 Status = GetCounterValue(OsIf_apxInternalCfg[CoreId]->counterId, &value); in OsIf_Timer_System_GetCounter()
419 else if ((OSIF_MAX_COREIDX_SUPPORTED <= CoreId) || (NULL_PTR == OsIf_apxInternalCfg[CoreId])) in OsIf_Timer_System_GetElapsed()
421 else if (NULL_PTR == OsIf_apxInternalCfg[CoreId]) in OsIf_Timer_System_GetElapsed()
434 …Status = GetElapsedValue(OsIf_apxInternalCfg[CoreId]->counterId, (TickType*)CurrentRef, &ElapsedTi… in OsIf_Timer_System_GetElapsed()
473 else if ((OSIF_MAX_COREIDX_SUPPORTED <= CoreId) || (NULL_PTR == OsIf_apxInternalCfg[CoreId])) in OsIf_Timer_System_SetTimerFrequency()
475 else if (NULL_PTR == OsIf_apxInternalCfg[CoreId]) in OsIf_Timer_System_SetTimerFrequency()
[all …]
/hal_nxp-3.6.0/s32/drivers/s32ze/BaseNXP/src/
DOsIf_Timer_System.c246 static const OsIf_ConfigType *OsIf_apxInternalCfg[OSIF_MAX_COREIDX_SUPPORTED]; variable
316 OsIf_apxInternalCfg[CoreId] = OsIf_apxPredefinedConfig[CoreId]; in OsIf_Timer_System_Init()
358 else if ((OSIF_MAX_COREIDX_SUPPORTED <= CoreId) || (NULL_PTR == OsIf_apxInternalCfg[CoreId])) in OsIf_Timer_System_GetCounter()
360 else if (NULL_PTR == OsIf_apxInternalCfg[CoreId]) in OsIf_Timer_System_GetCounter()
375 Status = GetCounterValue(OsIf_apxInternalCfg[CoreId]->counterId, &value); in OsIf_Timer_System_GetCounter()
419 else if ((OSIF_MAX_COREIDX_SUPPORTED <= CoreId) || (NULL_PTR == OsIf_apxInternalCfg[CoreId])) in OsIf_Timer_System_GetElapsed()
421 else if (NULL_PTR == OsIf_apxInternalCfg[CoreId]) in OsIf_Timer_System_GetElapsed()
434 …Status = GetElapsedValue(OsIf_apxInternalCfg[CoreId]->counterId, (TickType*)CurrentRef, &ElapsedTi… in OsIf_Timer_System_GetElapsed()
473 else if ((OSIF_MAX_COREIDX_SUPPORTED <= CoreId) || (NULL_PTR == OsIf_apxInternalCfg[CoreId])) in OsIf_Timer_System_SetTimerFrequency()
475 else if (NULL_PTR == OsIf_apxInternalCfg[CoreId]) in OsIf_Timer_System_SetTimerFrequency()
[all …]