[][src]Type Definition stm32f1::stm32f101::gpioa::crh::CNF8_R

type CNF8_R = R<u8, CNF8_A>;

Reader of field CNF8

Methods

impl CNF8_R[src]

pub fn variant(&self) -> CNF8_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