pub enum PLLI2SRDYR {
NOTREADY,
READY,
}
Expand description
Possible values of the field PLLI2SRDY
Variants§
Implementations§
Source§impl PLLI2SRDYR
impl PLLI2SRDYR
Sourcepub fn bit_is_clear(&self) -> bool
pub fn bit_is_clear(&self) -> bool
Returns true
if the bit is clear (0)
Sourcepub fn bit_is_set(&self) -> bool
pub fn bit_is_set(&self) -> bool
Returns true
if the bit is set (1)
Sourcepub fn is_not_ready(&self) -> bool
pub fn is_not_ready(&self) -> bool
Checks if the value of the field is NOTREADY
Trait Implementations§
Source§impl Clone for PLLI2SRDYR
impl Clone for PLLI2SRDYR
Source§fn clone(&self) -> PLLI2SRDYR
fn clone(&self) -> PLLI2SRDYR
Returns a duplicate 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 moreSource§impl Debug for PLLI2SRDYR
impl Debug for PLLI2SRDYR
Source§impl PartialEq for PLLI2SRDYR
impl PartialEq for PLLI2SRDYR
impl Copy for PLLI2SRDYR
impl StructuralPartialEq for PLLI2SRDYR
Auto Trait Implementations§
impl Freeze for PLLI2SRDYR
impl RefUnwindSafe for PLLI2SRDYR
impl Send for PLLI2SRDYR
impl Sync for PLLI2SRDYR
impl Unpin for PLLI2SRDYR
impl UnwindSafe for PLLI2SRDYR
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