[][src]Type Definition cc3220sf::timera3::TBV

type TBV = Reg<u32, _TBV>;

GPTM Timer B Value

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

For information about available fields see tbv module

Trait Implementations

impl Readable for TBV[src]

read() method returns tbv::R reader structure

impl ResetValue for TBV[src]

Register TBV reset()'s with value 0

type Type = u32

Register size

impl Writable for TBV[src]

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