Struct stm32_metapac::rcc::regs::C2apb2smenr
#[repr(transparent)]pub struct C2apb2smenr(pub u32);
Expand description
CPU2 APB2SMENR
Tuple Fields§
§0: u32
Implementations§
§impl C2apb2smenr
impl C2apb2smenr
pub fn set_tim1smen(&mut self, val: bool)
pub fn set_tim1smen(&mut self, val: bool)
TIM1 timer clocks enable during CPU2 Sleep mode
pub fn set_spi1smen(&mut self, val: bool)
pub fn set_spi1smen(&mut self, val: bool)
SPI1 clocks enable during CPU2 Sleep mode
pub const fn usart1smen(&self) -> bool
pub const fn usart1smen(&self) -> bool
USART1clocks enable during CPU2 Sleep mode
pub fn set_usart1smen(&mut self, val: bool)
pub fn set_usart1smen(&mut self, val: bool)
USART1clocks enable during CPU2 Sleep mode
pub fn set_tim16smen(&mut self, val: bool)
pub fn set_tim16smen(&mut self, val: bool)
TIM16 timer clocks enable during CPU2 Sleep mode
pub fn set_tim17smen(&mut self, val: bool)
pub fn set_tim17smen(&mut self, val: bool)
TIM17 timer clocks enable during CPU2 Sleep mode
pub fn set_sai1smen(&mut self, val: bool)
pub fn set_sai1smen(&mut self, val: bool)
SAI1 clocks enable during CPU2 Sleep mode
Trait Implementations§
§impl Clone for C2apb2smenr
impl Clone for C2apb2smenr
§fn clone(&self) -> C2apb2smenr
fn clone(&self) -> C2apb2smenr
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 C2apb2smenr
impl Default for C2apb2smenr
§fn default() -> C2apb2smenr
fn default() -> C2apb2smenr
Returns the “default value” for a type. Read more
§impl PartialEq for C2apb2smenr
impl PartialEq for C2apb2smenr
impl Copy for C2apb2smenr
impl Eq for C2apb2smenr
impl StructuralPartialEq for C2apb2smenr
Auto Trait Implementations§
impl Freeze for C2apb2smenr
impl RefUnwindSafe for C2apb2smenr
impl Send for C2apb2smenr
impl Sync for C2apb2smenr
impl Unpin for C2apb2smenr
impl UnwindSafe for C2apb2smenr
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
)