[][src]Type Definition ambiq_apollo2_pac::ctimer::TMR2

type TMR2 = Reg<u32, _TMR2>;

Counter/Timer Register

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

For information about available fields see tmr2 module

Trait Implementations

impl Readable for TMR2[src]

read() method returns tmr2::R reader structure

impl ResetValue for TMR2[src]

Register TMR2 reset()'s with value 0

type Type = u32

Register size

impl Writable for TMR2[src]

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