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

type DATA5 = Reg<u16, _DATA5>;

Backup data register 5

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

For information about available fields see data5 module

Trait Implementations

impl Readable for DATA5[src]

read() method returns data5::R reader structure

impl ResetValue for DATA5[src]

Register DATA5 reset()'s with value 0

type Type = u16

Register size

impl Writable for DATA5[src]

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