Type Alias R

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

Register CR2 reader

Aliased Type§

struct R { /* private fields */ }

Implementations§

Source§

impl R

Source

pub fn ccds(&self) -> CCDS_R

Bit 3 - Capture/compare DMA selection

Source

pub fn mms(&self) -> MMS_R

Bits 4:6 - Master mode selection

Source

pub fn ti1s(&self) -> TI1S_R

Bit 7 - TI1 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