pub enum FEDIR {
UpCounting = 0,
DownCounting = 1,
}
Expand description
Frequency error direction FEDIR is the counting direction of the frequency error counter latched in the time of the last SYNC event. It shows whether the actual frequency is below or above the target.
Value on reset: 0
Variants§
UpCounting = 0
0: Error in up-counting direction
DownCounting = 1
1: Error in down-counting direction
Trait Implementations§
impl Copy for FEDIR
impl Eq for FEDIR
impl StructuralPartialEq for FEDIR
Auto Trait Implementations§
impl Freeze for FEDIR
impl RefUnwindSafe for FEDIR
impl Send for FEDIR
impl Sync for FEDIR
impl Unpin for FEDIR
impl UnwindSafe for FEDIR
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