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

type TAMATCHR = Reg<u32, _TAMATCHR>;

GPTM Timer A 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, TAMATCHR appears as a 32-bit register (the upper 16-bits correspond to the contents of the GPTM Timer B match (GPTMTBMATCHR) register). In a 16-bit mode, the upper 16 bits of this register read as 0s and have no effect on the state of TBMATCHR.

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

For information about avaliable fields see tamatchr module

Trait Implementations

impl Readable for TAMATCHR[src]

read() method returns tamatchr::R reader structure

impl Writable for TAMATCHR[src]

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

impl ResetValue for TAMATCHR[src]

Register TAMATCHR reset()'s with value 0

type Type = u32

Register size