pub type SdclkFreqSelW<'a, REG> = FieldWriter<'a, REG, 8, SdclkFreqSel>;
Expand description

Field SDCLK_FREQ_SEL writer - SDCLK Frequency Select

Aliased Type§

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

Implementations§

source§

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

source

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

base clock(10MHz-63MHz)

source

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

base clock divided by 2

source

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

base clock divided by 32

source

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

base clock divided by 4

source

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

base clock divided by 8

source

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

base clock divided by 16

source

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

base clock divided by 64

source

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

base clock divided by 128

source

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

base clock divided by 256