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

type DATA9 = Reg<u16, _DATA9>;

Backup data register 9

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

For information about available fields see data9 module

Trait Implementations

impl Readable for DATA9[src]

read() method returns data9::R reader structure

impl ResetValue for DATA9[src]

Register DATA9 reset()'s with value 0

type Type = u16

Register size

impl Writable for DATA9[src]

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