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

type PC = Reg<u32, _PC>;

Prescale Counter

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

For information about available fields see pc module

Trait Implementations

impl Readable for PC[src]

read() method returns pc::R reader structure

impl ResetValue for PC[src]

Register PC reset()'s with value 0

type Type = u32

Register size

impl Writable for PC[src]

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