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 Ord for Ccken
impl Ord for Ccken
§impl PartialOrd for Ccken
impl PartialOrd for Ccken
impl Copy for Ccken
impl Eq 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 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