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