Home
last modified time | relevance | path

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

/trusted-firmware-m-3.4.0/platform/ext/target/nuvoton/common/bsp/StdDriver/src/
Ddpm.c93 uint32_t u32RetVal = 0; in DPM_GetDebugDisable() local
102 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() local
135 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() local
179 u32RetVal = (dpm->STS & DPM_STS_PWUOK_Msk) >> DPM_STS_PWUOK_Pos; in DPM_SetPasswordUpdate()
[all …]