Type Alias R

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

Register OR2 reader

Aliased Type§

struct R { /* private fields */ }

Implementations§

Source§

impl R

Source

pub fn bkine(&self) -> BKINE_R

Bit 0 - BRK BKIN input enable

Source

pub fn bkcmp1e(&self) -> BKCMP1E_R

Bit 1 - BRK COMP1 enable

Source

pub fn bkcmp2e(&self) -> BKCMP2E_R

Bit 2 - BRK COMP2 enable

Source

pub fn bkdfbk0e(&self) -> BKDFBK0E_R

Bit 8 - BRK DFSDM_BREAK[0] enablee

Source

pub fn bkinp(&self) -> BKINP_R

Bit 9 - BRK BKIN input polarity

Source

pub fn bkcmp1p(&self) -> BKCMP1P_R

Bit 10 - BRK COMP1 input polarity

Source

pub fn bkcmp2p(&self) -> BKCMP2P_R

Bit 11 - BRK COMP2 input polarity

Trait Implementations§

Source§

impl Debug for R

Source§

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

Formats the value using the given formatter. Read more