[][src]Type Definition efm32hg309f64::i2c0::state::STATE_R

type STATE_R = R<u8, STATE_A>;

Reader of field STATE

Methods

impl STATE_R[src]

pub fn variant(&self) -> Variant<u8, STATE_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_wait(&self) -> bool[src]

Checks if the value of the field is WAIT

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

Checks if the value of the field is START

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

Checks if the value of the field is ADDR

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

Checks if the value of the field is ADDRACK

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

Checks if the value of the field is DATA

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

Checks if the value of the field is DATAACK