Type Alias gd32f1::gd32f190::can0::stat::TsR

source ·
pub type TsR = BitReader<Ts>;
Expand description

Field TS reader - Transmitting state

Aliased Type§

struct TsR { /* private fields */ }

Implementations§

source§

impl TsR

source

pub const fn variant(&self) -> Ts

Get enumerated values variant

source

pub fn is_not_working(&self) -> bool

CAN is not working in transmitting state

source

pub fn is_working(&self) -> bool

CAN is working in transmitting state