Ckocr

Type Alias Ckocr 

Source
pub type Ckocr = RegValueT<Ckocr_SPEC>;
Expand description

Clock Out Control Register

Aliased Type§

pub struct Ckocr { /* private fields */ }

Implementations§

Source§

impl Ckocr

Source

pub fn ckosel( self, ) -> RegisterField<0, 0x7, 1, 0, Ckosel, Ckosel, Ckocr_SPEC, RW>

Clock Out Source Select

Source

pub fn ckodiv( self, ) -> RegisterField<4, 0x7, 1, 0, Ckodiv, Ckodiv, Ckocr_SPEC, RW>

Clock Output Frequency Division Ratio

Source

pub fn ckoen(self) -> RegisterField<7, 0x1, 1, 0, Ckoen, Ckoen, Ckocr_SPEC, RW>

Clock Out Enable

Trait Implementations§

Source§

impl Default for Ckocr

Source§

fn default() -> Ckocr

Returns the “default value” for a type. Read more