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

type PSC = Reg<u32, _PSC>;

Time prescaler register

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

For information about available fields see psc module

Trait Implementations

impl Readable for PSC[src]

read() method returns psc::R reader structure

impl ResetValue for PSC[src]

Register PSC reset()’s with value 0x007f_00ff

type Type = u32

Register size

impl Writable for PSC[src]

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