Type Alias gd32f1::gd32f130::i2c0::stat1::TrR

source ·
pub type TrR = BitReader<Tr>;
Expand description

Field TR reader - Whether the I2C is a transmitter or a receiver

Aliased Type§

struct TrR { /* private fields */ }

Implementations§

source§

impl TrR

source

pub const fn variant(&self) -> Tr

Get enumerated values variant

source

pub fn is_receiver(&self) -> bool

Receiver

source

pub fn is_transmitter(&self) -> bool

Transmitter