Type Alias ApbadivW

Source
pub type ApbadivW<'a, REG> = FieldWriter<'a, REG, 3, Apbadivselect, Safe>;
Expand description

Field APBADIV writer - APBA Prescaler Selection

Aliased Type§

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

Implementations§

Source§

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

Source

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

Divide by 1

Source

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

Divide by 2

Source

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

Divide by 4

Source

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

Divide by 8

Source

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

Divide by 16

Source

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

Divide by 32

Source

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

Divide by 64

Source

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

Divide by 128