[−][src]Type Definition stm32f0::stm32f0x2::adc::cr::ADSTP_R
type ADSTP_R = R<bool, ADSTP_A>;
Reader of field ADSTP
Implementations
impl ADSTP_R[src]
pub fn variant(&self) -> ADSTP_A[src]
Get enumerated values variant
pub fn is_not_stopping(&self) -> bool[src]
Checks if the value of the field is NOTSTOPPING
pub fn is_stopping(&self) -> bool[src]
Checks if the value of the field is STOPPING