[][src]Type Definition rp2040::i2c0::ic_data_cmd::CMD_R

type CMD_R = R<bool, CMD_A>;

Reader of field CMD

Implementations

impl CMD_R[src]

pub fn variant(&self) -> CMD_A[src]

Get enumerated values variant

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

Checks if the value of the field is WRITE

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

Checks if the value of the field is READ