Struct stm32_metapac::rcc::regs::Cfgr3
#[repr(transparent)]pub struct Cfgr3(pub u32);
Expand description
Clock configuration register 3
Tuple Fields§
§0: u32
Implementations§
§impl Cfgr3
impl Cfgr3
pub fn set_usart1sw(&mut self, val: Usart1sw)
pub fn set_usart1sw(&mut self, val: Usart1sw)
USART1 clock source selection
pub fn set_i2c1sw(&mut self, val: Icsw)
pub fn set_i2c1sw(&mut self, val: Icsw)
I2C1 clock source selection
pub fn set_usart2sw(&mut self, val: Usartsw)
pub fn set_usart2sw(&mut self, val: Usartsw)
USART2 clock source selection
pub fn set_usart3sw(&mut self, val: Usartsw)
pub fn set_usart3sw(&mut self, val: Usartsw)
USART3 clock source
Trait Implementations§
impl Copy for Cfgr3
impl Eq for Cfgr3
impl StructuralPartialEq for Cfgr3
Auto Trait Implementations§
impl Freeze for Cfgr3
impl RefUnwindSafe for Cfgr3
impl Send for Cfgr3
impl Sync for Cfgr3
impl Unpin for Cfgr3
impl UnwindSafe for Cfgr3
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
)