Type Alias RESUME_R

Source
pub type RESUME_R = BitReader<RESUME_A>;
Expand description

Field RESUME reader - Signals that a RESUME condition (K state or activity restart) has been detected on USB lines. Write ‘1’ to clear.

Aliased Type§

struct RESUME_R { /* private fields */ }

Implementations§

Source§

impl RESUME_R

Source

pub fn variant(&self) -> RESUME_A

Get enumerated values variant

Source

pub fn is_not_detected(&self) -> bool

Checks if the value of the field is NOT_DETECTED

Source

pub fn is_detected(&self) -> bool

Checks if the value of the field is DETECTED