pub struct R(/* private fields */);
Expand description
Register APB2ENR
reader
Implementations§
Source§impl R
impl R
Sourcepub fn syscfgen(&self) -> SYSCFGEN_R
pub fn syscfgen(&self) -> SYSCFGEN_R
Bit 0 - SYSCFG clock enable
Sourcepub fn usart1en(&self) -> USART1EN_R
pub fn usart1en(&self) -> USART1EN_R
Bit 14 - USART1 clock enable
Sourcepub fn dbgmcuen(&self) -> DBGMCUEN_R
pub fn dbgmcuen(&self) -> DBGMCUEN_R
Bit 22 - MCU debug module clock enable
Sourcepub fn usart6en(&self) -> USART6EN_R
pub fn usart6en(&self) -> USART6EN_R
Bit 5 - USART6 clock enable
Sourcepub fn usart8en(&self) -> USART8EN_R
pub fn usart8en(&self) -> USART8EN_R
Bit 7 - USART8 clock enable
Sourcepub fn usart7en(&self) -> USART7EN_R
pub fn usart7en(&self) -> USART7EN_R
Bit 6 - USART7 clock enable
Methods from Deref<Target = R<APB2ENR_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
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