Searched refs:AMax (Results 1 – 2 of 2) sorted by relevance
/hal_nxp-3.5.0/s32/drivers/s32ze/Mcu/src/ |
D | Clock_Ip_ProgFreqSwitch.c | 96 static const uint32 AMax[CLOCK_IP_A_MAX_SIZE] = {0U,5U,10U,15U,20U,100U}; variable 208 if (AmaxBrut < AMax[0U]) in Clock_Ip_CgmXPcfsSdurDivcDiveDivs() 212 else if (AmaxBrut > AMax[CLOCK_IP_A_MAX_SIZE-1U]) in Clock_Ip_CgmXPcfsSdurDivcDiveDivs() 220 if (AMax[Index-1U] < AmaxBrut) in Clock_Ip_CgmXPcfsSdurDivcDiveDivs()
|
/hal_nxp-3.5.0/s32/drivers/s32k3/Mcu/src/ |
D | Clock_Ip_ProgFreqSwitch.c | 96 static const uint32 AMax[CLOCK_IP_A_MAX_SIZE] = {0U,5U,10U,15U,20U,100U}; variable 221 if (AmaxBrut < AMax[0U]) in Clock_Ip_CgmXPcfsSdurDivcDiveDivs() 225 else if (AmaxBrut > AMax[CLOCK_IP_A_MAX_SIZE-1U]) in Clock_Ip_CgmXPcfsSdurDivcDiveDivs() 233 if (AMax[Index-1U] < AmaxBrut) in Clock_Ip_CgmXPcfsSdurDivcDiveDivs()
|