Type Definition stm32f1::stm32f100::rcc::bdcr::LSEBYP_R[][src]

type LSEBYP_R = R<bool, LSEBYP_A>;

Reader of field LSEBYP

Implementations

impl LSEBYP_R[src]

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

Get enumerated values variant

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

Checks if the value of the field is NOTBYPASSED

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

Checks if the value of the field is BYPASSED