Type Definition stm32f1::stm32f107::usart1::cr2::STOP_R[][src]

type STOP_R = R<u8, 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_stop1(&self) -> bool[src]

Checks if the value of the field is STOP1

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

Checks if the value of the field is STOP0P5

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

Checks if the value of the field is STOP2

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

Checks if the value of the field is STOP1P5