PcsW

Type Alias PcsW 

pub type PcsW<'a, REG> = FieldWriter<'a, REG, 2, Pcs, Safe>;
Expand description

Field PCS writer - Prescaler Clock Select

Aliased Type§

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

Implementations§

§

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

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

Prescaler/glitch filter clock 0 selected.

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

Prescaler/glitch filter clock 1 selected.

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

Prescaler/glitch filter clock 2 selected.

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

Prescaler/glitch filter clock 3 selected.