diff options
| author | Arne Dußin | 2021-11-06 11:50:33 +0100 |
|---|---|---|
| committer | Arne Dußin | 2021-11-06 11:50:33 +0100 |
| commit | 0666a6ba1dbd66cf8b93c113e362ccbcd99152a0 (patch) | |
| tree | a184284dbd2316f4624f092e4e7521ea8c90855b /src/tc0/count8.rs | |
| download | samc21-0666a6ba1dbd66cf8b93c113e362ccbcd99152a0.tar.gz samc21-0666a6ba1dbd66cf8b93c113e362ccbcd99152a0.zip | |
Initial commit
Diffstat (limited to 'src/tc0/count8.rs')
| -rw-r--r-- | src/tc0/count8.rs | 68 |
1 files changed, 68 insertions, 0 deletions
diff --git a/src/tc0/count8.rs b/src/tc0/count8.rs new file mode 100644 index 0000000..777da57 --- /dev/null +++ b/src/tc0/count8.rs @@ -0,0 +1,68 @@ +#[doc = "CTRLA register accessor: an alias for `Reg<CTRLA_SPEC>`"] +pub type CTRLA = crate::Reg<ctrla::CTRLA_SPEC>; +#[doc = "Control A"] +pub mod ctrla; +#[doc = "CTRLBCLR register accessor: an alias for `Reg<CTRLBCLR_SPEC>`"] +pub type CTRLBCLR = crate::Reg<ctrlbclr::CTRLBCLR_SPEC>; +#[doc = "Control B Clear"] +pub mod ctrlbclr; +#[doc = "CTRLBSET register accessor: an alias for `Reg<CTRLBSET_SPEC>`"] +pub type CTRLBSET = crate::Reg<ctrlbset::CTRLBSET_SPEC>; +#[doc = "Control B Set"] +pub mod ctrlbset; +#[doc = "EVCTRL register accessor: an alias for `Reg<EVCTRL_SPEC>`"] +pub type EVCTRL = crate::Reg<evctrl::EVCTRL_SPEC>; +#[doc = "Event Control"] +pub mod evctrl; +#[doc = "INTENCLR register accessor: an alias for `Reg<INTENCLR_SPEC>`"] +pub type INTENCLR = crate::Reg<intenclr::INTENCLR_SPEC>; +#[doc = "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 = "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 = "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 = "Status"] +pub mod status; +#[doc = "WAVE register accessor: an alias for `Reg<WAVE_SPEC>`"] +pub type WAVE = crate::Reg<wave::WAVE_SPEC>; +#[doc = "Waveform Generation Control"] +pub mod wave; +#[doc = "DRVCTRL register accessor: an alias for `Reg<DRVCTRL_SPEC>`"] +pub type DRVCTRL = crate::Reg<drvctrl::DRVCTRL_SPEC>; +#[doc = "Control C"] +pub mod drvctrl; +#[doc = "DBGCTRL register accessor: an alias for `Reg<DBGCTRL_SPEC>`"] +pub type DBGCTRL = crate::Reg<dbgctrl::DBGCTRL_SPEC>; +#[doc = "Debug Control"] +pub mod dbgctrl; +#[doc = "SYNCBUSY register accessor: an alias for `Reg<SYNCBUSY_SPEC>`"] +pub type SYNCBUSY = crate::Reg<syncbusy::SYNCBUSY_SPEC>; +#[doc = "Synchronization Status"] +pub mod syncbusy; +#[doc = "COUNT register accessor: an alias for `Reg<COUNT_SPEC>`"] +pub type COUNT = crate::Reg<count::COUNT_SPEC>; +#[doc = "COUNT8 Count"] +pub mod count; +#[doc = "PER register accessor: an alias for `Reg<PER_SPEC>`"] +pub type PER = crate::Reg<per::PER_SPEC>; +#[doc = "COUNT8 Period"] +pub mod per; +#[doc = "CC register accessor: an alias for `Reg<CC_SPEC>`"] +pub type CC = crate::Reg<cc::CC_SPEC>; +#[doc = "COUNT8 Compare and Capture"] +pub mod cc; +#[doc = "PERBUF register accessor: an alias for `Reg<PERBUF_SPEC>`"] +pub type PERBUF = crate::Reg<perbuf::PERBUF_SPEC>; +#[doc = "COUNT8 Period Buffer"] +pub mod perbuf; +#[doc = "CCBUF register accessor: an alias for `Reg<CCBUF_SPEC>`"] +pub type CCBUF = crate::Reg<ccbuf::CCBUF_SPEC>; +#[doc = "COUNT8 Compare and Capture Buffer"] +pub mod ccbuf; |
