efm32pg-pac

Crates.ioefm32pg-pac
lib.rsefm32pg-pac
version0.1.4
sourcesrc
created_at2022-07-10 23:41:09.131222
updated_at2023-03-08 08:52:12.279097
descriptionPeripheral access API for EFM32PG MCU (generated using svd2rust)
homepagehttps://github.com/efm32-rs/efm32pg-pacs
repositoryhttps://github.com/efm32-rs/efm32pg-pacs
max_upload_size
id623463
size21,312,971
Vladimir Petrigo (vpetrigo)

documentation

README

EFM32PG

crates.io

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

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
efm32pg12b500 EFM32PG12B500F1024GL125, EFM32PG12B500F1024GM48, EFM32PG12B500F1024IL125, EFM32PG12B500F1024IM48
efm32pg1b100 EFM32PG1B100F128GM32, EFM32PG1B100F128IM32, EFM32PG1B100F256GM32, EFM32PG1B100F256IM32
efm32pg1b200 EFM32PG1B200F128GM32, EFM32PG1B200F128GM48, EFM32PG1B200F128IM32, EFM32PG1B200F256GM32, EFM32PG1B200F256GM48, EFM32PG1B200F256IM32, EFM32PG1B200F256IM48
Commit count: 11

cargo fmt