Type Alias R

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

Register TISEL reader

Aliased Type§

pub struct R { /* private fields */ }

Implementations§

Source§

impl R

Source

pub fn ti1sel(&self) -> TI1SEL_R

Bits 0:3 - Selects tim_ti1[0..15] input … Refer to for product specific implementation.

Trait Implementations§

Source§

impl Debug for R

Source§

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

Formats the value using the given formatter. Read more