[][src]Type Definition imxrt1062_enet::TGSR

type TGSR = Reg<u32, _TGSR>;

Timer Global Status Register

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

For information about available fields see tgsr module

Trait Implementations

impl Readable for TGSR[src]

read() method returns tgsr::R reader structure

impl ResetValue for TGSR[src]

Register TGSR reset()'s with value 0

type Type = u32

Register size

impl Writable for TGSR[src]

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