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

type CTCR = Reg<u32, _CTCR>;

Count Control Register. The CTCR selects between Timer and Counter mode, and in Counter mode selects the signal and edge(s) for counting.

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

For information about available fields see ctcr module

Trait Implementations

impl Readable for CTCR[src]

read() method returns ctcr::R reader structure

impl ResetValue for CTCR[src]

Register CTCR reset()'s with value 0

type Type = u32

Register size

impl Writable for CTCR[src]

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