cc2538-pac 0.1.0

Peripheral access API for CC2538 System-on-Chip
Documentation
1
2
3
4
5
6
7
8
9
10
11
#[doc = r"Register block"]
#[repr(C)]
pub struct RegisterBlock {
    _reserved0: [u8; 0x04],
    #[doc = "0x04 - Analog control register"]
    pub ivctrl: crate::Reg<ivctrl::IVCTRL_SPEC>,
}
#[doc = "IVCTRL register accessor: an alias for `Reg<IVCTRL_SPEC>`"]
pub type IVCTRL = crate::Reg<ivctrl::IVCTRL_SPEC>;
#[doc = "Analog control register"]
pub mod ivctrl;