1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#[doc = "Register `WD_COUNT_PDATA` reader"]
pub type R = crate::R<WD_COUNT_PDATA_SPEC>;
#[doc = "Field `WD_COUNTER_PD` reader - Watchdog Counter Process Data"]
pub type WD_COUNTER_PD_R = crate::FieldReader;
impl R {
    #[doc = "Bits 0:7 - Watchdog Counter Process Data"]
    #[inline(always)]
    pub fn wd_counter_pd(&self) -> WD_COUNTER_PD_R {
        WD_COUNTER_PD_R::new(self.bits)
    }
}
#[doc = "Watchdog Counter Process Data\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`wd_count_pdata::R`](R).  See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
pub struct WD_COUNT_PDATA_SPEC;
impl crate::RegisterSpec for WD_COUNT_PDATA_SPEC {
    type Ux = u8;
}
#[doc = "`read()` method returns [`wd_count_pdata::R`](R) reader structure"]
impl crate::Readable for WD_COUNT_PDATA_SPEC {}
#[doc = "`reset()` method sets WD_COUNT_PDATA to value 0"]
impl crate::Resettable for WD_COUNT_PDATA_SPEC {
    const RESET_VALUE: u8 = 0;
}