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