[][src]Type Definition lpc54606_pac::ctimer0::TCR

type TCR = Reg<u32, _TCR>;

Timer Control Register. The TCR is used to control the Timer Counter functions. The Timer Counter can be disabled or reset through the TCR.

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

For information about available fields see tcr module

Trait Implementations

impl Readable for TCR[src]

read() method returns tcr::R reader structure

impl ResetValue for TCR[src]

Register TCR reset()'s with value 0

type Type = u32

Register size

impl Writable for TCR[src]

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