diff options
Diffstat (limited to 'src/sercom0/i2cs.rs')
| -rw-r--r-- | src/sercom0/i2cs.rs | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/src/sercom0/i2cs.rs b/src/sercom0/i2cs.rs new file mode 100644 index 0000000..baf9513 --- /dev/null +++ b/src/sercom0/i2cs.rs @@ -0,0 +1,36 @@ +#[doc = "CTRLA register accessor: an alias for `Reg<CTRLA_SPEC>`"] +pub type CTRLA = crate::Reg<ctrla::CTRLA_SPEC>; +#[doc = "I2CS Control A"] +pub mod ctrla; +#[doc = "CTRLB register accessor: an alias for `Reg<CTRLB_SPEC>`"] +pub type CTRLB = crate::Reg<ctrlb::CTRLB_SPEC>; +#[doc = "I2CS Control B"] +pub mod ctrlb; +#[doc = "INTENCLR register accessor: an alias for `Reg<INTENCLR_SPEC>`"] +pub type INTENCLR = crate::Reg<intenclr::INTENCLR_SPEC>; +#[doc = "I2CS 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 = "I2CS 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 = "I2CS 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 = "I2CS Status"] +pub mod status; +#[doc = "SYNCBUSY register accessor: an alias for `Reg<SYNCBUSY_SPEC>`"] +pub type SYNCBUSY = crate::Reg<syncbusy::SYNCBUSY_SPEC>; +#[doc = "I2CS Synchronization Busy"] +pub mod syncbusy; +#[doc = "ADDR register accessor: an alias for `Reg<ADDR_SPEC>`"] +pub type ADDR = crate::Reg<addr::ADDR_SPEC>; +#[doc = "I2CS Address"] +pub mod addr; +#[doc = "DATA register accessor: an alias for `Reg<DATA_SPEC>`"] +pub type DATA = crate::Reg<data::DATA_SPEC>; +#[doc = "I2CS Data"] +pub mod data; |
