[][src]Type Definition ambiq_apollo1_pac::ctimer::TMR0

type TMR0 = Reg<u32, _TMR0>;

Counter/Timer Register

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

For information about available fields see tmr0 module

Trait Implementations

impl Readable for TMR0[src]

read() method returns tmr0::R reader structure

impl ResetValue for TMR0[src]

Register TMR0 reset()'s with value 0

type Type = u32

Register size

impl Writable for TMR0[src]

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