Type Alias SermodeW

Source
pub type SermodeW<'a, REG> = FieldWriter<'a, REG, 2, Sermodeselect>;
Expand description

Field SERMODE writer - Serializer Mode

Aliased Type§

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

Implementations§

Source§

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

Source

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

Receive

Source

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

Transmit

Source

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

Receive one PDM data on each serial clock edge