Enum Ccken
#[repr(u8)]pub enum Ccken {
NotGenerated = 0,
Generated = 1,
}Expand description
CCK clock enable. This bit is set and reset by software. It is used to control the generation of the bitstream clock on the CCK pin.
Variants§
NotGenerated = 0
Bitstream clock not generated.
Generated = 1
Bitstream clock generated on the CCK pin.
Implementations§
Trait Implementations§
impl Copy for Ccken
impl Eq for Ccken
§impl Ord for Ccken
impl Ord for Ccken
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
§impl PartialOrd for Ccken
impl PartialOrd for Ccken
impl StructuralPartialEq for Ccken
Auto Trait Implementations§
impl Freeze for Ccken
impl RefUnwindSafe for Ccken
impl Send for Ccken
impl Sync for Ccken
impl Unpin for Ccken
impl UnsafeUnpin for Ccken
impl UnwindSafe for Ccken
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