Home
last modified time | relevance | path

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

/hal_nxp-3.5.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.5.0/s32/drivers/s32ze/Mcu/src/
DClock_Ip.c891 Clock_Ip_PllStatusType RetValue = CLOCK_IP_PLL_STATUS_UNDEFINED; in Clock_Ip_GetPllStatus() local
904 RetValue = CLOCK_IP_PLL_UNLOCKED; in Clock_Ip_GetPllStatus()
911 RetValue = CLOCK_IP_PLL_LOCKED; in Clock_Ip_GetPllStatus()
916 if (CLOCK_IP_PLL_LOCKED == RetValue) in Clock_Ip_GetPllStatus()
924 RetValue = CLOCK_IP_PLL_UNLOCKED; in Clock_Ip_GetPllStatus()
930 return RetValue; in Clock_Ip_GetPllStatus()