Type Definition stm32f1::stm32f102::gpioa::crl::CNF0_R[][src]

type CNF0_R = R<u8, CNF0_A>;

Reader of field CNF0

Implementations

impl CNF0_R[src]

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

Get enumerated values variant

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

Checks if the value of the field is PUSHPULL

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

Checks if the value of the field is OPENDRAIN

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

Checks if the value of the field is ALTPUSHPULL

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

Checks if the value of the field is ALTOPENDRAIN