Type Alias gd32f1::gd32f190::can0::stat::RsR

source ·
pub type RsR = BitReader<Rs>;
Expand description

Field RS reader - Receiving state

Aliased Type§

struct RsR { /* private fields */ }

Implementations§

source§

impl RsR

source

pub const fn variant(&self) -> Rs

Get enumerated values variant

source

pub fn is_not_working(&self) -> bool

CAN is not working in receiving state

source

pub fn is_working(&self) -> bool

CAN is working in receiving state