Type Alias nrf52840_pac::usbd::eventcause::ISOOUTCRC_R

source ·
pub type ISOOUTCRC_R = BitReader<ISOOUTCRC_A>;
Expand description

Field ISOOUTCRC reader - CRC error was detected on isochronous OUT endpoint 8. Write ‘1’ to clear.

Aliased Type§

struct ISOOUTCRC_R { /* private fields */ }

Implementations§

source§

impl ISOOUTCRC_R

source

pub fn variant(&self) -> ISOOUTCRC_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