[][src]Type Definition stm32f3::stm32f373::usart1::cr2::ABRMOD_R

type ABRMOD_R = R<u8, ABRMOD_A>;

Reader of field ABRMOD

Methods

impl ABRMOD_R[src]

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

Get enumerated values variant

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

Checks if the value of the field is START

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

Checks if the value of the field is EDGE

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

Checks if the value of the field is FRAME7F

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

Checks if the value of the field is FRAME55