[][src]Type Definition msp430fr2355::tb3::TB3R

type TB3R = Reg<u16, _TB3R>;

Timer_B count register

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

For information about available fields see tb3r module

Trait Implementations

impl Readable for TB3R[src]

read() method returns tb3r::R reader structure

impl ResetValue for TB3R[src]

Register TB3R reset()'s with value 0

type Type = u16

Register size

impl Writable for TB3R[src]

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