diff options
Diffstat (limited to 'src/sercom0/spis.rs')
| -rw-r--r-- | src/sercom0/spis.rs | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/src/sercom0/spis.rs b/src/sercom0/spis.rs new file mode 100644 index 0000000..eed10c9 --- /dev/null +++ b/src/sercom0/spis.rs @@ -0,0 +1,44 @@ +#[doc = "CTRLA register accessor: an alias for `Reg<CTRLA_SPEC>`"] +pub type CTRLA = crate::Reg<ctrla::CTRLA_SPEC>; +#[doc = "SPIS Control A"] +pub mod ctrla; +#[doc = "CTRLB register accessor: an alias for `Reg<CTRLB_SPEC>`"] +pub type CTRLB = crate::Reg<ctrlb::CTRLB_SPEC>; +#[doc = "SPIS Control B"] +pub mod ctrlb; +#[doc = "BAUD register accessor: an alias for `Reg<BAUD_SPEC>`"] +pub type BAUD = crate::Reg<baud::BAUD_SPEC>; +#[doc = "SPIS Baud Rate"] +pub mod baud; +#[doc = "INTENCLR register accessor: an alias for `Reg<INTENCLR_SPEC>`"] +pub type INTENCLR = crate::Reg<intenclr::INTENCLR_SPEC>; +#[doc = "SPIS Interrupt Enable Clear"] +pub mod intenclr; +#[doc = "INTENSET register accessor: an alias for `Reg<INTENSET_SPEC>`"] +pub type INTENSET = crate::Reg<intenset::INTENSET_SPEC>; +#[doc = "SPIS Interrupt Enable Set"] +pub mod intenset; +#[doc = "INTFLAG register accessor: an alias for `Reg<INTFLAG_SPEC>`"] +pub type INTFLAG = crate::Reg<intflag::INTFLAG_SPEC>; +#[doc = "SPIS Interrupt Flag Status and Clear"] +pub mod intflag; +#[doc = "STATUS register accessor: an alias for `Reg<STATUS_SPEC>`"] +pub type STATUS = crate::Reg<status::STATUS_SPEC>; +#[doc = "SPIS Status"] +pub mod status; +#[doc = "SYNCBUSY register accessor: an alias for `Reg<SYNCBUSY_SPEC>`"] +pub type SYNCBUSY = crate::Reg<syncbusy::SYNCBUSY_SPEC>; +#[doc = "SPIS Synchronization Busy"] +pub mod syncbusy; +#[doc = "ADDR register accessor: an alias for `Reg<ADDR_SPEC>`"] +pub type ADDR = crate::Reg<addr::ADDR_SPEC>; +#[doc = "SPIS Address"] +pub mod addr; +#[doc = "DATA register accessor: an alias for `Reg<DATA_SPEC>`"] +pub type DATA = crate::Reg<data::DATA_SPEC>; +#[doc = "SPIS Data"] +pub mod data; +#[doc = "DBGCTRL register accessor: an alias for `Reg<DBGCTRL_SPEC>`"] +pub type DBGCTRL = crate::Reg<dbgctrl::DBGCTRL_SPEC>; +#[doc = "SPIS Debug Control"] +pub mod dbgctrl; |
