Type Alias R

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

Register TCR reader

Aliased Type§

pub struct R { /* private fields */ }

Implementations§

Source§

impl R

Source

pub fn dcyc(&self) -> DCYC_R

Bits 0:4 - Number of dummy cycles

Source

pub fn dhqc(&self) -> DHQC_R

Bit 28 - Delay hold quarter cycle

Source

pub fn sshift(&self) -> SSHIFT_R

Bit 30 - Sample shift

Trait Implementations§

Source§

impl Debug for R

Source§

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

Formats the value using the given formatter. Read more