[][src]Type Definition msp430fr4133::real_time_clock::RTCCNT

type RTCCNT = Reg<u16, _RTCCNT>;

RTC counter Register

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

For information about available fields see rtccnt module

Trait Implementations

impl Readable for RTCCNT[src]

read() method returns rtccnt::R reader structure

impl ResetValue for RTCCNT[src]

Register RTCCNT reset()'s with value 0

type Type = u16

Register size

impl Writable for RTCCNT[src]

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