Struct stm32_metapac::rcc::regs::C1Ahb2enr
#[repr(transparent)]pub struct C1Ahb2enr(pub u32);
Expand description
RCC AHB2 Clock Register
Tuple Fields§
§0: u32
Implementations§
§impl C1Ahb2enr
impl C1Ahb2enr
pub fn set_dcmien(&mut self, val: bool)
pub fn set_dcmien(&mut self, val: bool)
DCMI peripheral clock
pub fn set_crypen(&mut self, val: bool)
pub fn set_crypen(&mut self, val: bool)
CRYP peripheral clock enable
pub fn set_hashen(&mut self, val: bool)
pub fn set_hashen(&mut self, val: bool)
HASH peripheral clock enable
pub fn set_sdmmc2en(&mut self, val: bool)
pub fn set_sdmmc2en(&mut self, val: bool)
SDMMC2 and SDMMC2 delay clock enable
pub fn set_sram1en(&mut self, val: bool)
pub fn set_sram1en(&mut self, val: bool)
SRAM1 block enable
pub fn set_sram2en(&mut self, val: bool)
pub fn set_sram2en(&mut self, val: bool)
SRAM2 block enable
pub fn set_sram3en(&mut self, val: bool)
pub fn set_sram3en(&mut self, val: bool)
SRAM3 block enable
Trait Implementations§
impl Copy for C1Ahb2enr
impl Eq for C1Ahb2enr
impl StructuralPartialEq for C1Ahb2enr
Auto Trait Implementations§
impl Freeze for C1Ahb2enr
impl RefUnwindSafe for C1Ahb2enr
impl Send for C1Ahb2enr
impl Sync for C1Ahb2enr
impl Unpin for C1Ahb2enr
impl UnwindSafe for C1Ahb2enr
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
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)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)