Skip to main content

Str

Type Alias Str 

Source
pub type Str = RegValueT<Str_SPEC>;
Expand description

Status Register

Aliased Type§

pub struct Str { /* private fields */ }

Implementations§

Source§

impl Str

Source

pub fn bfdf(self) -> RegisterFieldBool<0, 1, 0, Str_SPEC, R>

Break Field Low Width Detection Flag

Source

pub fn cf0mf(self) -> RegisterFieldBool<1, 1, 0, Str_SPEC, R>

Control Field 0 Match Flag

Source

pub fn cf1mf(self) -> RegisterFieldBool<2, 1, 0, Str_SPEC, R>

Control Field 1 Match Flag

Source

pub fn pibdf(self) -> RegisterFieldBool<3, 1, 0, Str_SPEC, R>

Priority Interrupt Bit Detection Flag

Source

pub fn bcdf(self) -> RegisterFieldBool<4, 1, 0, Str_SPEC, R>

Bus Collision Detected Flag

Source

pub fn aedf(self) -> RegisterFieldBool<5, 1, 0, Str_SPEC, R>

Valid Edge Detection Flag

Trait Implementations§

Source§

impl Default for Str

Source§

fn default() -> Str

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