Struct stm32_metapac::rcc::regs::Ahb2smenr
#[repr(transparent)]pub struct Ahb2smenr(pub u32);
Expand description
AHB2 peripheral clocks enable in Sleep and Stop 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 clocks enable during Sleep and Stop modes
pub fn set_gpiobsmen(&mut self, val: bool)
pub fn set_gpiobsmen(&mut self, val: bool)
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)
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)
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)
IO port E clocks enable during Sleep and Stop modes
pub fn set_gpiofsmen(&mut self, val: bool)
pub fn set_gpiofsmen(&mut self, val: bool)
IO port F clocks enable during Sleep and Stop modes
pub fn set_gpiogsmen(&mut self, val: bool)
pub fn set_gpiogsmen(&mut self, val: bool)
IO port G clocks enable during Sleep and Stop modes
pub fn set_gpiohsmen(&mut self, val: bool)
pub fn set_gpiohsmen(&mut self, val: bool)
IO port H clocks enable during Sleep and Stop modes
pub fn set_gpioismen(&mut self, val: bool)
pub fn set_gpioismen(&mut self, val: bool)
IO port I clocks enable during Sleep and Stop modes
pub fn set_sram2smen(&mut self, val: bool)
pub fn set_sram2smen(&mut self, val: bool)
SRAM2 interface clocks enable during Sleep and Stop modes
pub fn set_sram3smen(&mut self, val: bool)
pub fn set_sram3smen(&mut self, val: bool)
SRAM2 interface clocks enable during Sleep and Stop modes
pub const fn usb_otg_fssmen(&self) -> bool
pub const fn usb_otg_fssmen(&self) -> bool
OTG full speed clocks enable during Sleep and Stop modes
pub fn set_usb_otg_fssmen(&mut self, val: bool)
pub fn set_usb_otg_fssmen(&mut self, val: bool)
OTG full speed clocks enable during Sleep and Stop modes
pub fn set_adcfssmen(&mut self, val: bool)
pub fn set_adcfssmen(&mut self, val: bool)
ADC clocks enable during Sleep and Stop modes
pub fn set_adcsmen(&mut self, val: bool)
pub fn set_adcsmen(&mut self, val: bool)
ADC clocks enable during Sleep and Stop modes
pub fn set_dcmismen(&mut self, val: bool)
pub fn set_dcmismen(&mut self, val: bool)
DCMI clock enable during Sleep and Stop modes
pub fn set_pkasmen(&mut self, val: bool)
pub fn set_pkasmen(&mut self, val: bool)
PKA clocks enable during Sleep and Stop modes
pub fn set_aessmen(&mut self, val: bool)
pub fn set_aessmen(&mut self, val: bool)
AES accelerator clocks enable during Sleep and Stop modes
pub fn set_hash1smen(&mut self, val: bool)
pub fn set_hash1smen(&mut self, val: bool)
HASH clock enable during Sleep and Stop modes
pub fn set_hashsmen(&mut self, val: bool)
pub fn set_hashsmen(&mut self, val: bool)
HASH clock enable during Sleep and Stop modes
pub const fn rngsmen(&self) -> bool
pub const fn rngsmen(&self) -> bool
Random Number Generator clocks enable during Sleep and Stop modes
pub fn set_rngsmen(&mut self, val: bool)
pub fn set_rngsmen(&mut self, val: bool)
Random Number Generator clocks enable during Sleep and Stop modes
pub const fn octospimsmen(&self) -> bool
pub const fn octospimsmen(&self) -> bool
OctoSPI IO manager clocks enable during Sleep and Stop modes
pub fn set_octospimsmen(&mut self, val: bool)
pub fn set_octospimsmen(&mut self, val: bool)
OctoSPI IO manager clocks enable during Sleep and Stop modes
pub const fn sdmmc1smen(&self) -> bool
pub const fn sdmmc1smen(&self) -> bool
SDMMC1 clocks enable during Sleep and Stop modes
pub fn set_sdmmc1smen(&mut self, val: bool)
pub fn set_sdmmc1smen(&mut self, val: bool)
SDMMC1 clocks enable during Sleep and Stop modes
pub const fn sdmmc2smen(&self) -> bool
pub const fn sdmmc2smen(&self) -> bool
SDMMC2 clocks enable during Sleep and Stop modes
pub fn set_sdmmc2smen(&mut self, val: bool)
pub fn set_sdmmc2smen(&mut self, val: bool)
SDMMC2 clocks enable during Sleep and Stop modes
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
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
)