Type Alias R

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

Register CR reader

Aliased Type§

pub struct R { /* private fields */ }

Implementations§

Source§

impl R

Source

pub fn tpe(&self) -> TPE_R

Bit 0 - Tamper pin enable

Source

pub fn tpal(&self) -> TPAL_R

Bit 1 - Tamper pin active level

Trait Implementations§

Source§

impl Debug for R

Source§

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

Formats the value using the given formatter. Read more