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 |
#2142 in Embedded development
23 downloads per month
11MB
321K
SLoC
EFM32JG1B
This crate provides an autogenerated API for access to EFM32JG1B 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.efm32jg1b-pac]
version = "0.1.4"
features = ["efm32jg1b100"]
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 |
---|---|
efm32jg1b100 |
EFM32JG1B100F128GM32, EFM32JG1B100F256GM32, EFM32JG1B100F256IM32 |
efm32jg1b200 |
EFM32JG1B200F128GM32, EFM32JG1B200F128GM48, EFM32JG1B200F256GM32, EFM32JG1B200F256GM48, EFM32JG1B200F256IM32, EFM32JG1B200F256IM48 |