Type Definition stm32g4::stm32g484::adc12_common::ccr::CKMODE_R[][src]

type CKMODE_R = R<u8, CKMODE_A>;

Reader of field CKMODE

Implementations

impl CKMODE_R[src]

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

Get enumerated values variant

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

Checks if the value of the field is ASYNCHRONOUS

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

Checks if the value of the field is SYNCDIV1

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

Checks if the value of the field is SYNCDIV2

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

Checks if the value of the field is SYNCDIV4