Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/s32/drivers/s32k3/Mcu/src/
DPower_Ip_MC_ME.c547 for (PartitionIndex = 0U; PartitionIndex < POWER_IP_MAX_NUMBER_OF_PARTITIONS; ++PartitionIndex) in Power_Ip_MC_ME_ConfigCoreCOFBClock()
590 for (PartitionIndex = 0U; PartitionIndex < POWER_IP_MAX_NUMBER_OF_PARTITIONS; ++PartitionIndex) in Power_Ip_MC_ME_EnablePartitionClock()
631 for (PartitionIndex = 0U; PartitionIndex < POWER_IP_MAX_NUMBER_OF_PARTITIONS; ++PartitionIndex) in Power_Ip_MC_ME_DisablePartitionClock()
/hal_nxp-3.6.0/s32/drivers/s32k3/Mcu/include/
DPower_Ip_MC_ME_Types.h240 …t Power_Ip_MC_ME_PartitionConfigType (*ArrayPartitionConfigPtr)[POWER_IP_MAX_NUMBER_OF_PARTITIONS];
/hal_nxp-3.6.0/s32/soc/s32k344/include/
DPower_Ip_Cfg_Defines.h121 #define POWER_IP_MAX_NUMBER_OF_PARTITIONS ((uint8)3U) macro