[][src]Type Definition lpc54606_pac::flexcomm0::PID

type PID = Reg<u32, _PID>;

Peripheral identification register.

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

For information about available fields see pid module

Trait Implementations

impl Readable for PID[src]

read() method returns pid::R reader structure

impl ResetValue for PID[src]

Register PID reset()'s with value 0

type Type = u32

Register size

impl Writable for PID[src]

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