Tmpr

Type Alias Tmpr 

Source
pub type Tmpr = RegValueT<Tmpr_SPEC>;
Expand description

Transmit Manchester Preface Setting Register

Aliased Type§

pub struct Tmpr { /* private fields */ }

Implementations§

Source§

impl Tmpr

Source

pub fn tplen(self) -> RegisterField<0, 0xf, 1, 0, Tplen, Tplen, Tmpr_SPEC, RW>

Transmit preface length

Source

pub fn tppat(self) -> RegisterField<4, 0x3, 1, 0, Tppat, Tppat, Tmpr_SPEC, RW>

Transmit preface pattern

Trait Implementations§

Source§

impl Default for Tmpr

Source§

fn default() -> Tmpr

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