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

type ICR = Reg<u32, _ICR>;

UART interrupt clear The ICR register is the interrupt clear register. On a write of 1, the corresponding interrupt (both raw interrupt and masked interrupt, if enabled) is cleared. A write of 0 has no effect.

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