Type Definition tm4c123x::timer0::SYNC

source ·
pub type SYNC = Reg<u32, _SYNC>;
Expand description

GPTM Synchronize

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

For information about available fields see sync module

Trait Implementations§

source§

impl ResetValue for SYNC

Register SYNC reset()’s with value 0

§

type Type = u32

Register size
source§

fn reset_value() -> Self::Type

Reset value of the register
source§

impl Readable for SYNC

read() method returns sync::R reader structure

source§

impl Writable for SYNC

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