[][src]Type Definition mk66f18::mcm::PID

type PID = Reg<u32, _PID>;

Process ID register

This register you can read, reset, write, write_with_zero, modify. See API.

For information about avaliable fields see pid module

Trait Implementations

impl Readable for PID[src]

read() method returns pid::R reader structure

impl Writable for PID[src]

write(|w| ..) method takes pid::W writer structure

impl ResetValue for PID[src]

Register PID reset()'s with value 0

type Type = u32

Register size