efm32hg-pac

Crates.ioefm32hg-pac
lib.rsefm32hg-pac
version0.1.4
sourcesrc
created_at2022-07-10 22:38:10.975097
updated_at2023-03-08 08:30:36.850167
descriptionPeripheral access API for EFM32HG MCU (generated using svd2rust)
homepagehttps://github.com/efm32-rs/efm32hg-pacs
repositoryhttps://github.com/efm32-rs/efm32hg-pacs
max_upload_size
id623430
size33,243,614
Vladimir Petrigo (vpetrigo)

documentation

README

EFM32HG

crates.io

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
Commit count: 9

cargo fmt