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

type SYNC = Reg<u32, _SYNC>;

GPTM synchronize Note: This register is implemented on GPTM 0 base address only. This register does however, allow software to synchronize a number of timers.

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

For information about avaliable fields see sync module

Trait Implementations

impl Readable for SYNC[src]

read() method returns sync::R reader structure

impl Writable for SYNC[src]

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

impl ResetValue for SYNC[src]

Register SYNC reset()'s with value 0

type Type = u32

Register size