PcsW

Type Alias PcsW 

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

Field PCS writer - Peripheral Clock Source 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 _000(self) -> &'a mut W<REG>

Clock is off.

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

Clock option 1

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

Clock option 2

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

Clock option 3

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

Clock option 4

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

Clock option 5

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

Clock option 6

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

Clock option 7