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 = "Control A"]
pub struct CTRLA {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Control A"]
pub mod ctrla;
#[doc = "Control B Clear"]
pub struct CTRLBCLR {
    register: ::vcell::VolatileCell<u8>,
}
#[doc = "Control B Clear"]
pub mod ctrlbclr;
#[doc = "Control B Set"]
pub struct CTRLBSET {
    register: ::vcell::VolatileCell<u8>,
}
#[doc = "Control B Set"]
pub mod ctrlbset;
#[doc = "Event Control"]
pub struct EVCTRL {
    register: ::vcell::VolatileCell<u16>,
}
#[doc = "Event Control"]
pub mod evctrl;
#[doc = "Interrupt Enable Clear"]
pub struct INTENCLR {
    register: ::vcell::VolatileCell<u8>,
}
#[doc = "Interrupt Enable Clear"]
pub mod intenclr;
#[doc = "Interrupt Enable Set"]
pub struct INTENSET {
    register: ::vcell::VolatileCell<u8>,
}
#[doc = "Interrupt Enable Set"]
pub mod intenset;
#[doc = "Interrupt Flag Status and Clear"]
pub struct INTFLAG {
    register: ::vcell::VolatileCell<u8>,
}
#[doc = "Interrupt Flag Status and Clear"]
pub mod intflag;
#[doc = "Status"]
pub struct STATUS {
    register: ::vcell::VolatileCell<u8>,
}
#[doc = "Status"]
pub mod status;
#[doc = "Waveform Generation Control"]
pub struct WAVE {
    register: ::vcell::VolatileCell<u8>,
}
#[doc = "Waveform Generation Control"]
pub mod wave;
#[doc = "Control C"]
pub struct DRVCTRL {
    register: ::vcell::VolatileCell<u8>,
}
#[doc = "Control C"]
pub mod drvctrl;
#[doc = "Debug Control"]
pub struct DBGCTRL {
    register: ::vcell::VolatileCell<u8>,
}
#[doc = "Debug Control"]
pub mod dbgctrl;
#[doc = "Synchronization Status"]
pub struct SYNCBUSY {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Synchronization Status"]
pub mod syncbusy;
#[doc = "COUNT8 Count"]
pub struct COUNT {
    register: ::vcell::VolatileCell<u8>,
}
#[doc = "COUNT8 Count"]
pub mod count;
#[doc = "COUNT8 Period"]
pub struct PER {
    register: ::vcell::VolatileCell<u8>,
}
#[doc = "COUNT8 Period"]
pub mod per;
#[doc = "COUNT8 Compare and Capture"]
pub struct CC {
    register: ::vcell::VolatileCell<u8>,
}
#[doc = "COUNT8 Compare and Capture"]
pub mod cc;
#[doc = "COUNT8 Period Buffer"]
pub struct PERBUF {
    register: ::vcell::VolatileCell<u8>,
}
#[doc = "COUNT8 Period Buffer"]
pub mod perbuf;
#[doc = "COUNT8 Compare and Capture Buffer"]
pub struct CCBUF {
    register: ::vcell::VolatileCell<u8>,
}
#[doc = "COUNT8 Compare and Capture Buffer"]
pub mod ccbuf;