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

type TC = Reg<u32, _TC>;

Timer Counter. The 32 bit TC is incremented every PR+1 cycles of the APB bus clock. The TC is controlled through the TCR.

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

For information about avaliable fields see tc module

Trait Implementations

impl Readable for TC[src]

read() method returns tc::R reader structure

impl Writable for TC[src]

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

impl ResetValue for TC[src]

Register TC reset()'s with value 0

type Type = u32

Register size