#[repr(transparent)]pub struct Pe1(pub u32);Expand description
Pin Enable 1
Tuple Fields§
§0: u32Implementations§
Source§impl Pe1
impl Pe1
Sourcepub const fn set_wupe10(&mut self, val: Wupe10)
pub const fn set_wupe10(&mut self, val: Wupe10)
Wake-up Pin Enable for WUU_Pn
Sourcepub const fn set_wupe11(&mut self, val: Wupe11)
pub const fn set_wupe11(&mut self, val: Wupe11)
Wake-up Pin Enable for WUU_Pn
Sourcepub const fn set_wupe12(&mut self, val: Wupe12)
pub const fn set_wupe12(&mut self, val: Wupe12)
Wake-up Pin Enable for WUU_Pn
Sourcepub const fn set_wupe13(&mut self, val: Wupe13)
pub const fn set_wupe13(&mut self, val: Wupe13)
Wake-up Pin Enable for WUU_Pn
Sourcepub const fn set_wupe14(&mut self, val: Wupe14)
pub const fn set_wupe14(&mut self, val: Wupe14)
Wake-up Pin Enable for WUU_Pn
Sourcepub const fn set_wupe15(&mut self, val: Wupe15)
pub const fn set_wupe15(&mut self, val: Wupe15)
Wake-up Pin Enable for WUU_Pn
Trait Implementations§
impl Copy for Pe1
impl Eq for Pe1
impl StructuralPartialEq for Pe1
Auto Trait Implementations§
impl Freeze for Pe1
impl RefUnwindSafe for Pe1
impl Send for Pe1
impl Sync for Pe1
impl Unpin for Pe1
impl UnwindSafe for Pe1
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