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 |
#2422 in Embedded development
43 downloads per month
10MB
286K
SLoC
EFM32ZG
This crate provides an autogenerated API for access to EFM32ZG 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.efm32zg-pac]
version = "0.1.4"
features = ["efm32zg108"]
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 |
|---|---|
efm32zg108 |
EFM32ZG108F4, EFM32ZG108F8, EFM32ZG108F16, EFM32ZG108F32 |
efm32zg110 |
EFM32ZG110F4, EFM32ZG110F8, EFM32ZG110F16, EFM32ZG110F32 |
efm32zg210 |
EFM32ZG210F4, EFM32ZG210F8, EFM32ZG210F16, EFM32ZG210F32 |
efm32zg222 |
EFM32ZG222F4, EFM32ZG222F8, EFM32ZG222F16, EFM32ZG222F32 |
Dependencies
~1.5MB
~26K SLoC