#[repr(transparent)]pub struct Upllcsr(pub u32);Expand description
UPLL Control Status Register
Tuple Fields§
§0: u32Implementations§
Source§impl Upllcsr
impl Upllcsr
Sourcepub const fn set_upllcm(&mut self, val: bool)
pub const fn set_upllcm(&mut self, val: bool)
UPLL Clock Monitor
Sourcepub const fn set_upllcmre(&mut self, val: Upllcmre)
pub const fn set_upllcmre(&mut self, val: Upllcmre)
UPLL Clock Monitor Reset Enable
Sourcepub const fn set_upllvld(&mut self, val: Upllvld)
pub const fn set_upllvld(&mut self, val: Upllvld)
UPLL Valid
Sourcepub const fn set_upllsel(&mut self, val: bool)
pub const fn set_upllsel(&mut self, val: bool)
UPLL Selected
Sourcepub const fn set_upllerr(&mut self, val: Upllerr)
pub const fn set_upllerr(&mut self, val: Upllerr)
UPLL Clock Error
Trait Implementations§
impl Copy for Upllcsr
impl Eq for Upllcsr
impl StructuralPartialEq for Upllcsr
Auto Trait Implementations§
impl Freeze for Upllcsr
impl RefUnwindSafe for Upllcsr
impl Send for Upllcsr
impl Sync for Upllcsr
impl Unpin for Upllcsr
impl UnwindSafe for Upllcsr
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