Home
last modified time | relevance | path

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

/trusted-firmware-m-3.4.0/platform/ext/target/nuvoton/common/bsp/StdDriver/src/
Ddpm.c35 DPM_T *dpm; in DPM_SetDebugDisable() local
37 if(__PC()&NS_OFFSET) dpm = DPM_NS; in DPM_SetDebugDisable()
38 else dpm = DPM; in DPM_SetDebugDisable()
42 while(dpm->STS & DPM_STS_BUSY_Msk); in DPM_SetDebugDisable()
43 dpm->CTL = (DPM->CTL & (~DPM_CTL_WVCODE_Msk)) | (DPM_CTL_WVCODE | DPM_CTL_DBGDIS_Msk); in DPM_SetDebugDisable()
47 while(dpm->NSSTS & DPM_NSSTS_BUSY_Msk); in DPM_SetDebugDisable()
48dpm->NSCTL = (dpm->NSCTL & (~DPM_NSCTL_WVCODE_Msk)) | (DPM_NSCTL_WVCODE | DPM_NSCTL_DBGDIS_Msk); in DPM_SetDebugDisable()
63 DPM_T *dpm; in DPM_SetDebugLock() local
65 if(__PC()&NS_OFFSET) dpm = DPM_NS; in DPM_SetDebugLock()
66 else dpm = DPM; in DPM_SetDebugLock()
[all …]