[][src]Type Definition stm32f3::stm32f3x8::rcc::bdcr::LSEBYP_R

type LSEBYP_R = R<bool, LSEBYP_A>;

Reader of field LSEBYP

Methods

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