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

type TMR3 = Reg<u32, _TMR3>;

Counter/Timer Register

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

For information about available fields see tmr3 module

Trait Implementations

impl Readable for TMR3[src]

read() method returns tmr3::R reader structure

impl ResetValue for TMR3[src]

Register TMR3 reset()'s with value 0

type Type = u32

Register size

impl Writable for TMR3[src]

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