Type Alias R

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

Register SMCR reader

Aliased Type§

pub struct R { /* private fields */ }

Implementations§

Source§

impl R

Source

pub fn sms(&self) -> SMS_R

Bits 0:2 - Slave mode selection

Source

pub fn ts(&self) -> TS_R

Bits 4:6 - Trigger selection

Source

pub fn msm(&self) -> MSM_R

Bit 7 - Master/Slave mode

Trait Implementations§

Source§

impl Debug for R

Source§

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

Formats the value using the given formatter. Read more