Type Definition lpc55_pac::rtc::SUBSEC[][src]

type SUBSEC = Reg<u32, _SUBSEC>;

Sub-second counter register

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

For information about available fields see subsec module

Trait Implementations

impl Readable for SUBSEC[src]

read() method returns subsec::R reader structure

impl ResetValue for SUBSEC[src]

Register SUBSEC reset()’s with value 0

type Type = u32

Register size

impl Writable for SUBSEC[src]

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