[][src]Type Definition k22f::rfvbat::REG

type REG = Reg<u32, _REG>;

VBAT register file register

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

For information about available fields see reg module

Trait Implementations

impl Readable for REG[src]

read() method returns reg::R reader structure

impl ResetValue for REG[src]

Register REG%s reset()'s with value 0

type Type = u32

Register size

impl Writable for REG[src]

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