Type Alias gd32f1::gd32f130::rcu::bdctl::LxtaldriW

source ·
pub type LxtaldriW<'a, REG> = FieldWriterSafe<'a, REG, 2, Lxtaldri>;
Expand description

Field LXTALDRI writer - LXTAL drive capability

Aliased Type§

struct LxtaldriW<'a, REG> { /* private fields */ }

Implementations§

source§

impl<'a, REG> LxtaldriW<'a, REG>
where REG: Writable + RegisterSpec, REG::Ux: From<u8>,

source

pub fn low(self) -> &'a mut W<REG>

Low driving capability

source

pub fn medium_low(self) -> &'a mut W<REG>

Medium low driving capability

source

pub fn medium_high(self) -> &'a mut W<REG>

Medium high driving capability

source

pub fn high(self) -> &'a mut W<REG>

High driving capability (reset value)