Skip to main content

Srcodctrl

Type Alias Srcodctrl 

Source
pub type Srcodctrl = RegValueT<Srcodctrl_SPEC>;
Expand description

Output Data Control Register

Aliased Type§

pub struct Srcodctrl { /* private fields */ }

Implementations§

Source§

impl Srcodctrl

Source

pub fn och(self) -> RegisterField<10, 0x1, 1, 0, Och, Och, Srcodctrl_SPEC, RW>

Output Data Channel Exchange

Source

pub fn oed(self) -> RegisterField<9, 0x1, 1, 0, Oed, Oed, Srcodctrl_SPEC, RW>

Output Data Endian

Source

pub fn oen(self) -> RegisterField<8, 0x1, 1, 0, Oen, Oen, Srcodctrl_SPEC, RW>

Output Data FIFO Full Interrupt Enable

Source

pub fn oftrg( self, ) -> RegisterField<0, 0x3, 1, 0, Oftrg, Oftrg, Srcodctrl_SPEC, RW>

Output FIFO Data Trigger Number

Trait Implementations§

Source§

impl Default for Srcodctrl

Source§

fn default() -> Srcodctrl

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