DivbusW

Type Alias DivbusW 

pub type DivbusW<'a, REG> = FieldWriter<'a, REG, 4, Divbus, Safe>;
Expand description

Field DIVBUS writer - Bus Clock Divide Ratio

Aliased Type§

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

Implementations§

§

impl<'a, REG> DivbusW<'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

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

Divide-by-9

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

Divide-by-10

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

Divide-by-11

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

Divide-by-12

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

Divide-by-13

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

Divide-by-14

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

Divide-by-15

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

Divide-by-16