lpc82x-pac 0.8.1

Low-level register mappings for the NXP LPC82x series of ARM Cortex-M0+ microcontrollers
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#[doc = r"Register block"]
#[repr(C)]
pub struct RegisterBlock {
    #[doc = "0x00 - Comparator control register"]
    pub ctrl: crate::Reg<ctrl::CTRL_SPEC>,
    #[doc = "0x04 - Voltage ladder register"]
    pub lad: crate::Reg<lad::LAD_SPEC>,
}
#[doc = "CTRL register accessor: an alias for `Reg<CTRL_SPEC>`"]
pub type CTRL = crate::Reg<ctrl::CTRL_SPEC>;
#[doc = "Comparator control register"]
pub mod ctrl;
#[doc = "LAD register accessor: an alias for `Reg<LAD_SPEC>`"]
pub type LAD = crate::Reg<lad::LAD_SPEC>;
#[doc = "Voltage ladder register"]
pub mod lad;