[][src]Type Definition stm32l0::stm32l0x2::adc::cfgr2::CKMODE_R

type CKMODE_R = R<u8, CKMODE_A>;

Reader of field CKMODE

Methods

impl CKMODE_R[src]

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

Get enumerated values variant

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

Checks if the value of the field is ADCLK

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

Checks if the value of the field is PCLK_DIV2

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

Checks if the value of the field is PCLK_DIV4

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

Checks if the value of the field is PCLK