Type Alias nrf52840_pac::usbd::eventcause::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