feat(nxp/driver/csu): add bypass bit mask definition

Add TZASC_BYPASS_MUX_DISABLE definition.

Signed-off-by: Jiafei Pan <Jiafei.Pan@nxp.com>
Change-Id: Ife4d819e2af6deb5e027491d30f6b7c5f79764e7
This commit is contained in:
Jiafei Pan 2021-10-21 16:05:37 +08:00
parent 3a8c9d78d4
commit ec5fc501f1
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,8 @@
#define CSU_H
#define CSU_SEC_ACCESS_REG_OFFSET (0x0021CU)
/* Bit mask */
#define TZASC_BYPASS_MUX_DISABLE (0x4U)
/* Macros defining access permissions to configure
* the regions controlled by Central Security Unit.