Type Alias R

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

Register CSR reader

Aliased Type§

struct R { /* private fields */ }

Implementations§

Source§

impl R

Source

pub fn comp1en(&self) -> COMP1EN_R

Bit 0 - Comparator 1 enable

Source

pub fn comp1sw1(&self) -> COMP1SW1_R

Bit 1 - Comparator 1 non inverting input DAC switch

Source

pub fn comp1mode(&self) -> COMP1MODE_R

Bits 2:3 - Comparator 1 mode

Source

pub fn comp1insel(&self) -> COMP1INSEL_R

Bits 4:6 - Comparator 1 inverting input selection

Source

pub fn comp1outsel(&self) -> COMP1OUTSEL_R

Bits 8:10 - Comparator 1 output selection

Source

pub fn comp1pol(&self) -> COMP1POL_R

Bit 11 - Comparator 1 output polarity

Source

pub fn comp1hyst(&self) -> COMP1HYST_R

Bits 12:13 - Comparator 1 hysteresis

Source

pub fn comp1out(&self) -> COMP1OUT_R

Bit 14 - Comparator 1 output

Source

pub fn comp1lock(&self) -> COMP1LOCK_R

Bit 15 - Comparator 1 lock

Source

pub fn comp2en(&self) -> COMP2EN_R

Bit 16 - Comparator 2 enable

Source

pub fn comp2mode(&self) -> COMP2MODE_R

Bits 18:19 - Comparator 2 mode

Source

pub fn comp2insel(&self) -> COMP2INSEL_R

Bits 20:22 - Comparator 2 inverting input selection

Source

pub fn wndwen(&self) -> WNDWEN_R

Bit 23 - Window mode enable

Source

pub fn comp2outsel(&self) -> COMP2OUTSEL_R

Bits 24:26 - Comparator 2 output selection

Source

pub fn comp2pol(&self) -> COMP2POL_R

Bit 27 - Comparator 2 output polarity

Source

pub fn comp2hyst(&self) -> COMP2HYST_R

Bits 28:29 - Comparator 2 hysteresis

Source

pub fn comp2out(&self) -> COMP2OUT_R

Bit 30 - Comparator 2 output

Source

pub fn comp2lock(&self) -> COMP2LOCK_R

Bit 31 - Comparator 2 lock

Trait Implementations§

Source§

impl Debug for R

Source§

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

Formats the value using the given formatter. Read more