[][src]Type Definition lpc55s6x_pac::i2c0::stat::MSTSTATE_R

type MSTSTATE_R = R<u8, MSTSTATE_A>;

Reader of field MSTSTATE

Methods

impl MSTSTATE_R[src]

pub fn variant(&self) -> Variant<u8, MSTSTATE_A>[src]

Get enumerated values variant

pub fn is_idle(&self) -> bool[src]

Checks if the value of the field is IDLE

pub fn is_receive_ready(&self) -> bool[src]

Checks if the value of the field is RECEIVE_READY

pub fn is_transmit_ready(&self) -> bool[src]

Checks if the value of the field is TRANSMIT_READY

pub fn is_nack_address(&self) -> bool[src]

Checks if the value of the field is NACK_ADDRESS

pub fn is_nack_data(&self) -> bool[src]

Checks if the value of the field is NACK_DATA