pub type TxDirSelectR = BitReader<TxDirSelect>;
Expand description

Field TX_DIR_SELECT reader - Data Transfer Direction Select

Aliased Type§

struct TxDirSelectR { /* private fields */ }

Implementations§

source§

impl TxDirSelectR

source

pub const fn variant(&self) -> TxDirSelect

Get enumerated values variant

source

pub fn is_value1(&self) -> bool

Write (Host to Card)

source

pub fn is_value2(&self) -> bool

Read (Card to Host)