Atctl

Type Alias Atctl 

Source
pub type Atctl = RegValueT<Atctl_SPEC>;
Expand description

Asynchronous Timing Control Register

Aliased Type§

pub struct Atctl { /* private fields */ }

Implementations§

Source§

impl Atctl

Source

pub fn attrgs( self, ) -> RegisterField<0, 0x1, 1, 0, Attrgs, Attrgs, Atctl_SPEC, RW>

Asynchronous Timing Trigger Select

Source

pub fn mrefoe( self, ) -> RegisterField<1, 0x1, 1, 0, Mrefoe, Mrefoe, Atctl_SPEC, RW>

MREF Output Enable (Capture Event / Counter Overflow)

Source

pub fn ameoe(self) -> RegisterField<2, 0x1, 1, 0, Ameoe, Ameoe, Atctl_SPEC, RW>

Additional Master-initiated bus Event Output Enable

Source

pub fn cdiv(self) -> RegisterField<8, 0xff, 1, 0, u8, u8, Atctl_SPEC, RW>

TCLK Counter Divide Setting

Trait Implementations§

Source§

impl Default for Atctl

Source§

fn default() -> Atctl

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