[]Struct sunrise_ahci::hba::PxCMD

struct PxCMD(pub u32);

PxCMD "Port x Command and Status" register bitfield.

Defined in section 3.3.7

Implementations

impl PxCMD

fn cmd(&self) -> u32

fn set_cmd(&mut self, value: u32)

fn asp(&self) -> bool

fn set_asp(&mut self, value: bool)

fn alpe(&self) -> bool

fn set_alpe(&mut self, value: bool)

fn dlae(&self) -> bool

fn set_dlae(&mut self, value: bool)

fn atapi(&self) -> bool

fn set_atapi(&mut self, value: bool)

fn apste(&self) -> bool

fn set_apste(&mut self, value: bool)

fn fbscp(&self) -> bool

fn esp(&self) -> bool

fn cpd(&self) -> bool

fn mpsp(&self) -> bool

fn hpcp(&self) -> bool

fn pma(&self) -> bool

fn set_pma(&mut self, value: bool)

fn cps(&self) -> bool

fn cr(&self) -> bool

fn fr(&self) -> bool

fn mpss(&self) -> bool

fn ccs(&self) -> u32

fn fre(&self) -> bool

fn set_fre(&mut self, value: bool)

fn clo(&self) -> bool

fn set_clo(&mut self, value: bool)

fn pod(&self) -> bool

fn set_pod(&mut self, value: bool)

fn sud(&self) -> bool

fn set_sud(&mut self, value: bool)

fn st(&self) -> bool

fn set_st(&mut self, value: bool)

Trait Implementations

impl<T> BitRange<T> for PxCMD where
    u32: BitRange<T>, 

impl Clone for PxCMD[src]

impl Copy for PxCMD[src]

impl Debug for PxCMD

Auto Trait Implementations

impl RefUnwindSafe for PxCMD

impl Send for PxCMD

impl Sync for PxCMD

impl Unpin for PxCMD

impl UnwindSafe for PxCMD

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Bit for T where
    T: BitRange<u8>, 

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> SizedIPCBuffer for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.