Type Definition stm32f1::stm32f101::rcc::cfgr::ADCPRE_R[][src]

type ADCPRE_R = R<u8, ADCPRE_A>;

Reader of field ADCPRE

Implementations

impl ADCPRE_R[src]

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

Get enumerated values variant

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

Checks if the value of the field is DIV2

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

Checks if the value of the field is DIV4

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

Checks if the value of the field is DIV6

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

Checks if the value of the field is DIV8