#[repr(transparent)]pub struct Pe2(pub u32);Expand description
Pin Enable 2
Tuple Fields§
§0: u32Implementations§
Source§impl Pe2
impl Pe2
Sourcepub const fn set_wupe16(&mut self, val: Wupe16)
pub const fn set_wupe16(&mut self, val: Wupe16)
Wake-up Pin Enable for LLWU_Pn
Sourcepub const fn set_wupe17(&mut self, val: Wupe17)
pub const fn set_wupe17(&mut self, val: Wupe17)
Wake-up Pin Enable for LLWU_Pn
Sourcepub const fn set_wupe18(&mut self, val: Wupe18)
pub const fn set_wupe18(&mut self, val: Wupe18)
Wake-up Pin Enable for LLWU_Pn
Sourcepub const fn set_wupe19(&mut self, val: Wupe19)
pub const fn set_wupe19(&mut self, val: Wupe19)
Wake-up Pin Enable for LLWU_Pn
Sourcepub const fn set_wupe20(&mut self, val: Wupe20)
pub const fn set_wupe20(&mut self, val: Wupe20)
Wake-up Pin Enable for LLWU_Pn
Sourcepub const fn set_wupe21(&mut self, val: Wupe21)
pub const fn set_wupe21(&mut self, val: Wupe21)
Wake-up Pin Enable for LLWU_Pn
Sourcepub const fn set_wupe22(&mut self, val: Wupe22)
pub const fn set_wupe22(&mut self, val: Wupe22)
Wake-up Pin Enable for LLWU_Pn
Sourcepub const fn set_wupe23(&mut self, val: Wupe23)
pub const fn set_wupe23(&mut self, val: Wupe23)
Wake-up Pin Enable for LLWU_Pn
Sourcepub const fn set_wupe24(&mut self, val: Wupe24)
pub const fn set_wupe24(&mut self, val: Wupe24)
Wake-up Pin Enable for LLWU_Pn
Sourcepub const fn set_wupe25(&mut self, val: Wupe25)
pub const fn set_wupe25(&mut self, val: Wupe25)
Wake-up Pin Enable for LLWU_Pn
Sourcepub const fn set_wupe26(&mut self, val: Wupe26)
pub const fn set_wupe26(&mut self, val: Wupe26)
Wake-up Pin Enable for LLWU_Pn
Sourcepub const fn set_wupe27(&mut self, val: Wupe27)
pub const fn set_wupe27(&mut self, val: Wupe27)
Wake-up Pin Enable for LLWU_Pn
Sourcepub const fn reserved28(&self) -> Pe2Reserved28
pub const fn reserved28(&self) -> Pe2Reserved28
Reserved
Sourcepub const fn set_reserved28(&mut self, val: Pe2Reserved28)
pub const fn set_reserved28(&mut self, val: Pe2Reserved28)
Reserved
Sourcepub const fn reserved29(&self) -> Pe2Reserved29
pub const fn reserved29(&self) -> Pe2Reserved29
Reserved
Sourcepub const fn set_reserved29(&mut self, val: Pe2Reserved29)
pub const fn set_reserved29(&mut self, val: Pe2Reserved29)
Reserved
Sourcepub const fn set_wupe30(&mut self, val: Wupe30)
pub const fn set_wupe30(&mut self, val: Wupe30)
Wake-up Pin Enable for LLWU_Pn
Sourcepub const fn reserved31(&self) -> Pe2Reserved31
pub const fn reserved31(&self) -> Pe2Reserved31
Reserved
Sourcepub const fn set_reserved31(&mut self, val: Pe2Reserved31)
pub const fn set_reserved31(&mut self, val: Pe2Reserved31)
Reserved
Trait Implementations§
impl Copy for Pe2
impl Eq for Pe2
impl StructuralPartialEq for Pe2
Auto Trait Implementations§
impl Freeze for Pe2
impl RefUnwindSafe for Pe2
impl Send for Pe2
impl Sync for Pe2
impl Unpin for Pe2
impl UnwindSafe for Pe2
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