Cecckcr

Type Alias Cecckcr 

Source
pub type Cecckcr = RegValueT<Cecckcr_SPEC>;
Expand description

CEC Clock Control Register

Aliased Type§

pub struct Cecckcr { /* private fields */ }

Implementations§

Source§

impl Cecckcr

Source

pub fn ceccksel( self, ) -> RegisterField<0, 0x7, 1, 0, Ceccksel, Ceccksel, Cecckcr_SPEC, RW>

CEC clock (CECCLK) Source Select

Source

pub fn ceccksreq( self, ) -> RegisterField<6, 0x1, 1, 0, Ceccksreq, Ceccksreq, Cecckcr_SPEC, RW>

CEC clock (CECCLK) Switching Request

Source

pub fn ceccksrdy( self, ) -> RegisterField<7, 0x1, 1, 0, Ceccksrdy, Ceccksrdy, Cecckcr_SPEC, R>

CEC clock (CECCLK) Switching Ready state flag

Trait Implementations§

Source§

impl Default for Cecckcr

Source§

fn default() -> Cecckcr

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