Struct stm32_metapac::rcc::regs::Gpiosmenr
#[repr(transparent)]pub struct Gpiosmenr(pub u32);
Expand description
GPIO in Sleep mode clock enable register
Tuple Fields§
§0: u32
Implementations§
§impl Gpiosmenr
impl Gpiosmenr
pub fn set_gpioasmen(&mut self, val: bool)
pub fn set_gpioasmen(&mut self, val: bool)
I/O port A clock enable during Sleep mode
pub fn set_gpiobsmen(&mut self, val: bool)
pub fn set_gpiobsmen(&mut self, val: bool)
I/O port B clock enable during Sleep mode
pub fn set_gpiocsmen(&mut self, val: bool)
pub fn set_gpiocsmen(&mut self, val: bool)
I/O port C clock enable during Sleep mode
pub fn set_gpiodsmen(&mut self, val: bool)
pub fn set_gpiodsmen(&mut self, val: bool)
I/O port D clock enable during Sleep mode
pub fn set_gpiofsmen(&mut self, val: bool)
pub 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)