Type Alias gd32f1::gd32f130::rcu::cfg0::CkoutdivR

source ·
pub type CkoutdivR = FieldReader<Ckoutdiv>;
Expand description

Field CKOUTDIV reader - The CK_OUT divider which the CK_OUT frequency can be reduced

Aliased Type§

struct CkoutdivR { /* private fields */ }

Implementations§

source§

impl CkoutdivR

source

pub const fn variant(&self) -> Ckoutdiv

Get enumerated values variant

source

pub fn is_div1(&self) -> bool

CK_OUT is divided by 1

source

pub fn is_div2(&self) -> bool

CK_OUT is divided by 2

source

pub fn is_div4(&self) -> bool

CK_OUT is divided by 4

source

pub fn is_div8(&self) -> bool

CK_OUT is divided by 8

source

pub fn is_div16(&self) -> bool

CK_OUT is divided by 16

source

pub fn is_div32(&self) -> bool

CK_OUT is divided by 32

source

pub fn is_div64(&self) -> bool

CK_OUT is divided by 64

source

pub fn is_div128(&self) -> bool

CK_OUT is divided by 128