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 = "USART Control A"]
pub struct CTRLA {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "USART Control A"]
pub mod ctrla;
#[doc = "USART Control B"]
pub struct CTRLB {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "USART Control B"]
pub mod ctrlb;
#[doc = "USART Control C"]
pub struct CTRLC {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "USART Control C"]
pub mod ctrlc;
#[doc = "USART Baud Rate"]
pub struct BAUD {
    register: ::vcell::VolatileCell<u16>,
}
#[doc = "USART Baud Rate"]
pub mod baud;
#[doc = "USART Baud Rate"]
pub struct BAUD_FRAC_MODE {
    register: ::vcell::VolatileCell<u16>,
}
#[doc = "USART Baud Rate"]
pub mod baud_frac_mode;
#[doc = "USART Baud Rate"]
pub struct BAUD_FRACFP_MODE {
    register: ::vcell::VolatileCell<u16>,
}
#[doc = "USART Baud Rate"]
pub mod baud_fracfp_mode;
#[doc = "USART Baud Rate"]
pub struct BAUD_USARTFP_MODE {
    register: ::vcell::VolatileCell<u16>,
}
#[doc = "USART Baud Rate"]
pub mod baud_usartfp_mode;
#[doc = "USART Receive Pulse Length"]
pub struct RXPL {
    register: ::vcell::VolatileCell<u8>,
}
#[doc = "USART Receive Pulse Length"]
pub mod rxpl;
#[doc = "USART Interrupt Enable Clear"]
pub struct INTENCLR {
    register: ::vcell::VolatileCell<u8>,
}
#[doc = "USART Interrupt Enable Clear"]
pub mod intenclr;
#[doc = "USART Interrupt Enable Set"]
pub struct INTENSET {
    register: ::vcell::VolatileCell<u8>,
}
#[doc = "USART Interrupt Enable Set"]
pub mod intenset;
#[doc = "USART Interrupt Flag Status and Clear"]
pub struct INTFLAG {
    register: ::vcell::VolatileCell<u8>,
}
#[doc = "USART Interrupt Flag Status and Clear"]
pub mod intflag;
#[doc = "USART Status"]
pub struct STATUS {
    register: ::vcell::VolatileCell<u16>,
}
#[doc = "USART Status"]
pub mod status;
#[doc = "USART Synchronization Busy"]
pub struct SYNCBUSY {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "USART Synchronization Busy"]
pub mod syncbusy;
#[doc = "USART Receive Error Count"]
pub struct RXERRCNT {
    register: ::vcell::VolatileCell<u8>,
}
#[doc = "USART Receive Error Count"]
pub mod rxerrcnt;
#[doc = "USART Length"]
pub struct LENGTH {
    register: ::vcell::VolatileCell<u16>,
}
#[doc = "USART Length"]
pub mod length;
#[doc = "USART Data"]
pub struct DATA {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "USART Data"]
pub mod data;
#[doc = "USART Debug Control"]
pub struct DBGCTRL {
    register: ::vcell::VolatileCell<u8>,
}
#[doc = "USART Debug Control"]
pub mod dbgctrl;