Type Alias gd32e1::gd32e103::spi0::stat::TransR

source ·
pub type TransR = BitReader<Trans>;
Expand description

Field TRANS reader - Transmitting On-going Bit

Aliased Type§

struct TransR { /* private fields */ }

Implementations§

source§

impl TransR

source

pub const fn variant(&self) -> Trans

Get enumerated values variant

source

pub fn is_idle(&self) -> bool

SPI or I2S is idle

source

pub fn is_busy(&self) -> bool

SPI or I2S is currently transmitting or receiving