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
impl ISOOUTCRC_R
Sourcepub fn variant(&self) -> ISOOUTCRC_A
pub fn variant(&self) -> ISOOUTCRC_A
Get enumerated values variant
Sourcepub fn is_not_detected(&self) -> bool
pub fn is_not_detected(&self) -> bool
Checks if the value of the field is NOT_DETECTED
Sourcepub fn is_detected(&self) -> bool
pub fn is_detected(&self) -> bool
Checks if the value of the field is DETECTED