Pid

Type Alias Pid 

pub type Pid = Reg<PidSpec>;
Expand description

PID (rw) register accessor: Process ID Register

You can read this register and get pid::R. You can reset, write, write_with_zero this register using pid::W. You can also modify this register. See API.

For information about available fields see pid module

Aliased Type§

#[repr(transparent)]
pub struct Pid { register: VolatileCell<u32>, _marker: PhantomData<PidSpec>, }

Fields§

§register: VolatileCell<u32>§_marker: PhantomData<PidSpec>