[][src]Type Definition cc2538::gptimer1::TBILR

type TBILR = Reg<u32, _TBILR>;

GPTM Timer B 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 time-out event. When a GPTM is configured to one of the 32-bit modes, the contents of bits [15:0] in this register are loaded into the upper 16 bits of the TAILR register. Reads from this register return the current value of Timer B and writes are ignored. In a 16-bit mode, bits [15:0] are used for the load value. Bits [31:16] are reserved in both cases.

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

For information about avaliable fields see tbilr module

Trait Implementations

impl Readable for TBILR[src]

read() method returns tbilr::R reader structure

impl Writable for TBILR[src]

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

impl ResetValue for TBILR[src]

Register TBILR reset()'s with value 0

type Type = u32

Register size