#[repr(transparent)]pub struct MrccGlbPr1(pub u32);Expand description
Peripheral Enable Configuration 1. Reset on POR only.
Tuple Fields§
§0: u32Implementations§
Source§impl MrccGlbPr1
impl MrccGlbPr1
Sourcepub const fn set_lpspi0(&mut self, val: bool)
pub const fn set_lpspi0(&mut self, val: bool)
LPSPI0
Sourcepub const fn set_lpspi1(&mut self, val: bool)
pub const fn set_lpspi1(&mut self, val: bool)
LPSPI1
Sourcepub const fn set_lpspi2(&mut self, val: bool)
pub const fn set_lpspi2(&mut self, val: bool)
LPSPI2
Sourcepub const fn set_lpspi3(&mut self, val: bool)
pub const fn set_lpspi3(&mut self, val: bool)
LPSPI3
Sourcepub const fn set_lpspi4(&mut self, val: bool)
pub const fn set_lpspi4(&mut self, val: bool)
LPSPI4
Sourcepub const fn set_lpspi5(&mut self, val: bool)
pub const fn set_lpspi5(&mut self, val: bool)
LPSPI5
Trait Implementations§
Source§impl Clone for MrccGlbPr1
impl Clone for MrccGlbPr1
Source§fn clone(&self) -> MrccGlbPr1
fn clone(&self) -> MrccGlbPr1
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 MrccGlbPr1
impl Debug for MrccGlbPr1
Source§impl Default for MrccGlbPr1
impl Default for MrccGlbPr1
Source§fn default() -> MrccGlbPr1
fn default() -> MrccGlbPr1
Returns the “default value” for a type. Read more
Source§impl PartialEq for MrccGlbPr1
impl PartialEq for MrccGlbPr1
impl Copy for MrccGlbPr1
impl Eq for MrccGlbPr1
impl StructuralPartialEq for MrccGlbPr1
Auto Trait Implementations§
impl Freeze for MrccGlbPr1
impl RefUnwindSafe for MrccGlbPr1
impl Send for MrccGlbPr1
impl Sync for MrccGlbPr1
impl Unpin for MrccGlbPr1
impl UnwindSafe for MrccGlbPr1
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