pub type PidW<'a, REG> = FieldWriterSafe<'a, REG, 2, Pid>;
Expand description

Field Pid writer - PID

Aliased Type§

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

Implementations§

source§

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

source

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

DATA0

source

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

DATA2

source

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

DATA1

source

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

MDATA (non-control)/SETUP (control)