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

type WS = Reg<u32, _WS>;

Wait state register

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

For information about available fields see ws module

Trait Implementations

impl Readable for WS[src]

read() method returns ws::R reader structure

impl ResetValue for WS[src]

Register WS reset()’s with value 0

type Type = u32

Register size

impl Writable for WS[src]

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