4 releases
0.1.4 | Mar 8, 2023 |
---|---|
0.1.3 | Feb 14, 2023 |
0.1.2 | Feb 11, 2023 |
0.1.1 | Jul 10, 2022 |
#1798 in Embedded development
25 downloads per month
43MB
1M
SLoC
EFM32TG
This crate provides an autogenerated API for access to EFM32TG peripherals.
Usage
Each device supported by this crate is behind a feature gate so that you only compile the device(s) you want. To use, in your Cargo.toml:
[dependencies.efm32tg-pac]
version = "0.1.4"
features = ["efm32tg108"]
The rt
feature is enabled by default and brings in support for cortex-m-rt
.
To disable, specify default-features = false
in Cargo.toml
.
For full details on the autogenerated API, please see svd2rust
Peripheral API here.
Supported Devices
Feature | Devices |
---|---|
efm32tg108 |
EFM32TG108F4, EFM32TG108F8, EFM32TG108F16, EFM32TG108F32 |
efm32tg110 |
EFM32TG110F4, EFM32TG110F8, EFM32TG110F16, EFM32TG110F32 |
efm32tg210 |
EFM32TG210F8, EFM32TG210F16, EFM32TG210F32 |
efm32tg222 |
EFM32TG222F8, EFM32TG222F16, EFM32TG222F32 |
efm32tg225 |
EFM32TG225F8, EFM32TG225F16, EFM32TG225F32 |
efm32tg230 |
EFM32TG230F8, EFM32TG230F16, EFM32TG230F32 |
efm32tg232 |
EFM32TG232F8, EFM32TG232F16, EFM32TG232F32 |
efm32tg822 |
EFM32TG822F8, EFM32TG822F16, EFM32TG822F32 |
efm32tg825 |
EFM32TG825F8, EFM32TG825F16, EFM32TG825F32 |
efm32tg840 |
EFM32TG840F8, EFM32TG840F16, EFM32TG840F32 |
efm32tg842 |
EFM32TG842F8, EFM32TG842F16, EFM32TG842F32 |