[][src]Type Definition stm32f3::stm32f3x8::i2c1::ICR

type ICR = Reg<u32, _ICR>;

Interrupt clear register

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

For information about available fields see icr module

Trait Implementations

impl ResetValue for ICR[src]

Register ICR reset()'s with value 0

type Type = u32

Register size

impl Writable for ICR[src]

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