lpc55-pac 0.5.0

Peripheral access API for NXP LPC55 microcontrollers
Documentation
1
2
3
4
5
6
7
8
9
10
11
#[doc = r"Register block"]
#[repr(C)]
pub struct RegisterBlock {
    _reserved0: [u8; 0x0c],
    #[doc = "0x0c - Coprocessor Power Control Register"]
    pub cppwr: crate::Reg<cppwr::CPPWR_SPEC>,
}
#[doc = "CPPWR register accessor: an alias for `Reg<CPPWR_SPEC>`"]
pub type CPPWR = crate::Reg<cppwr::CPPWR_SPEC>;
#[doc = "Coprocessor Power Control Register"]
pub mod cppwr;