Type Definition stm32f1::stm32f100::i2c1::cr1::STOP_R[][src]

type STOP_R = R<bool, STOP_A>;

Reader of field STOP

Implementations

impl STOP_R[src]

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

Get enumerated values variant

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

Checks if the value of the field is NOSTOP

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

Checks if the value of the field is STOP