Type Alias atsame54n::can0::psr::ACT_R

source ·
pub type ACT_R = FieldReader<ACTSELECT_A>;
Expand description

Field ACT reader - Activity

Aliased Type§

struct ACT_R { /* private fields */ }

Implementations§

source§

impl ACT_R

source

pub const fn variant(&self) -> ACTSELECT_A

Get enumerated values variant

source

pub fn is_sync(&self) -> bool

Node is synchronizing on CAN communication

source

pub fn is_idle(&self) -> bool

Node is neither receiver nor transmitter

source

pub fn is_rx(&self) -> bool

Node is operating as receiver

source

pub fn is_tx(&self) -> bool

Node is operating as transmitter