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
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
#[doc = "Slope definition A0"]
pub struct A0 {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Slope definition A0"]
pub mod a0;
#[doc = "Slope definition A1"]
pub struct A1 {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Slope definition A1"]
pub mod a1;
#[doc = "Slope definition A2"]
pub struct A2 {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Slope definition A2"]
pub mod a2;
#[doc = "Slope definition A3"]
pub struct A3 {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Slope definition A3"]
pub mod a3;
#[doc = "Slope definition A4"]
pub struct A4 {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Slope definition A4"]
pub mod a4;
#[doc = "Slope definition A5"]
pub struct A5 {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Slope definition A5"]
pub mod a5;
#[doc = "Y-intercept B0"]
pub struct B0 {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Y-intercept B0"]
pub mod b0;
#[doc = "Y-intercept B1"]
pub struct B1 {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Y-intercept B1"]
pub mod b1;
#[doc = "Y-intercept B2"]
pub struct B2 {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Y-intercept B2"]
pub mod b2;
#[doc = "Y-intercept B3"]
pub struct B3 {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Y-intercept B3"]
pub mod b3;
#[doc = "Y-intercept B4"]
pub struct B4 {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Y-intercept B4"]
pub mod b4;
#[doc = "Y-intercept B5"]
pub struct B5 {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Y-intercept B5"]
pub mod b5;
#[doc = "Segment end T0"]
pub struct T0 {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Segment end T0"]
pub mod t0;
#[doc = "Segment end T1"]
pub struct T1 {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Segment end T1"]
pub mod t1;
#[doc = "Segment end T2"]
pub struct T2 {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Segment end T2"]
pub mod t2;
#[doc = "Segment end T3"]
pub struct T3 {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Segment end T3"]
pub mod t3;
#[doc = "Segment end T4"]
pub struct T4 {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Segment end T4"]
pub mod t4;