Type Alias R

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

Register OAR2 reader

Aliased Type§

pub struct R { /* private fields */ }

Implementations§

Source§

impl R

Source

pub fn endual(&self) -> ENDUAL_R

Bit 0 - Dual addressing mode enable

Source

pub fn add2(&self) -> ADD2_R

Bits 1:7 - Interface address

Trait Implementations§

Source§

impl Debug for R

Source§

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

Formats the value using the given formatter. Read more