#[repr(transparent)]pub struct Ipedctx2start(pub u32);Expand description
Start Address of Region
Tuple Fields§
§0: u32Implementations§
Source§impl Ipedctx2start
impl Ipedctx2start
Sourcepub const fn gcm(&self) -> Ipedctx2startGcm
pub const fn gcm(&self) -> Ipedctx2startGcm
GCM Mode Enable
Sourcepub const fn set_gcm(&mut self, val: Ipedctx2startGcm)
pub const fn set_gcm(&mut self, val: Ipedctx2startGcm)
GCM Mode Enable
Sourcepub const fn ahbbuserror_dis(&self) -> Ipedctx2startAhbbuserrorDis
pub const fn ahbbuserror_dis(&self) -> Ipedctx2startAhbbuserrorDis
AHB Bus Error Disable
Sourcepub const fn set_ahbbuserror_dis(&mut self, val: Ipedctx2startAhbbuserrorDis)
pub const fn set_ahbbuserror_dis(&mut self, val: Ipedctx2startAhbbuserrorDis)
AHB Bus Error Disable
Sourcepub const fn start_address(&self) -> u32
pub const fn start_address(&self) -> u32
Start Address
Sourcepub const fn set_start_address(&mut self, val: u32)
pub const fn set_start_address(&mut self, val: u32)
Start Address
Trait Implementations§
Source§impl Clone for Ipedctx2start
impl Clone for Ipedctx2start
Source§fn clone(&self) -> Ipedctx2start
fn clone(&self) -> Ipedctx2start
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Ipedctx2start
impl Debug for Ipedctx2start
Source§impl Default for Ipedctx2start
impl Default for Ipedctx2start
Source§fn default() -> Ipedctx2start
fn default() -> Ipedctx2start
Returns the “default value” for a type. Read more
Source§impl PartialEq for Ipedctx2start
impl PartialEq for Ipedctx2start
impl Copy for Ipedctx2start
impl Eq for Ipedctx2start
impl StructuralPartialEq for Ipedctx2start
Auto Trait Implementations§
impl Freeze for Ipedctx2start
impl RefUnwindSafe for Ipedctx2start
impl Send for Ipedctx2start
impl Sync for Ipedctx2start
impl Unpin for Ipedctx2start
impl UnwindSafe for Ipedctx2start
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