Type Alias R

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

Register CR1 reader

Aliased Type§

struct R { /* private fields */ }

Implementations§

Source§

impl R

Source

pub fn awdch(&self) -> AWDCH_R

Bits 0:4 - Analog watchdog channel select bits

Source

pub fn eocie(&self) -> EOCIE_R

Bit 5 - Interrupt enable for EOC

Source

pub fn awdie(&self) -> AWDIE_R

Bit 6 - Analog watchdog interrupt enable

Source

pub fn jeocie(&self) -> JEOCIE_R

Bit 7 - Interrupt enable for injected channels

Source

pub fn scan(&self) -> SCAN_R

Bit 8 - Scan mode

Source

pub fn awdsgl(&self) -> AWDSGL_R

Bit 9 - Enable the watchdog on a single channel in scan mode

Source

pub fn jauto(&self) -> JAUTO_R

Bit 10 - Automatic injected group conversion

Source

pub fn discen(&self) -> DISCEN_R

Bit 11 - Discontinuous mode on regular channels

Source

pub fn jdiscen(&self) -> JDISCEN_R

Bit 12 - Discontinuous mode on injected channels

Source

pub fn discnum(&self) -> DISCNUM_R

Bits 13:15 - Discontinuous mode channel count

Source

pub fn dualmod(&self) -> DUALMOD_R

Bits 16:19 - Dual mode selection

Source

pub fn jawden(&self) -> JAWDEN_R

Bit 22 - Analog watchdog enable on injected channels

Source

pub fn awden(&self) -> AWDEN_R

Bit 23 - Analog watchdog enable on regular channels

Trait Implementations§

Source§

impl Debug for R

Source§

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

Formats the value using the given formatter. Read more