#[repr(transparent)]pub struct Sbuscfg(pub u32);Expand description
System Bus Config
Tuple Fields§
§0: u32Implementations§
Source§impl Sbuscfg
impl Sbuscfg
Sourcepub const fn ahbbrst(&self) -> Ahbbrst
pub const fn ahbbrst(&self) -> Ahbbrst
AHB master interface Burst configuration These bits control AHB master transfer type sequence (or priority)
Sourcepub const fn set_ahbbrst(&mut self, val: Ahbbrst)
pub const fn set_ahbbrst(&mut self, val: Ahbbrst)
AHB master interface Burst configuration These bits control AHB master transfer type sequence (or priority)
Trait Implementations§
impl Copy for Sbuscfg
impl Eq for Sbuscfg
impl StructuralPartialEq for Sbuscfg
Auto Trait Implementations§
impl Freeze for Sbuscfg
impl RefUnwindSafe for Sbuscfg
impl Send for Sbuscfg
impl Sync for Sbuscfg
impl Unpin for Sbuscfg
impl UnwindSafe for Sbuscfg
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