Searched refs:OsIf_apxInternalCfg (Results 1 – 3 of 3) sorted by relevance
234 static const OsIf_ConfigType *OsIf_apxInternalCfg[OSIF_MAX_COREIDX_SUPPORTED]; variable298 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 …]
246 static const OsIf_ConfigType *OsIf_apxInternalCfg[OSIF_MAX_COREIDX_SUPPORTED]; variable316 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 …]