Type Definition stm32f1::stm32f102::rcc::cr::HSEBYP_R[][src]

type HSEBYP_R = R<bool, HSEBYP_A>;

Reader of field HSEBYP

Implementations

impl HSEBYP_R[src]

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