#[repr(transparent)]pub struct GlbPr1(pub u32);Expand description
Peripheral Enable Configuration 1. Reset on POR only.
Tuple Fields§
§0: u32Implementations§
Source§impl GlbPr1
impl GlbPr1
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§
impl Copy for GlbPr1
impl Eq for GlbPr1
impl StructuralPartialEq for GlbPr1
Auto Trait Implementations§
impl Freeze for GlbPr1
impl RefUnwindSafe for GlbPr1
impl Send for GlbPr1
impl Sync for GlbPr1
impl Unpin for GlbPr1
impl UnwindSafe for GlbPr1
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