Type Definition gd32f1::gd32f170::pmu::CS[][src]

type CS = Reg<u32, _CS>;

power control/status register

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

For information about available fields see cs module

Trait Implementations

impl Readable for CS[src]

read() method returns cs::R reader structure

impl ResetValue for CS[src]

Register CS reset()’s with value 0

type Type = u32

Register size

impl Writable for CS[src]

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