1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
///Register `TSCV` reader
pub type R = crateR;
///Register `TSCV` writer
pub type W = crateW;
///Field `TSC` reader - Timestamp counter The internal/external timestamp counter value is captured on start of frame (both Rx and Tx). When TSCC\[TSS\] = 01, the timestamp counter is incremented in multiples of CAN bit times \[1..16\] depending on the configuration of TSCC\[TCP\]. A wrap around sets interrupt flag IR\[TSW\]. Write access resets the counter to 0. When TSCC.TSS = 10, TSC reflects the external timestamp counter value. A write access has no impact.
pub type TSC_R = crateFieldReader;
///Field `TSC` writer - Timestamp counter The internal/external timestamp counter value is captured on start of frame (both Rx and Tx). When TSCC\[TSS\] = 01, the timestamp counter is incremented in multiples of CAN bit times \[1..16\] depending on the configuration of TSCC\[TCP\]. A wrap around sets interrupt flag IR\[TSW\]. Write access resets the counter to 0. When TSCC.TSS = 10, TSC reflects the external timestamp counter value. A write access has no impact.
pub type TSC_W<'a, REG> = crateFieldWriter;
/**FDCAN Timestamp Counter Value Register
You can [`read`](crate::Reg::read) this register and get [`tscv::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`tscv::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).*/
;
///`read()` method returns [`tscv::R`](R) reader structure
///`write(|w| ..)` method takes [`tscv::W`](W) writer structure
///`reset()` method sets TSCV to value 0