Struct stm32_metapac::rcc::regs::Ahb2smenr
#[repr(transparent)]pub struct Ahb2smenr(pub u32);
Expand description
AHB2 peripheral clocks enable in Sleep modes register
Tuple Fields§
§0: u32
Implementations§
§impl Ahb2smenr
impl Ahb2smenr
pub fn set_gpioasmen(&mut self, val: bool)
pub fn set_gpioasmen(&mut self, val: bool)
IO port A clock enable during CPU1 CSleep mode.
pub fn set_gpiobsmen(&mut self, val: bool)
pub fn set_gpiobsmen(&mut self, val: bool)
IO port B clock enable during CPU1 CSleep mode.
pub fn set_gpiocsmen(&mut self, val: bool)
pub fn set_gpiocsmen(&mut self, val: bool)
IO port C clock enable during CPU1 CSleep mode.
pub fn set_gpiohsmen(&mut self, val: bool)
pub fn set_gpiohsmen(&mut self, val: bool)
IO port H clock enable during CPU1 CSleep mode.
Trait Implementations§
impl Copy for Ahb2smenr
impl Eq for Ahb2smenr
impl StructuralPartialEq for Ahb2smenr
Auto Trait Implementations§
impl Freeze for Ahb2smenr
impl RefUnwindSafe for Ahb2smenr
impl Send for Ahb2smenr
impl Sync for Ahb2smenr
impl Unpin for Ahb2smenr
impl UnwindSafe for Ahb2smenr
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
)