[][src]Type Definition imxrt1062_enet::TCSR

type TCSR = Reg<u32, _TCSR>;

Timer Control Status Register

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

For information about available fields see tcsr module

Trait Implementations

impl Readable for TCSR[src]

read() method returns tcsr::R reader structure

impl ResetValue for TCSR[src]

Register TCSR%s reset()'s with value 0

type Type = u32

Register size

impl Writable for TCSR[src]

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