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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
#[doc = "Channel Control Register (channel = 0)"]
pub struct TC_CCR {
    register: vcell::VolatileCell<u32>,
}
#[doc = "Channel Control Register (channel = 0)"]
pub mod tc_ccr;
#[doc = "Channel Mode Register (channel = 0)"]
pub struct TC_CMR_CAPTURE_MODE {
    register: vcell::VolatileCell<u32>,
}
#[doc = "Channel Mode Register (channel = 0)"]
pub mod tc_cmr_capture_mode;
#[doc = "Channel Mode Register (channel = 0)"]
pub struct TC_CMR_WAVEFORM_MODE {
    register: vcell::VolatileCell<u32>,
}
#[doc = "Channel Mode Register (channel = 0)"]
pub mod tc_cmr_waveform_mode;
#[doc = "Stepper Motor Mode Register (channel = 0)"]
pub struct TC_SMMR {
    register: vcell::VolatileCell<u32>,
}
#[doc = "Stepper Motor Mode Register (channel = 0)"]
pub mod tc_smmr;
#[doc = "Register AB (channel = 0)"]
pub struct TC_RAB {
    register: vcell::VolatileCell<u32>,
}
#[doc = "Register AB (channel = 0)"]
pub mod tc_rab;
#[doc = "Counter Value (channel = 0)"]
pub struct TC_CV {
    register: vcell::VolatileCell<u32>,
}
#[doc = "Counter Value (channel = 0)"]
pub mod tc_cv;
#[doc = "Register A (channel = 0)"]
pub struct TC_RA {
    register: vcell::VolatileCell<u32>,
}
#[doc = "Register A (channel = 0)"]
pub mod tc_ra;
#[doc = "Register B (channel = 0)"]
pub struct TC_RB {
    register: vcell::VolatileCell<u32>,
}
#[doc = "Register B (channel = 0)"]
pub mod tc_rb;
#[doc = "Register C (channel = 0)"]
pub struct TC_RC {
    register: vcell::VolatileCell<u32>,
}
#[doc = "Register C (channel = 0)"]
pub mod tc_rc;
#[doc = "Status Register (channel = 0)"]
pub struct TC_SR {
    register: vcell::VolatileCell<u32>,
}
#[doc = "Status Register (channel = 0)"]
pub mod tc_sr;
#[doc = "Interrupt Enable Register (channel = 0)"]
pub struct TC_IER {
    register: vcell::VolatileCell<u32>,
}
#[doc = "Interrupt Enable Register (channel = 0)"]
pub mod tc_ier;
#[doc = "Interrupt Disable Register (channel = 0)"]
pub struct TC_IDR {
    register: vcell::VolatileCell<u32>,
}
#[doc = "Interrupt Disable Register (channel = 0)"]
pub mod tc_idr;
#[doc = "Interrupt Mask Register (channel = 0)"]
pub struct TC_IMR {
    register: vcell::VolatileCell<u32>,
}
#[doc = "Interrupt Mask Register (channel = 0)"]
pub mod tc_imr;
#[doc = "Extended Mode Register (channel = 0)"]
pub struct TC_EMR {
    register: vcell::VolatileCell<u32>,
}
#[doc = "Extended Mode Register (channel = 0)"]
pub mod tc_emr;