initial commit

This commit is contained in:
2022-10-23 23:45:43 -07:00
commit e190fa5193
6450 changed files with 8626944 additions and 0 deletions
+36
View File
@@ -0,0 +1,36 @@
#[doc = r"Register block"]
#[repr(C)]
pub struct RegisterBlock {
#[doc = "0x00 - Control Register"]
pub bbvalue: BBVALUE,
#[doc = "0x04 - Set/Clear Register"]
pub bbsetclear: BBSETCLEAR,
#[doc = "0x08 - PIO Input Values"]
pub bbinput: BBINPUT,
_reserved3: [u8; 0x14],
#[doc = "0x20 - PIO Input Values"]
pub debugdata: DEBUGDATA,
_reserved4: [u8; 0x1c],
#[doc = "0x40 - PIO Input Values"]
pub debug: DEBUG,
}
#[doc = "BBVALUE (rw) register accessor: an alias for `Reg<BBVALUE_SPEC>`"]
pub type BBVALUE = crate::Reg<bbvalue::BBVALUE_SPEC>;
#[doc = "Control Register"]
pub mod bbvalue;
#[doc = "BBSETCLEAR (rw) register accessor: an alias for `Reg<BBSETCLEAR_SPEC>`"]
pub type BBSETCLEAR = crate::Reg<bbsetclear::BBSETCLEAR_SPEC>;
#[doc = "Set/Clear Register"]
pub mod bbsetclear;
#[doc = "BBINPUT (rw) register accessor: an alias for `Reg<BBINPUT_SPEC>`"]
pub type BBINPUT = crate::Reg<bbinput::BBINPUT_SPEC>;
#[doc = "PIO Input Values"]
pub mod bbinput;
#[doc = "DEBUGDATA (rw) register accessor: an alias for `Reg<DEBUGDATA_SPEC>`"]
pub type DEBUGDATA = crate::Reg<debugdata::DEBUGDATA_SPEC>;
#[doc = "PIO Input Values"]
pub mod debugdata;
#[doc = "DEBUG (rw) register accessor: an alias for `Reg<DEBUG_SPEC>`"]
pub type DEBUG = crate::Reg<debug::DEBUG_SPEC>;
#[doc = "PIO Input Values"]
pub mod debug;