#[repr(transparent)]pub struct AhbmHnonsec(pub u32);Expand description
This register holds AHB HNONSEC value
Tuple Fields§
§0: u32Implementations§
Source§impl AhbmHnonsec
impl AhbmHnonsec
Sourcepub const fn ahb_write_hnonsec(&self) -> bool
pub const fn ahb_write_hnonsec(&self) -> bool
The AHB HNONSEC value for write transaction.
Sourcepub const fn set_ahb_write_hnonsec(&mut self, val: bool)
pub const fn set_ahb_write_hnonsec(&mut self, val: bool)
The AHB HNONSEC value for write transaction.
Sourcepub const fn ahb_read_hnonsec(&self) -> bool
pub const fn ahb_read_hnonsec(&self) -> bool
The AHB HNONSEC value for read transaction.
Sourcepub const fn set_ahb_read_hnonsec(&mut self, val: bool)
pub const fn set_ahb_read_hnonsec(&mut self, val: bool)
The AHB HNONSEC value for read transaction.
Trait Implementations§
Source§impl Clone for AhbmHnonsec
impl Clone for AhbmHnonsec
Source§fn clone(&self) -> AhbmHnonsec
fn clone(&self) -> AhbmHnonsec
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 AhbmHnonsec
impl Debug for AhbmHnonsec
Source§impl Default for AhbmHnonsec
impl Default for AhbmHnonsec
Source§fn default() -> AhbmHnonsec
fn default() -> AhbmHnonsec
Returns the “default value” for a type. Read more
Source§impl PartialEq for AhbmHnonsec
impl PartialEq for AhbmHnonsec
impl Copy for AhbmHnonsec
impl Eq for AhbmHnonsec
impl StructuralPartialEq for AhbmHnonsec
Auto Trait Implementations§
impl Freeze for AhbmHnonsec
impl RefUnwindSafe for AhbmHnonsec
impl Send for AhbmHnonsec
impl Sync for AhbmHnonsec
impl Unpin for AhbmHnonsec
impl UnwindSafe for AhbmHnonsec
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