Cecfc

Type Alias Cecfc 

Source
pub type Cecfc = RegValueT<Cecfc_SPEC>;
Expand description

CEC Communication Error Flag Clear Trigger Register

Aliased Type§

pub struct Cecfc { /* private fields */ }

Implementations§

Source§

impl Cecfc

Source

pub fn octrg(self) -> RegisterField<0, 0x1, 1, 0, Octrg, Octrg, Cecfc_SPEC, W>

Overrun Error Detection Flag Clear Trigger

Source

pub fn uctrg(self) -> RegisterField<1, 0x1, 1, 0, Uctrg, Uctrg, Cecfc_SPEC, W>

Underrun Error Detection Flag Clear Trigger

Source

pub fn ackctrg( self, ) -> RegisterField<2, 0x1, 1, 0, Ackctrg, Ackctrg, Cecfc_SPEC, W>

ACK Error Detection Flag Clear Trigger

Source

pub fn tctrg(self) -> RegisterField<3, 0x1, 1, 0, Tctrg, Tctrg, Cecfc_SPEC, W>

Timing Error Detection Flag Clear Trigger

Source

pub fn txctrg( self, ) -> RegisterField<4, 0x1, 1, 0, Txctrg, Txctrg, Cecfc_SPEC, W>

Transmission Error Detection Flag Clear Trigger

Source

pub fn actrg(self) -> RegisterField<5, 0x1, 1, 0, Actrg, Actrg, Cecfc_SPEC, W>

Arbitration Loss Detection Flag Clear Trigger

Source

pub fn blctrg( self, ) -> RegisterField<6, 0x1, 1, 0, Blctrg, Blctrg, Cecfc_SPEC, W>

Bus Lock Error Detection Flag Clear Trigger

Trait Implementations§

Source§

impl Default for Cecfc

Source§

fn default() -> Cecfc

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