Type Definition gd32f1::gd32f130::fmc::ADDR[][src]

type ADDR = Reg<u32, _ADDR>;

Flash address register

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

For information about available fields see addr module

Trait Implementations

impl Readable for ADDR[src]

read() method returns addr::R reader structure

impl ResetValue for ADDR[src]

Register ADDR reset()’s with value 0

type Type = u32

Register size

impl Writable for ADDR[src]

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