[][src]Type Definition stm32f3::stm32f3x8::rcc::cfgr2::ADC12PRES_R

type ADC12PRES_R = R<u8, ADC12PRES_A>;

Reader of field ADC12PRES

Methods

impl ADC12PRES_R[src]

pub fn variant(&self) -> Variant<u8, ADC12PRES_A>[src]

Get enumerated values variant

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

Checks if the value of the field is NOCLOCK

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

Checks if the value of the field is DIV1

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

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

Checks if the value of the field is DIV10

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

Checks if the value of the field is DIV12

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

Checks if the value of the field is DIV16

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

Checks if the value of the field is DIV32

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

Checks if the value of the field is DIV64

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

Checks if the value of the field is DIV128

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

Checks if the value of the field is DIV256