Skip to main content

Srcidctrl

Type Alias Srcidctrl 

Source
pub type Srcidctrl = RegValueT<Srcidctrl_SPEC>;
Expand description

Input Data Control Register

Aliased Type§

pub struct Srcidctrl { /* private fields */ }

Implementations§

Source§

impl Srcidctrl

Source

pub fn ied(self) -> RegisterField<9, 0x1, 1, 0, Ied, Ied, Srcidctrl_SPEC, RW>

Input Data Endian

Source

pub fn ien(self) -> RegisterField<8, 0x1, 1, 0, Ien, Ien, Srcidctrl_SPEC, RW>

Input FIFO Empty Interrupt Enable

Source

pub fn iftrg( self, ) -> RegisterField<0, 0x3, 1, 0, Iftrg, Iftrg, Srcidctrl_SPEC, RW>

Input FIFO Data Triggering Number

Trait Implementations§

Source§

impl Default for Srcidctrl

Source§

fn default() -> Srcidctrl

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