Type Alias R

Source
pub type R = R<OBRrs>;
Expand description

Register OBR reader

Aliased Type§

pub struct R { /* private fields */ }

Implementations§

Source§

impl R

Source

pub fn opterr(&self) -> OPTERR_R

Bit 0 - Option byte error

Source

pub fn rdprt(&self) -> RDPRT_R

Bit 1 - Read protection

Source

pub fn wdg_sw(&self) -> WDG_SW_R

Bit 2 - WDG_SW

Source

pub fn n_rst_stop(&self) -> N_RST_STOP_R

Bit 3 - nRST_STOP

Source

pub fn n_rst_stdby(&self) -> N_RST_STDBY_R

Bit 4 - nRST_STDBY

Source

pub fn data0(&self) -> DATA0_R

Bits 10:17 - Data0

Source

pub fn data1(&self) -> DATA1_R

Bits 18:25 - Data1

Trait Implementations§

Source§

impl Debug for R

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more