Searched refs:DT_NON_SECURE (Results 1 – 4 of 4) sorted by relevance
15 #define DT_NON_SECURE U(1) macro17 #define DT_SHARED (DT_NON_SECURE | DT_SECURE)
137 ((dt_info.status & DT_NON_SECURE) != 0) ? in stm32_iwdg_init()140 if ((dt_info.status & DT_NON_SECURE) != 0) { in stm32_iwdg_init()
81 status |= DT_NON_SECURE; in fdt_get_status()86 if (status == DT_NON_SECURE) { in fdt_get_status()
97 if ((status & DT_NON_SECURE) == 0U) { in bsec_dt_otp_nsec_access()
Completed in 5 milliseconds