Type Definition msp430g2211::timer_a2::TACTL[][src]

type TACTL = Reg<u16, _TACTL>;

Timer A Control

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

For information about available fields see tactl module

Trait Implementations

impl Readable for TACTL[src]

read() method returns tactl::R reader structure

impl ResetValue for TACTL[src]

Register TACTL reset()’s with value 0

type Type = u16

Register size

impl Writable for TACTL[src]

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