Struct stm32_metapac::rcc::regs::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.
pub const fn hspi1smen(&self) -> bool
pub const fn hspi1smen(&self) -> bool
HSPI1 clock enable during Sleep and Stop modes This bit is set and cleared by software. Note: This bit is only available on some devices in the STM32U5 Series. Refer to the device datasheet for availability of its associated peripheral. If not present, consider this bit as reserved and keep it at reset value.
pub fn set_hspi1smen(&mut self, val: bool)
pub fn set_hspi1smen(&mut self, val: bool)
HSPI1 clock enable during Sleep and Stop modes This bit is set and cleared by software. Note: This bit is only available on some devices in the STM32U5 Series. Refer to the device datasheet for availability of its associated peripheral. If not present, consider this bit as reserved and keep it at reset value.
pub const fn sram6smen(&self) -> bool
pub const fn sram6smen(&self) -> bool
SRAM6 clock enable during Sleep and Stop modes This bit is set and cleared by software. Note: This bit is only available on some devices in the STM32U5 Series. Refer to the device datasheet for availability of its associated peripheral. If not present, consider this bit as reserved and keep it at reset value.
pub fn set_sram6smen(&mut self, val: bool)
pub fn set_sram6smen(&mut self, val: bool)
SRAM6 clock enable during Sleep and Stop modes This bit is set and cleared by software. Note: This bit is only available on some devices in the STM32U5 Series. Refer to the device datasheet for availability of its associated peripheral. If not present, consider this bit as reserved and keep it at reset value.
pub const fn sram5smen(&self) -> bool
pub const fn sram5smen(&self) -> bool
SRAM5 clock enable during Sleep and Stop modes This bit is set and cleared by software. Note: This bit is only available on some devices in the STM32U5 Series. Refer to the device datasheet for availability of its associated peripheral. If not present, consider this bit as reserved and keep it at reset value.
pub fn set_sram5smen(&mut self, val: bool)
pub fn set_sram5smen(&mut self, val: bool)
SRAM5 clock enable during Sleep and Stop modes This bit is set and cleared by software. Note: This bit is only available on some devices in the STM32U5 Series. Refer to the device datasheet for availability of its associated peripheral. If not present, consider this bit as reserved and keep it at reset value.
Trait Implementations§
§impl Clone for Ahb2smenr2
impl Clone for Ahb2smenr2
§fn clone(&self) -> Ahb2smenr2
fn clone(&self) -> Ahb2smenr2
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more§impl Default for Ahb2smenr2
impl Default for Ahb2smenr2
§fn default() -> Ahb2smenr2
fn default() -> Ahb2smenr2
§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
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)
clone_to_uninit
)