Searched refs:u32RetVal (Results 1 – 1 of 1) sorted by relevance
93 uint32_t u32RetVal = 0; in DPM_GetDebugDisable() local102 u32RetVal = (dpm->STS & DPM_STS_DBGDIS_Msk) >> DPM_STS_DBGDIS_Pos; in DPM_GetDebugDisable()107 u32RetVal = (dpm->NSSTS & DPM_NSSTS_DBGDIS_Msk) >> DPM_NSSTS_DBGDIS_Pos; in DPM_GetDebugDisable()110 return u32RetVal; in DPM_GetDebugDisable()126 uint32_t u32RetVal = 0; in DPM_GetDebugLock() local135 u32RetVal = (dpm->STS & DPM_STS_LOCK_Msk) >> DPM_STS_LOCK_Pos; in DPM_GetDebugLock()140 u32RetVal = (dpm->NSSTS & DPM_NSSTS_LOCK_Msk) >> DPM_NSSTS_LOCK_Pos; in DPM_GetDebugLock()143 return u32RetVal; in DPM_GetDebugLock()158 uint32_t u32i, u32RetVal = 0; in DPM_SetPasswordUpdate() local179 u32RetVal = (dpm->STS & DPM_STS_PWUOK_Msk) >> DPM_STS_PWUOK_Pos; in DPM_SetPasswordUpdate()[all …]