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

type TBMR = Reg<u32, _TBMR>;

GPTM Timer B mode This register configures the GPTM based on the configuration selected in the CFG register. This register controls the modes for Timer B when it is used individually. When Timer A and Timer B are concatenated, this register is ignored and TBMR controls the modes for both Timer A and Timer B.

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

For information about avaliable fields see tbmr module

Trait Implementations

impl Readable for TBMR[src]

read() method returns tbmr::R reader structure

impl Writable for TBMR[src]

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

impl ResetValue for TBMR[src]

Register TBMR reset()'s with value 0

type Type = u32

Register size