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

type TBPV = Reg<u32, _TBPV>;

GPTM Timer B prescale value For the 32-bit wide GPTM, this register shows the current free-running value of the Timer B prescaler in the 32-bit modes. Software can use this value in conjunction with the TBV 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 tbpv module

Trait Implementations

impl Readable for TBPV[src]

read() method returns tbpv::R reader structure

impl Writable for TBPV[src]

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

impl ResetValue for TBPV[src]

Register TBPV reset()'s with value 0

type Type = u32

Register size