1 2 3 4 5 6 7 8 9 10 11 12 13
#[doc = "Reader of register ICR4"] pub type R = crate::R<u16, super::ICR4>; #[doc = "Writer for register ICR4"] pub type W = crate::W<u16, super::ICR4>; #[doc = "Register ICR4 `reset()`'s with value 0"] impl crate::ResetValue for super::ICR4 { #[inline(always)] fn reset_value() -> Self::Ux { 0 } } impl R {} impl W {}