Struct stm32_metapac::rcc::regs::Ahb3lpenr
#[repr(transparent)]pub struct Ahb3lpenr(pub u32);
Expand description
RCC AHB3 Sleep Clock Register
Tuple Fields§
§0: u32
Implementations§
§impl Ahb3lpenr
impl Ahb3lpenr
pub fn set_mdmalpen(&mut self, val: bool)
pub fn set_mdmalpen(&mut self, val: bool)
MDMA Clock Enable During CSleep Mode
pub fn set_dma2dlpen(&mut self, val: bool)
pub fn set_dma2dlpen(&mut self, val: bool)
DMA2D Clock Enable During CSleep Mode
pub const fn jpgdeclpen(&self) -> bool
pub const fn jpgdeclpen(&self) -> bool
JPGDEC Clock Enable During CSleep Mode
pub fn set_jpgdeclpen(&mut self, val: bool)
pub fn set_jpgdeclpen(&mut self, val: bool)
JPGDEC Clock Enable During CSleep Mode
pub fn set_flashlpen(&mut self, val: bool)
pub fn set_flashlpen(&mut self, val: bool)
FLASH Clock Enable During CSleep Mode
pub fn set_fmclpen(&mut self, val: bool)
pub fn set_fmclpen(&mut self, val: bool)
FMC Peripheral Clocks Enable During CSleep Mode
pub const fn octospi1lpen(&self) -> bool
pub const fn octospi1lpen(&self) -> bool
OCTOSPI1 and OCTOSPI1 Delay Clock Enable During CSleep Mode
pub fn set_octospi1lpen(&mut self, val: bool)
pub fn set_octospi1lpen(&mut self, val: bool)
OCTOSPI1 and OCTOSPI1 Delay Clock Enable During CSleep Mode
pub const fn sdmmc1lpen(&self) -> bool
pub const fn sdmmc1lpen(&self) -> bool
SDMMC1 and SDMMC1 Delay Clock Enable During CSleep Mode
pub fn set_sdmmc1lpen(&mut self, val: bool)
pub fn set_sdmmc1lpen(&mut self, val: bool)
SDMMC1 and SDMMC1 Delay Clock Enable During CSleep Mode
pub const fn octospi2lpen(&self) -> bool
pub const fn octospi2lpen(&self) -> bool
OCTOSPI2 and OCTOSPI2 delay block enable during CSleep Mode
pub fn set_octospi2lpen(&mut self, val: bool)
pub fn set_octospi2lpen(&mut self, val: bool)
OCTOSPI2 and OCTOSPI2 delay block enable during CSleep Mode
pub const fn iomngrlpen(&self) -> bool
pub const fn iomngrlpen(&self) -> bool
OCTOSPI IO manager enable during CSleep Mode
pub fn set_iomngrlpen(&mut self, val: bool)
pub fn set_iomngrlpen(&mut self, val: bool)
OCTOSPI IO manager enable during CSleep Mode
pub fn set_otfd1lpen(&mut self, val: bool)
pub fn set_otfd1lpen(&mut self, val: bool)
OTFDEC1 enable during CSleep Mode
pub fn set_otfd2lpen(&mut self, val: bool)
pub fn set_otfd2lpen(&mut self, val: bool)
OTFDEC2 enable during CSleep Mode
pub const fn d1dtcm1lpen(&self) -> bool
pub const fn d1dtcm1lpen(&self) -> bool
D1DTCM1 Block Clock Enable During CSleep mode
pub fn set_d1dtcm1lpen(&mut self, val: bool)
pub fn set_d1dtcm1lpen(&mut self, val: bool)
D1DTCM1 Block Clock Enable During CSleep mode
pub fn set_dtcm2lpen(&mut self, val: bool)
pub fn set_dtcm2lpen(&mut self, val: bool)
D1 DTCM2 Block Clock Enable During CSleep mode
pub fn set_itcmlpen(&mut self, val: bool)
pub fn set_itcmlpen(&mut self, val: bool)
D1ITCM Block Clock Enable During CSleep mode
pub const fn axisramlpen(&self) -> bool
pub const fn axisramlpen(&self) -> bool
AXISRAM Block Clock Enable During CSleep mode
pub fn set_axisramlpen(&mut self, val: bool)
pub fn set_axisramlpen(&mut self, val: bool)
AXISRAM Block Clock Enable During CSleep mode
Trait Implementations§
impl Copy for Ahb3lpenr
impl Eq for Ahb3lpenr
impl StructuralPartialEq for Ahb3lpenr
Auto Trait Implementations§
impl Freeze for Ahb3lpenr
impl RefUnwindSafe for Ahb3lpenr
impl Send for Ahb3lpenr
impl Sync for Ahb3lpenr
impl Unpin for Ahb3lpenr
impl UnwindSafe for Ahb3lpenr
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
)