Type Definition tm4c123x::timer0::ICR

source ·
pub type ICR = Reg<u32, _ICR>;
Expand description

GPTM Interrupt Clear

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

For information about available fields see icr module

Trait Implementations§

source§

impl ResetValue for ICR

Register ICR reset()’s with value 0

§

type Type = u32

Register size
source§

fn reset_value() -> Self::Type

Reset value of the register
source§

impl Writable for ICR

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