[][src]Type Definition cc2538::gptimer0::CFG

type CFG = Reg<u32, _CFG>;

GPTM configuration This register configures the global operation of the GPTM. The value written to this register determines whether the GPTM is in 32-bit mode (concatenated timers) or in 16-bit mode (individual, split timers).

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

Trait Implementations

impl Readable for CFG[src]

read() method returns cfg::R reader structure

impl Writable for CFG[src]

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

impl ResetValue for CFG[src]

Register CFG reset()'s with value 0

type Type = u32

Register size