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 |
29 downloads per month
33MB
1M
SLoC
EFM32HG
This crate provides an autogenerated API for access to EFM32HG 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.efm32hg-pac]
version = "0.1.4"
features = ["efm32hg108"]
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 |
---|---|
efm32hg108 |
EFM32HG108F32, EFM32HG108F64 |
efm32hg110 |
EFM32HG110F32, EFM32HG110F64 |
efm32hg210 |
EFM32HG210F32, EFM32HG210F64 |
efm32hg222 |
EFM32HG222F32, EFM32HG222F64 |
efm32hg308 |
EFM32HG308F32, EFM32HG308F64 |
efm32hg309 |
EFM32HG309F32, EFM32HG309F64 |
efm32hg310 |
EFM32HG310F32, EFM32HG310F64 |
efm32hg321 |
EFM32HG321F32, EFM32HG321F64 |
efm32hg322 |
EFM32HG322F32, EFM32HG322F64 |
efm32hg350 |
EFM32HG350F32, EFM32HG350F64 |