Type Alias R

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

Register RESP%s reader

Aliased Type§

struct R { /* private fields */ }

Implementations§

Source§

impl R

Source

pub fn cardstatus(&self) -> CARDSTATUS_R

Bits 0:31 - Status of a card, which is part of the received response

Trait Implementations§

Source§

impl Debug for R

Source§

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

Formats the value using the given formatter. Read more