Home
last modified time | relevance | path

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

/trusted-firmware-m-3.5.0/platform/ext/target/nuvoton/common/bsp/StdDriver/src/
Ddpm.c40 if(u32dpm == SECURE_DPM) /* Secure DPM */ in DPM_SetDebugDisable()
68 if(u32dpm == SECURE_DPM) /* Secure DPM */ in DPM_SetDebugLock()
99 if(u32dpm == SECURE_DPM) /* Secure DPM */ in DPM_GetDebugDisable()
132 if(u32dpm == SECURE_DPM) /* Secure DPM */ in DPM_GetDebugLock()
164 if(u32dpm == SECURE_DPM) /* Secure DPM */ in DPM_SetPasswordUpdate()
227 if(u32dpm == SECURE_DPM) /* Secure DPM */ in DPM_SetPasswordCompare()
291 if(u32dpm == SECURE_DPM) /* Secure DPM */ in DPM_GetPasswordErrorFlag()
337 if(u32dpm == SECURE_DPM) /* Secure DPM */ in DPM_ClearPasswordErrorFlag()
364 if(u32dpm == SECURE_DPM) /* Secure DPM */ in DPM_EnableDebuggerWriteAccess()
391 if(u32dpm == SECURE_DPM) /* Secure DPM */ in DPM_DisableDebuggerWriteAccess()
/trusted-firmware-m-3.5.0/platform/ext/target/nuvoton/common/bsp/StdDriver/inc/
Ddpm.h34 #define SECURE_DPM 0 /*!< Secure DPM module */ macro