Struct Gpiosmenr
#[repr(transparent)]pub struct Gpiosmenr(pub u32);Expand description
GPIO in Sleep mode clock enable register
Tuple Fields§
§0: u32Implementations§
§impl Gpiosmenr
impl Gpiosmenr
pub const fn set_gpioasmen(&mut self, val: bool)
pub const fn set_gpioasmen(&mut self, val: bool)
I/O port A clock enable during Sleep mode
pub const fn set_gpiobsmen(&mut self, val: bool)
pub const fn set_gpiobsmen(&mut self, val: bool)
I/O port B clock enable during Sleep mode
pub const fn set_gpiocsmen(&mut self, val: bool)
pub const fn set_gpiocsmen(&mut self, val: bool)
I/O port C clock enable during Sleep mode
pub const fn set_gpiodsmen(&mut self, val: bool)
pub const fn set_gpiodsmen(&mut self, val: bool)
I/O port D clock enable during Sleep mode
pub const fn set_gpiofsmen(&mut self, val: bool)
pub const fn set_gpiofsmen(&mut self, val: bool)
I/O port F clock enable during Sleep mode
Trait Implementations§
impl Copy for Gpiosmenr
impl Eq for Gpiosmenr
impl StructuralPartialEq for Gpiosmenr
Auto Trait Implementations§
impl Freeze for Gpiosmenr
impl RefUnwindSafe for Gpiosmenr
impl Send for Gpiosmenr
impl Sync for Gpiosmenr
impl Unpin for Gpiosmenr
impl UnwindSafe for Gpiosmenr
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