Type Alias gd32f1::gd32f190::can0::phyctl::PhyenR

source ·
pub type PhyenR = BitReader<Phyen>;
Expand description

Field PHYEN reader - PHY enable bit

Aliased Type§

struct PhyenR { /* private fields */ }

Implementations§

source§

impl PhyenR

source

pub const fn variant(&self) -> Phyen

Get enumerated values variant

source

pub fn is_disabled(&self) -> bool

CAN PHY disabled

source

pub fn is_enabled(&self) -> bool

CAN PHY enabled