1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#[doc = "Register `DC_LATCH1_TIME_POS[%s]` reader"]
pub type R = crate::R<DcLatch1TimePosSpec>;
#[doc = "Field `DC_LATCH1_TIME_POS` reader - Captures System time at the positive edge of the Latch1 signal"]
pub type DcLatch1TimePosR = crate::FieldReader<u32>;
impl R {
    #[doc = "Bits 0:31 - Captures System time at the positive edge of the Latch1 signal"]
    #[inline(always)]
    pub fn dc_latch1_time_pos(&self) -> DcLatch1TimePosR {
        DcLatch1TimePosR::new(self.bits)
    }
}
#[doc = "Register captures System time at the positive edge of the Latch1 signal\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`dc_latch1_time_pos::R`](R).  See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
pub struct DcLatch1TimePosSpec;
impl crate::RegisterSpec for DcLatch1TimePosSpec {
    type Ux = u32;
}
#[doc = "`read()` method returns [`dc_latch1_time_pos::R`](R) reader structure"]
impl crate::Readable for DcLatch1TimePosSpec {}
#[doc = "`reset()` method sets DC_LATCH1_TIME_POS[%s]
to value 0"]
impl crate::Resettable for DcLatch1TimePosSpec {
    const RESET_VALUE: u32 = 0;
}