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

type TBMATCHR = Reg<u32, _TBMATCHR>;

PTM Timer B match This register is loaded with a match value. Interrupts can be generated when the Timer value is equal to the value in this register in one-shot or periodic mode. 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 TAMATCHR register. Reads from this register return the current match value of Timer B and writes are ignored. In a 16-bit mode, bits [15:0] are used for the match 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 tbmatchr module

Trait Implementations

impl Readable for TBMATCHR[src]

read() method returns tbmatchr::R reader structure

impl Writable for TBMATCHR[src]

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

impl ResetValue for TBMATCHR[src]

Register TBMATCHR reset()'s with value 0

type Type = u32

Register size