[][src]Type Definition cc2538::i2cs::ICR

type ICR = Reg<u32, _ICR>;

I2C slave interrupt clear This register clears the raw interrupt. A read of this register returns no meaningful data.

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

For information about avaliable fields see icr module

Trait Implementations

impl Readable for ICR[src]

read() method returns icr::R reader structure

impl Writable for ICR[src]

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

impl ResetValue for ICR[src]

Register ICR reset()'s with value 0

type Type = u32

Register size