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

type TAIV = Reg<u16, _TAIV>;

Timer A Interrupt Vector Word

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

For information about available fields see taiv module

Trait Implementations

impl Readable for TAIV[src]

read() method returns taiv::R reader structure

impl ResetValue for TAIV[src]

Register TAIV reset()’s with value 0

type Type = u16

Register size

impl Writable for TAIV[src]

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