DivslowW

Type Alias DivslowW 

pub type DivslowW<'a, REG> = FieldWriter<'a, REG, 4, Divslow>;
Expand description

Field DIVSLOW writer - Slow Clock Divide Ratio

Aliased Type§

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

Implementations§

§

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

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

Divide-by-1

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

Divide-by-2

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

Divide-by-3

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

Divide-by-4

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

Divide-by-5

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

Divide-by-6

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

Divide-by-7

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

Divide-by-8