#[repr(u8)]pub enum OcramTzEn {
OCRAM_TZ_EN_0 = 0,
OCRAM_TZ_EN_1 = 1,
}Variants§
OCRAM_TZ_EN_0 = 0
The TrustZone feature is disabled. Entire OCRAM space is available for all access types (secure/non-secure/user/supervisor).
OCRAM_TZ_EN_1 = 1
The TrustZone feature is enabled. Access to address in the range specified by [ENDADDR:STARTADDR] follows the execution mode access policy described in CSU chapter.
Implementations§
Trait Implementations§
Source§impl Ord for OcramTzEn
impl Ord for OcramTzEn
Source§impl PartialOrd for OcramTzEn
impl PartialOrd for OcramTzEn
impl Copy for OcramTzEn
impl Eq for OcramTzEn
impl StructuralPartialEq for OcramTzEn
Auto Trait Implementations§
impl Freeze for OcramTzEn
impl RefUnwindSafe for OcramTzEn
impl Send for OcramTzEn
impl Sync for OcramTzEn
impl Unpin for OcramTzEn
impl UnwindSafe for OcramTzEn
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more