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

type STTMR = Reg<u32, _STTMR>;

System Timer Count Register (Real Time Counter)

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

For information about available fields see sttmr module

Trait Implementations

impl Readable for STTMR[src]

read() method returns sttmr::R reader structure

impl ResetValue for STTMR[src]

Register STTMR reset()'s with value 0

type Type = u32

Register size

impl Writable for STTMR[src]

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