[][src]Type Definition cc2538::gptimer0::TAPV

type TAPV = Reg<u32, _TAPV>;

GPTM Timer A prescale value For the 32-bit wide GPTM, this register shows the current free-running value of the Timer A prescaler in the 32-bit modes. Software can use this value in conjunction with the TAV register to determine the time elapsed between an interrupt and the ISR entry. This register is ununsed in 16- or 32-bit GPTM mode.

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

For information about avaliable fields see tapv module

Trait Implementations

impl Readable for TAPV[src]

read() method returns tapv::R reader structure

impl Writable for TAPV[src]

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

impl ResetValue for TAPV[src]

Register TAPV reset()'s with value 0

type Type = u32

Register size