Home
last modified time | relevance | path

Searched defs:MSDK_REG_NONSECURE_ADDR (Results 1 – 3 of 3) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/common/
Dfsl_common_riscv.h53 #define MSDK_REG_NONSECURE_ADDR(x) ((typeof(x))((uintptr_t)(x) & ~(0x1UL << 28))) macro
Dfsl_common_dsp.h103 #define MSDK_REG_NONSECURE_ADDR(x) (x) macro
Dfsl_common_arm.h488 #define MSDK_REG_NONSECURE_ADDR(x) ((uintptr_t)(x) & ~(0x1UL << 28)) macro