Type Alias R

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

Register CFGR2 reader

Aliased Type§

pub struct R { /* private fields */ }

Implementations§

Source§

impl R

Source

pub fn in1sel(&self) -> IN1SEL_R

Bits 0:1 - LPTIMx Input 1 selection

Source

pub fn in2sel(&self) -> IN2SEL_R

Bits 4:5 - LPTIM1 Input 2 selection

Trait Implementations§

Source§

impl Debug for R

Source§

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

Formats the value using the given formatter. Read more