efm32pg22-pac

Crates.ioefm32pg22-pac
lib.rsefm32pg22-pac
version0.1.4
sourcesrc
created_at2022-07-10 23:46:16.913373
updated_at2023-03-08 08:57:25.139131
descriptionPeripheral access API for EFM32PG22 MCU (generated using svd2rust)
homepagehttps://github.com/efm32-rs/efm32pg-pacs
repositoryhttps://github.com/efm32-rs/efm32pg-pacs
max_upload_size
id623466
size11,234,996
Vladimir Petrigo (vpetrigo)

documentation

README

EFM32PG22

crates.io

This crate provides an autogenerated API for access to EFM32PG22 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.efm32pg22-pac]
version = "0.1.4"
features = ["efm32pg22c200"]

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
efm32pg22c200 EFM32PG22C200F32IM32, EFM32PG22C200F32IM40, EFM32PG22C200F64IM32, EFM32PG22C200F64IM40, EFM32PG22C200F128IM32, EFM32PG22C200F128IM40, EFM32PG22C200F256IM32, EFM32PG22C200F256IM40, EFM32PG22C200F512IM32, EFM32PG22C200F512IM40
Commit count: 11

cargo fmt