Type Definition stm32f1::stm32f107::i2c1::cr1::ACK_R[][src]

type ACK_R = R<bool, ACK_A>;

Reader of field ACK

Implementations

impl ACK_R[src]

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

Get enumerated values variant

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

Checks if the value of the field is NAK

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

Checks if the value of the field is ACK