Type Alias R

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

Register OR1 reader

Aliased Type§

pub struct R { /* private fields */ }

Implementations§

Source§

impl R

Source

pub fn etr_adc2_rmp(&self) -> ETR_ADC2_RMP_R

Bits 0:1 - External trigger remap on ADC2 analog watchdog

Source

pub fn etr_adc3_rmp(&self) -> ETR_ADC3_RMP_R

Bits 2:3 - External trigger remap on ADC3 analog watchdog

Source

pub fn ti1_rmp(&self) -> TI1_RMP_R

Bit 4 - Input Capture 1 remap

Trait Implementations§

Source§

impl Debug for R

Source§

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

Formats the value using the given formatter. Read more