Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/s32/drivers/s32k3/Mcu/src/
DClock_Ip.c910 Clock_Ip_PllStatusType RetValue = CLOCK_IP_PLL_STATUS_UNDEFINED; in Clock_Ip_GetPllStatus() local
923 RetValue = CLOCK_IP_PLL_UNLOCKED; in Clock_Ip_GetPllStatus()
930 RetValue = CLOCK_IP_PLL_LOCKED; in Clock_Ip_GetPllStatus()
935 if (CLOCK_IP_PLL_LOCKED == RetValue) in Clock_Ip_GetPllStatus()
943 RetValue = CLOCK_IP_PLL_UNLOCKED; in Clock_Ip_GetPllStatus()
949 return RetValue; in Clock_Ip_GetPllStatus()
/hal_nxp-3.6.0/s32/drivers/s32ze/Mcu/src/
DClock_Ip.c910 Clock_Ip_PllStatusType RetValue = CLOCK_IP_PLL_STATUS_UNDEFINED; in Clock_Ip_GetPllStatus() local
923 RetValue = CLOCK_IP_PLL_UNLOCKED; in Clock_Ip_GetPllStatus()
930 RetValue = CLOCK_IP_PLL_LOCKED; in Clock_Ip_GetPllStatus()
935 if (CLOCK_IP_PLL_LOCKED == RetValue) in Clock_Ip_GetPllStatus()
943 RetValue = CLOCK_IP_PLL_UNLOCKED; in Clock_Ip_GetPllStatus()
949 return RetValue; in Clock_Ip_GetPllStatus()
/hal_nxp-3.6.0/s32/drivers/s32k1/Mcu/src/
DClock_Ip.c916 Clock_Ip_PllStatusType RetValue = CLOCK_IP_PLL_STATUS_UNDEFINED; in Clock_Ip_GetPllStatus() local
929 RetValue = CLOCK_IP_PLL_UNLOCKED; in Clock_Ip_GetPllStatus()
936 RetValue = CLOCK_IP_PLL_LOCKED; in Clock_Ip_GetPllStatus()
941 if (CLOCK_IP_PLL_LOCKED == RetValue) in Clock_Ip_GetPllStatus()
949 RetValue = CLOCK_IP_PLL_UNLOCKED; in Clock_Ip_GetPllStatus()
955 return RetValue; in Clock_Ip_GetPllStatus()