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

type ICR = Reg<u32, _ICR>;

GPTM interrupt clear This register is used to clear the status bits in the RIS and MIS registers. Writing 1 to a bit clears the corresponding bit in the RIS and MIS registers.

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