[][src]Type Definition nuc1xx::tmr0::TCMPR

type TCMPR = Reg<u32, _TCMPR>;

Timer0 Compare Register

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

For information about available fields see tcmpr module

Trait Implementations

impl Readable for TCMPR[src]

read() method returns tcmpr::R reader structure

impl ResetValue for TCMPR[src]

Register TCMPR reset()'s with value 0

type Type = u32

Register size

impl Writable for TCMPR[src]

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