Struct Ahb2smenr2
#[repr(transparent)]pub struct Ahb2smenr2(pub u32);
Expand description
RCC AHB2 peripheral clocks enable in Sleep and Stop modes register 2
Tuple Fields§
§0: u32
Implementations§
§impl Ahb2smenr2
impl Ahb2smenr2
pub const fn fsmcsmen(&self) -> bool
pub const fn fsmcsmen(&self) -> bool
FSMC clocks enable during Sleep and Stop modes Set and cleared by software.
pub fn set_fsmcsmen(&mut self, val: bool)
pub fn set_fsmcsmen(&mut self, val: bool)
FSMC clocks enable during Sleep and Stop modes Set and cleared by software.
pub const fn octospi1smen(&self) -> bool
pub const fn octospi1smen(&self) -> bool
OCTOSPI1 clocks enable during Sleep and Stop modes Set and cleared by software.
pub fn set_octospi1smen(&mut self, val: bool)
pub fn set_octospi1smen(&mut self, val: bool)
OCTOSPI1 clocks enable during Sleep and Stop modes Set and cleared by software.
pub const fn octospi2smen(&self) -> bool
pub const fn octospi2smen(&self) -> bool
OCTOSPI2 clocks enable during Sleep and Stop modes Set and cleared by software.
pub fn set_octospi2smen(&mut self, val: bool)
pub fn set_octospi2smen(&mut self, val: bool)
OCTOSPI2 clocks enable during Sleep and Stop modes Set and cleared by software.
Trait Implementations§
§impl Clone for Ahb2smenr2
impl Clone for Ahb2smenr2
§fn clone(&self) -> Ahb2smenr2
fn clone(&self) -> Ahb2smenr2
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Default for Ahb2smenr2
impl Default for Ahb2smenr2
§fn default() -> Ahb2smenr2
fn default() -> Ahb2smenr2
Returns the “default value” for a type. Read more
§impl PartialEq for Ahb2smenr2
impl PartialEq for Ahb2smenr2
impl Copy for Ahb2smenr2
impl Eq for Ahb2smenr2
impl StructuralPartialEq for Ahb2smenr2
Auto Trait Implementations§
impl Freeze for Ahb2smenr2
impl RefUnwindSafe for Ahb2smenr2
impl Send for Ahb2smenr2
impl Sync for Ahb2smenr2
impl Unpin for Ahb2smenr2
impl UnwindSafe for Ahb2smenr2
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