Type Definition gd32f1::gd32f130::i2c0::STAT0[][src]

type STAT0 = Reg<u16, _STAT0>;

Transfer status register 0

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

For information about available fields see stat0 module

Trait Implementations

impl Readable for STAT0[src]

read() method returns stat0::R reader structure

impl ResetValue for STAT0[src]

Register STAT0 reset()’s with value 0

type Type = u16

Register size

impl Writable for STAT0[src]

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