Struct stm32_metapac::rcc::regs::Apb1enr1
#[repr(transparent)]pub struct Apb1enr1(pub u32);
Expand description
APB1ENR1
Tuple Fields§
§0: u32
Implementations§
§impl Apb1enr1
impl Apb1enr1
pub fn set_tim2en(&mut self, val: bool)
pub fn set_tim2en(&mut self, val: bool)
CPU1 TIM2 timer clock enable
pub fn set_rtcapben(&mut self, val: bool)
pub fn set_rtcapben(&mut self, val: bool)
CPU1 RTC APB clock enable
pub fn set_wwdgen(&mut self, val: bool)
pub fn set_wwdgen(&mut self, val: bool)
CPU1 Window watchdog clock enable
pub fn set_spi2en(&mut self, val: bool)
pub fn set_spi2en(&mut self, val: bool)
CPU1 SPI2 clock enable
pub fn set_i2c1en(&mut self, val: bool)
pub fn set_i2c1en(&mut self, val: bool)
CPU1 I2C1 clock enable
pub fn set_i2c3en(&mut self, val: bool)
pub fn set_i2c3en(&mut self, val: bool)
CPU1 I2C3 clock enable
pub fn set_lptim1en(&mut self, val: bool)
pub fn set_lptim1en(&mut self, val: bool)
CPU1 Low power timer 1 clock enable
Trait Implementations§
impl Copy for Apb1enr1
impl Eq for Apb1enr1
impl StructuralPartialEq for Apb1enr1
Auto Trait Implementations§
impl Freeze for Apb1enr1
impl RefUnwindSafe for Apb1enr1
impl Send for Apb1enr1
impl Sync for Apb1enr1
impl Unpin for Apb1enr1
impl UnwindSafe for Apb1enr1
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
)