Struct stm32_metapac::rcc::regs::C2ahb2smenr
#[repr(transparent)]pub struct C2ahb2smenr(pub u32);
Expand description
CPU2 AHB2 peripheral clocks enable in Sleep and Stop modes register
Tuple Fields§
§0: u32
Implementations§
§impl C2ahb2smenr
impl C2ahb2smenr
pub fn set_gpioasmen(&mut self, val: bool)
pub fn set_gpioasmen(&mut self, val: bool)
CPU2 IO port A clocks enable during Sleep and Stop modes
pub fn set_gpiobsmen(&mut self, val: bool)
pub fn set_gpiobsmen(&mut self, val: bool)
CPU2 IO port B clocks enable during Sleep and Stop modes
pub fn set_gpiocsmen(&mut self, val: bool)
pub fn set_gpiocsmen(&mut self, val: bool)
CPU2 IO port C clocks enable during Sleep and Stop modes
pub fn set_gpiodsmen(&mut self, val: bool)
pub fn set_gpiodsmen(&mut self, val: bool)
CPU2 IO port D clocks enable during Sleep and Stop modes
pub fn set_gpioesmen(&mut self, val: bool)
pub fn set_gpioesmen(&mut self, val: bool)
CPU2 IO port E clocks enable during Sleep and Stop modes
pub fn set_gpiohsmen(&mut self, val: bool)
pub fn set_gpiohsmen(&mut self, val: bool)
CPU2 IO port H clocks enable during Sleep and Stop modes
pub fn set_adcfssmen(&mut self, val: bool)
pub fn set_adcfssmen(&mut self, val: bool)
CPU2 ADC clocks enable during Sleep and Stop modes
pub fn set_aes1smen(&mut self, val: bool)
pub fn set_aes1smen(&mut self, val: bool)
CPU2 AES1 accelerator clocks enable during Sleep and Stop modes
Trait Implementations§
§impl Clone for C2ahb2smenr
impl Clone for C2ahb2smenr
§fn clone(&self) -> C2ahb2smenr
fn clone(&self) -> C2ahb2smenr
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Default for C2ahb2smenr
impl Default for C2ahb2smenr
§fn default() -> C2ahb2smenr
fn default() -> C2ahb2smenr
Returns the “default value” for a type. Read more
§impl PartialEq for C2ahb2smenr
impl PartialEq for C2ahb2smenr
impl Copy for C2ahb2smenr
impl Eq for C2ahb2smenr
impl StructuralPartialEq for C2ahb2smenr
Auto Trait Implementations§
impl Freeze for C2ahb2smenr
impl RefUnwindSafe for C2ahb2smenr
impl Send for C2ahb2smenr
impl Sync for C2ahb2smenr
impl Unpin for C2ahb2smenr
impl UnwindSafe for C2ahb2smenr
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
)