Canfdckcr

Type Alias Canfdckcr 

Source
pub type Canfdckcr = RegValueT<Canfdckcr_SPEC>;
Expand description

CANFD Clock Control Register

Aliased Type§

pub struct Canfdckcr { /* private fields */ }

Implementations§

Source§

impl Canfdckcr

Source

pub fn canfdcksel( self, ) -> RegisterField<0, 0x7, 1, 0, Canfdcksel, Canfdcksel, Canfdckcr_SPEC, RW>

CANFD clock (CANFDCLK) Source Select

Source

pub fn canfdcksreq( self, ) -> RegisterField<6, 0x1, 1, 0, Canfdcksreq, Canfdcksreq, Canfdckcr_SPEC, RW>

CANFD clock (CANFDCLK) Switching Request

Source

pub fn canfdcksrdy( self, ) -> RegisterField<7, 0x1, 1, 0, Canfdcksrdy, Canfdcksrdy, Canfdckcr_SPEC, R>

CANFD clock (CANFDCLK) Switching Ready state flag

Trait Implementations§

Source§

impl Default for Canfdckcr

Source§

fn default() -> Canfdckcr

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