[][src]Type Definition stm32f3::stm32f373::rcc::cr::HSEBYP_R

type HSEBYP_R = R<bool, HSEBYP_A>;

Reader of field HSEBYP

Methods

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