Type Alias R

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

Register IDCODE reader

Aliased Type§

pub struct R { /* private fields */ }

Implementations§

Source§

impl R

Source

pub fn dev_id(&self) -> DEV_ID_R

Bits 0:11 - Device Identifier

Source

pub fn rev_id(&self) -> REV_ID_R

Bits 16:31 - Revision Identifier

Trait Implementations§

Source§

impl Debug for R

Source§

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

Formats the value using the given formatter. Read more