[][src]Type Definition lpc845_pac::ctimer0::PC

type PC = Reg<u32, _PC>;

Prescale Counter. The 32 bit PC is a counter which is incremented to the value stored in PR. When the value in PR is reached, the TC is incremented and the PC is cleared. The PC is observable and controllable through the bus interface.

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

For information about avaliable fields see pc module

Trait Implementations

impl Readable for PC[src]

read() method returns pc::R reader structure

impl Writable for PC[src]

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

impl ResetValue for PC[src]

Register PC reset()'s with value 0

type Type = u32

Register size