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

type TMR1 = Reg<u32, _TMR1>;

Counter/Timer Register

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

For information about available fields see tmr1 module

Trait Implementations

impl Readable for TMR1[src]

read() method returns tmr1::R reader structure

impl ResetValue for TMR1[src]

Register TMR1 reset()'s with value 0

type Type = u32

Register size

impl Writable for TMR1[src]

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