#[repr(u8)]pub enum GccRdy {
RDY_0 = 0,
RDY_1 = 1,
}Variants§
RDY_0 = 0
The gain calibration value is invalid. Run the auto-calibration routine for this value to be written.
RDY_1 = 1
The gain calibration value is valid. It should be used to update the GCRa[GCALR] register field.
Implementations§
Trait Implementations§
Source§impl Ord for GccRdy
impl Ord for GccRdy
Source§impl PartialOrd for GccRdy
impl PartialOrd for GccRdy
impl Copy for GccRdy
impl Eq for GccRdy
impl StructuralPartialEq for GccRdy
Auto Trait Implementations§
impl Freeze for GccRdy
impl RefUnwindSafe for GccRdy
impl Send for GccRdy
impl Sync for GccRdy
impl Unpin for GccRdy
impl UnwindSafe for GccRdy
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