Type Alias R

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

Register DTDR1 reader

Aliased Type§

struct R { /* private fields */ }

Implementations§

Source§

impl R

Source

pub fn dtbyte4(&self) -> DTBYTE4_R

Bits 0:7 - DTBYTE4

Source

pub fn dtbyte5(&self) -> DTBYTE5_R

Bits 8:15 - DTBYTE5

Source

pub fn dtbyte6(&self) -> DTBYTE6_R

Bits 16:23 - DTBYTE6

Source

pub fn dtbyte7(&self) -> DTBYTE7_R

Bits 24:31 - DTBYTE7

Trait Implementations§

Source§

impl Debug for R

Source§

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

Formats the value using the given formatter. Read more