[][src]Type Definition imxrt1062_enet::TCCR

type TCCR = Reg<u32, _TCCR>;

Timer Compare Capture Register

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

For information about available fields see tccr module

Trait Implementations

impl Readable for TCCR[src]

read() method returns tccr::R reader structure

impl ResetValue for TCCR[src]

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

type Type = u32

Register size

impl Writable for TCCR[src]

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