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

type TAILR = Reg<u32, _TAILR>;

GPTM Timer A interval load When the Timer is counting down, this register is used to load the starting count value into the Timer. When the Timer is counting up, this register sets the upper bound for the timeout event. When a GPTM is configured to one of the 32-bit modes, TAILR appears as a 32-bit register (the upper 16-bits correspond to the contents of the GPTM Timer B Interval Load (TBILR) register). In a 16-bit mode, the upper 16 bits of this register read as 0s and have no effect on the state of TBILR.

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

For information about avaliable fields see tailr module

Trait Implementations

impl Readable for TAILR[src]

read() method returns tailr::R reader structure

impl Writable for TAILR[src]

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

impl ResetValue for TAILR[src]

Register TAILR reset()'s with value 0

type Type = u32

Register size