Skip to main content

Rmpr

Type Alias Rmpr 

Source
pub type Rmpr = RegValueT<Rmpr_SPEC>;
Expand description

Receive Manchester Preface Setting Register

Aliased Type§

pub struct Rmpr { /* private fields */ }

Implementations§

Source§

impl Rmpr

Source

pub fn rplen(self) -> RegisterField<0, 0xf, 1, 0, Rplen, Rplen, Rmpr_SPEC, RW>

Receive Preface Length

Source

pub fn rppat(self) -> RegisterField<4, 0x3, 1, 0, Rppat, Rppat, Rmpr_SPEC, RW>

Receive Preface Pattern

Trait Implementations§

Source§

impl Default for Rmpr

Source§

fn default() -> Rmpr

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