Type Alias atsame54n::usb::device::status::SPEED_R

source ·
pub type SPEED_R = FieldReader<SPEEDSELECT_A>;
Expand description

Field SPEED reader - Speed Status

Aliased Type§

struct SPEED_R { /* private fields */ }

Implementations§

source§

impl SPEED_R

source

pub const fn variant(&self) -> Option<SPEEDSELECT_A>

Get enumerated values variant

source

pub fn is_fs(&self) -> bool

Full-speed mode

source

pub fn is_ls(&self) -> bool

Low-speed mode

source

pub fn is_hs(&self) -> bool

High-speed mode