stm32-metapac

Crates

git

Versions

stm32u535cb

Flavors

Gtzc1Tzsc

Struct Gtzc1Tzsc 

pub struct Gtzc1Tzsc { /* private fields */ }
Expand description

Global TrustZone controller.

Implementations§

§

impl Gtzc1Tzsc

pub const unsafe fn from_ptr(ptr: *mut ()) -> Self

pub const fn as_ptr(&self) -> *mut ()

pub const fn cr(self) -> Reg<Cr, RW>

GTZC1 TZSC control register.

pub const fn seccfgr1(self) -> Reg<Seccfgr1, RW>

GTZC1 TZSC secure configuration register 1.

pub const fn seccfgr2(self) -> Reg<Seccfgr2, RW>

GTZC1 TZSC secure configuration register 2.

pub const fn seccfgr3(self) -> Reg<Seccfgr3, RW>

GTZC1 TZSC secure configuration register 3.

pub const fn privcfgr1(self) -> Reg<Privcfgr1, RW>

GTZC1 TZSC privilege configuration register 1.

pub const fn privcfgr2(self) -> Reg<Privcfgr2, RW>

GTZC1 TZSC privilege configuration register 2.

pub const fn privcfgr3(self) -> Reg<Privcfgr3, RW>

GTZC1 TZSC privilege configuration register 3.

pub const fn mpcwm1acfgr(self) -> Reg<Mpcwm1acfgr, RW>

GTZC1 TZSC memory 1 sub-region A watermark configuration register.

pub const fn mpcwm1ar(self) -> Reg<Mpcwm1ar, RW>

GTZC1 TZSC memory 1 sub-region A watermark register.

pub const fn mpcwm1bcfgr(self) -> Reg<Mpcwm1bcfgr, RW>

GTZC1 TZSC memory 1 sub-region B watermark configuration register.

pub const fn mpcwm1br(self) -> Reg<Mpcwm1br, RW>

GTZC1 TZSC memory 1 sub-region B watermark register.

pub const fn mpcwm2acfgr(self) -> Reg<Mpcwm2acfgr, RW>

GTZC1 TZSC memory 2 sub-region A watermark configuration register.

pub const fn mpcwm2ar(self) -> Reg<Mpcwm2ar, RW>

GTZC1 TZSC memory 2 sub-region A watermark register.

pub const fn mpcwm2bcfgr(self) -> Reg<Mpcwm2bcfgr, RW>

GTZC1 TZSC memory 2 sub-region B watermark configuration register.

pub const fn mpcwm2br(self) -> Reg<Mpcwm2br, RW>

GTZC1 TZSC memory 2 sub-region B watermark register.

pub const fn mpcwm3acfgr(self) -> Reg<Mpcwm3acfgr, RW>

GTZC1 TZSC memory 3 sub-region A watermark configuration register.

pub const fn mpcwm3ar(self) -> Reg<Mpcwm3ar, RW>

GTZC1 TZSC memory 3 sub-region A watermark register.

pub const fn mpcwm3bcfgr(self) -> Reg<Mpcwm3bcfgr, RW>

GTZC1 TZSC memory 3 sub-region B watermark configuration register.

pub const fn mpcwm3br(self) -> Reg<Mpcwm3br, RW>

GTZC1 TZSC memory 3 sub-region B watermark register.

pub const fn mpcwm4acfgr(self) -> Reg<Mpcwm4acfgr, RW>

GTZC1 TZSC memory 4 sub-region A watermark configuration register.

pub const fn mpcwm4ar(self) -> Reg<Mpcwm4ar, RW>

GTZC1 TZSC memory 4 sub-region A watermark register.

pub const fn mpcwm4bcfgr(self) -> Reg<Mpcwm4bcfgr, RW>

GTZC1 TZSC memory 4 sub-region B watermark configuration register.

pub const fn mpcwm4br(self) -> Reg<Mpcwm4br, RW>

GTZC1 TZSC memory 4 sub-region B watermark register.

Trait Implementations§

§

impl Clone for Gtzc1Tzsc

§

fn clone(&self) -> Gtzc1Tzsc

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl PartialEq for Gtzc1Tzsc

§

fn eq(&self, other: &Gtzc1Tzsc) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
§

impl Copy for Gtzc1Tzsc

§

impl Eq for Gtzc1Tzsc

§

impl Send for Gtzc1Tzsc

§

impl StructuralPartialEq for Gtzc1Tzsc

§

impl Sync for Gtzc1Tzsc

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> CloneToUninit for T
where T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.