[][src]Type Definition SKEAZN642::i2c0::S

type S = Reg<u8, _S>;

I2C Status register

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

For information about available fields see s module

Trait Implementations

impl Readable for S[src]

read() method returns s::R reader structure

impl ResetValue for S[src]

Register S reset()'s with value 0x80

type Type = u8

Register size

impl Writable for S[src]

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