#[repr(u8)]pub enum IOStatusRegister {
ErrorIndicator = 1,
IndexAlwaysZero = 2,
CorrectedDataAlwaysZero = 4,
DRQ = 8,
SRV = 16,
DriveFaultError = 32,
RDY = 64,
BSY = 128,
}Variants§
ErrorIndicator = 1
IndexAlwaysZero = 2
CorrectedDataAlwaysZero = 4
DRQ = 8
SRV = 16
DriveFaultError = 32
RDY = 64
BSY = 128
Auto Trait Implementations§
impl Freeze for IOStatusRegister
impl RefUnwindSafe for IOStatusRegister
impl Send for IOStatusRegister
impl Sync for IOStatusRegister
impl Unpin for IOStatusRegister
impl UnsafeUnpin for IOStatusRegister
impl UnwindSafe for IOStatusRegister
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more