efm32zg-pac

Crates.ioefm32zg-pac
lib.rsefm32zg-pac
version0.1.4
sourcesrc
created_at2022-07-10 22:42:23.682537
updated_at2023-03-08 09:25:01.935962
descriptionPeripheral access API for EFM32ZG MCU (generated using svd2rust)
homepagehttps://github.com/efm32-rs/efm32zg-pacs
repositoryhttps://github.com/efm32-rs/efm32zg-pacs
max_upload_size
id623437
size9,903,987
Vladimir Petrigo (vpetrigo)

documentation

README

EFM32ZG

crates.io

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

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
efm32zg108 EFM32ZG108F4, EFM32ZG108F8, EFM32ZG108F16, EFM32ZG108F32
efm32zg110 EFM32ZG110F4, EFM32ZG110F8, EFM32ZG110F16, EFM32ZG110F32
efm32zg210 EFM32ZG210F4, EFM32ZG210F8, EFM32ZG210F16, EFM32ZG210F32
efm32zg222 EFM32ZG222F4, EFM32ZG222F8, EFM32ZG222F16, EFM32ZG222F32
Commit count: 9

cargo fmt