Type Definition gd32f1::gd32f130::rtc::ALRM0SS[][src]

type ALRM0SS = Reg<u32, _ALRM0SS>;

Alarm 0 sub second register

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

For information about available fields see alrm0ss module

Trait Implementations

impl Readable for ALRM0SS[src]

read() method returns alrm0ss::R reader structure

impl ResetValue for ALRM0SS[src]

Register ALRM0SS reset()’s with value 0

type Type = u32

Register size

impl Writable for ALRM0SS[src]

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