Struct stm32_metapac::rcc::regs::Pllsai1cfgr
#[repr(transparent)]pub struct Pllsai1cfgr(pub u32);
Expand description
PLLSAI1 configuration register
Tuple Fields§
§0: u32
Implementations§
§impl Pllsai1cfgr
impl Pllsai1cfgr
pub fn set_pllpen(&mut self, val: bool)
pub fn set_pllpen(&mut self, val: bool)
SAIPLL PLLSAI1CLK output enable
pub fn set_pllqen(&mut self, val: bool)
pub fn set_pllqen(&mut self, val: bool)
SAIPLL PLLSAIUSBCLK output enable
pub fn set_pllren(&mut self, val: bool)
pub fn set_pllren(&mut self, val: bool)
PLLSAI PLLADC1CLK output enable
Trait Implementations§
§impl Clone for Pllsai1cfgr
impl Clone for Pllsai1cfgr
§fn clone(&self) -> Pllsai1cfgr
fn clone(&self) -> Pllsai1cfgr
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Default for Pllsai1cfgr
impl Default for Pllsai1cfgr
§fn default() -> Pllsai1cfgr
fn default() -> Pllsai1cfgr
Returns the “default value” for a type. Read more
§impl PartialEq for Pllsai1cfgr
impl PartialEq for Pllsai1cfgr
impl Copy for Pllsai1cfgr
impl Eq for Pllsai1cfgr
impl StructuralPartialEq for Pllsai1cfgr
Auto Trait Implementations§
impl Freeze for Pllsai1cfgr
impl RefUnwindSafe for Pllsai1cfgr
impl Send for Pllsai1cfgr
impl Sync for Pllsai1cfgr
impl Unpin for Pllsai1cfgr
impl UnwindSafe for Pllsai1cfgr
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
)