Home
last modified time | relevance | path

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

/hal_nxp-latest/s32/drivers/s32ze/BaseNXP/src/
DOsIf_Timer_System.c295 uint32 CoreId = OsIfCoreID(); in OsIf_Timer_System_Init() local
299 if ((OSIF_MAX_COREIDX_SUPPORTED <= CoreId) || (NULL_PTR == OsIf_apxPredefinedConfig[CoreId])) in OsIf_Timer_System_Init()
301 if (NULL_PTR == OsIf_apxPredefinedConfig[CoreId]) in OsIf_Timer_System_Init()
312 OsIf_abMdlInit[CoreId] = TRUE; in OsIf_Timer_System_Init()
316 OsIf_apxInternalCfg[CoreId] = OsIf_apxPredefinedConfig[CoreId]; in OsIf_Timer_System_Init()
319 OsIf_au32InternalFrequencies[CoreId] = OsIf_apxPredefinedConfig[CoreId]->counterFrequency; in OsIf_Timer_System_Init()
324 OsIf_au32InternalFrequencies[CoreId] = configCPU_CLOCK_HZ; in OsIf_Timer_System_Init()
327 OsIf_au32InternalFrequencies[CoreId] = sys_clock_hw_cycles_per_sec(); in OsIf_Timer_System_Init()
330 Trusted_OsIf_Timer_System_Internal_Init(OsIf_au32InternalFrequencies[CoreId]); in OsIf_Timer_System_Init()
346 uint32 CoreId = OsIfCoreID(); in OsIf_Timer_System_GetCounter() local
[all …]
DOsIf_Interrupts.c161 uint32 CoreId = OsIfCoreID(); in OsIf_Interrupts_SuspendAllInterrupts() local
163 if (OsIf_au32SuspendLevel[CoreId]++ == 0U) in OsIf_Interrupts_SuspendAllInterrupts()
165 OsIf_au32OldIrqMask[CoreId] = arch_irq_lock(); in OsIf_Interrupts_SuspendAllInterrupts()
197 uint32 CoreId = OsIfCoreID(); in OsIf_Interrupts_ResumeAllInterrupts() local
199 if (--OsIf_au32SuspendLevel[CoreId] == 0U) in OsIf_Interrupts_ResumeAllInterrupts()
201 arch_irq_unlock(OsIf_au32OldIrqMask[CoreId]); in OsIf_Interrupts_ResumeAllInterrupts()
/hal_nxp-latest/s32/drivers/s32k3/BaseNXP/src/
DOsIf_Timer_System.c277 uint32 CoreId = OsIfCoreID(); in OsIf_Timer_System_Init() local
281 if ((CoreId >= OSIF_MAX_COREIDX_SUPPORTED) || (NULL_PTR == OsIf_apxPredefinedConfig[CoreId])) in OsIf_Timer_System_Init()
283 if (NULL_PTR == OsIf_apxPredefinedConfig[CoreId]) in OsIf_Timer_System_Init()
294 OsIf_abMdlInit[CoreId] = TRUE; in OsIf_Timer_System_Init()
298 OsIf_apxInternalCfg[CoreId] = OsIf_apxPredefinedConfig[CoreId]; in OsIf_Timer_System_Init()
301 OsIf_au32InternalFrequencies[CoreId] = OsIf_apxPredefinedConfig[CoreId]->counterFrequency; in OsIf_Timer_System_Init()
306 OsIf_au32InternalFrequencies[CoreId] = configCPU_CLOCK_HZ; in OsIf_Timer_System_Init()
309 OsIf_au32InternalFrequencies[CoreId] = sys_clock_hw_cycles_per_sec(); in OsIf_Timer_System_Init()
312 Trusted_OsIf_Timer_System_Internal_Init(OsIf_au32InternalFrequencies[CoreId]); in OsIf_Timer_System_Init()
323 uint32 CoreId = OsIfCoreID(); in OsIf_Timer_System_GetCounter() local
[all …]
DOsIf_Interrupts.c128 uint32 CoreId = OsIfCoreID(); in OsIf_Interrupts_SuspendAllInterrupts() local
130 if (OsIf_au32SuspendLevel[CoreId]++ == 0U) in OsIf_Interrupts_SuspendAllInterrupts()
132 OsIf_au32OldIrqMask[CoreId] = arch_irq_lock(); in OsIf_Interrupts_SuspendAllInterrupts()
138 uint32 CoreId = OsIfCoreID(); in OsIf_Interrupts_ResumeAllInterrupts() local
140 if (--OsIf_au32SuspendLevel[CoreId] == 0U) in OsIf_Interrupts_ResumeAllInterrupts()
142 arch_irq_unlock(OsIf_au32OldIrqMask[CoreId]); in OsIf_Interrupts_ResumeAllInterrupts()
/hal_nxp-latest/s32/drivers/s32k1/BaseNXP/src/
DOsIf_Timer_System.c295 uint32 CoreId = OsIfCoreID(); in OsIf_Timer_System_Init() local
299 if ((OSIF_MAX_COREIDX_SUPPORTED <= CoreId) || (NULL_PTR == OsIf_apxPredefinedConfig[CoreId])) in OsIf_Timer_System_Init()
301 if (NULL_PTR == OsIf_apxPredefinedConfig[CoreId]) in OsIf_Timer_System_Init()
312 OsIf_abMdlInit[CoreId] = TRUE; in OsIf_Timer_System_Init()
316 OsIf_apxInternalCfg[CoreId] = OsIf_apxPredefinedConfig[CoreId]; in OsIf_Timer_System_Init()
319 OsIf_au32InternalFrequencies[CoreId] = OsIf_apxPredefinedConfig[CoreId]->counterFrequency; in OsIf_Timer_System_Init()
324 OsIf_au32InternalFrequencies[CoreId] = configCPU_CLOCK_HZ; in OsIf_Timer_System_Init()
327 OsIf_au32InternalFrequencies[CoreId] = sys_clock_hw_cycles_per_sec(); in OsIf_Timer_System_Init()
330 Trusted_OsIf_Timer_System_Internal_Init(OsIf_au32InternalFrequencies[CoreId]); in OsIf_Timer_System_Init()
346 uint32 CoreId = OsIfCoreID(); in OsIf_Timer_System_GetCounter() local
[all …]
DOsIf_Interrupts.c138 uint32 CoreId = OsIfCoreID(); in OsIf_Interrupts_SuspendAllInterrupts() local
140 if (OsIf_au32SuspendLevel[CoreId]++ == 0U) in OsIf_Interrupts_SuspendAllInterrupts()
142 OsIf_au32OldIrqMask[CoreId] = arch_irq_lock(); in OsIf_Interrupts_SuspendAllInterrupts()
154 uint32 CoreId = OsIfCoreID(); in OsIf_Interrupts_ResumeAllInterrupts() local
156 if (--OsIf_au32SuspendLevel[CoreId] == 0U) in OsIf_Interrupts_ResumeAllInterrupts()
158 arch_irq_unlock(OsIf_au32OldIrqMask[CoreId]); in OsIf_Interrupts_ResumeAllInterrupts()
/hal_nxp-latest/s32/drivers/s32k3/Mcl/src/
DTrgmux_Ip.c186 static Trgmux_Ip_StatusType Static_Trgmux_Ip_ValidateMultiCoreChannelCall(uint8 CoreId);
193 static Trgmux_Ip_StatusType Static_Trgmux_Ip_ValidateMultiCoreChannelCall(uint8 CoreId) in Static_Trgmux_Ip_ValidateMultiCoreChannelCall() argument
199 if (CurrentCoreId == CoreId) in Static_Trgmux_Ip_ValidateMultiCoreChannelCall()
297 uint8 CoreId = Trgmux_Ip_pxInit->paxLogicTrigger[LogicTrigger]->CoreId; in Trgmux_Ip_SetInput() local
303 Status = Static_Trgmux_Ip_ValidateMultiCoreChannelCall(CoreId); in Trgmux_Ip_SetInput()
336 uint8 CoreId = Trgmux_Ip_pxInit->paxLogicTrigger[LogicTrigger]->CoreId; in Trgmux_Ip_SetLock() local
342 Status = Static_Trgmux_Ip_ValidateMultiCoreChannelCall(CoreId); in Trgmux_Ip_SetLock()
DEmios_Mcl_Ip.c461 uint8 CoreId = (uint8)OsIf_GetCoreID(); in Emios_Mcl_Ip_ValidateMultiCoreInit() local
463 if (Emios_Ip_axIpIsInitialized[HwInstance].runCore == CoreId) in Emios_Mcl_Ip_ValidateMultiCoreInit()
/hal_nxp-latest/s32/drivers/s32k3/Mcl/include/
DTrgmux_Ip_Types.h140 uint8 CoreId; member