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
#[doc = "Amount of bytes for the required entropy bits"]
pub struct BYTES {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Amount of bytes for the required entropy bits"]
pub mod bytes;
#[doc = "Repetition counter cutoff"]
pub struct RCCUTOFF {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Repetition counter cutoff"]
pub mod rccutoff;
#[doc = "Adaptive proportion cutoff"]
pub struct APCUTOFF {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Adaptive proportion cutoff"]
pub mod apcutoff;
#[doc = "Amount of bytes for the startup tests"]
pub struct STARTUP {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Amount of bytes for the startup tests"]
pub mod startup;
#[doc = "Sample count for ring oscillator 1"]
pub struct ROSC1 {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Sample count for ring oscillator 1"]
pub mod rosc1;
#[doc = "Sample count for ring oscillator 2"]
pub struct ROSC2 {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Sample count for ring oscillator 2"]
pub mod rosc2;
#[doc = "Sample count for ring oscillator 3"]
pub struct ROSC3 {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Sample count for ring oscillator 3"]
pub mod rosc3;
#[doc = "Sample count for ring oscillator 4"]
pub struct ROSC4 {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Sample count for ring oscillator 4"]
pub mod rosc4;