Struct stm32_metapac::rcc::regs::C1Ahb3lpenr
#[repr(transparent)]pub struct C1Ahb3lpenr(pub u32);
Expand description
RCC AHB3 Sleep Clock Register
Tuple Fields§
§0: u32
Implementations§
§impl C1Ahb3lpenr
impl C1Ahb3lpenr
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_flashpren(&mut self, val: bool)
pub fn set_flashpren(&mut self, val: bool)
Flash interface 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 quadspilpen(&self) -> bool
pub const fn quadspilpen(&self) -> bool
QUADSPI and QUADSPI Delay Clock Enable During CSleep Mode
pub fn set_quadspilpen(&mut self, val: bool)
pub fn set_quadspilpen(&mut self, val: bool)
QUADSPI and QUADSPI 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 Clone for C1Ahb3lpenr
impl Clone for C1Ahb3lpenr
§fn clone(&self) -> C1Ahb3lpenr
fn clone(&self) -> C1Ahb3lpenr
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more§impl Default for C1Ahb3lpenr
impl Default for C1Ahb3lpenr
§fn default() -> C1Ahb3lpenr
fn default() -> C1Ahb3lpenr
§impl PartialEq for C1Ahb3lpenr
impl PartialEq for C1Ahb3lpenr
impl Copy for C1Ahb3lpenr
impl Eq for C1Ahb3lpenr
impl StructuralPartialEq for C1Ahb3lpenr
Auto Trait Implementations§
impl Freeze for C1Ahb3lpenr
impl RefUnwindSafe for C1Ahb3lpenr
impl Send for C1Ahb3lpenr
impl Sync for C1Ahb3lpenr
impl Unpin for C1Ahb3lpenr
impl UnwindSafe for C1Ahb3lpenr
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
)