[][src]Type Definition gd32vf103_pac::bkp::DATA12

type DATA12 = Reg<u16, _DATA12>;

Backup data register 12

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

For information about available fields see data12 module

Trait Implementations

impl Readable for DATA12[src]

read() method returns data12::R reader structure

impl ResetValue for DATA12[src]

Register DATA12 reset()'s with value 0

type Type = u16

Register size

impl Writable for DATA12[src]

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