pub enum PLLRDYCW {
CLEAR,
}Expand description
Values that can be written to the field PLLRDYC
Variants§
CLEAR
Clear PLLRDYF flag
Auto Trait Implementations§
impl Freeze for PLLRDYCW
impl RefUnwindSafe for PLLRDYCW
impl Send for PLLRDYCW
impl Sync for PLLRDYCW
impl Unpin for PLLRDYCW
impl UnwindSafe for PLLRDYCW
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