efm32tg-pac

Crates.ioefm32tg-pac
lib.rsefm32tg-pac
version0.1.4
sourcesrc
created_at2022-07-10 22:48:38.599404
updated_at2023-03-08 09:08:12.476881
descriptionPeripheral access API for EFM32TG MCU (generated using svd2rust)
homepagehttps://github.com/efm32-rs/efm32tg-pacs
repositoryhttps://github.com/efm32-rs/efm32tg-pacs
max_upload_size
id623445
size42,567,464
Vladimir Petrigo (vpetrigo)

documentation

README

EFM32TG

crates.io

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

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
efm32tg108 EFM32TG108F4, EFM32TG108F8, EFM32TG108F16, EFM32TG108F32
efm32tg110 EFM32TG110F4, EFM32TG110F8, EFM32TG110F16, EFM32TG110F32
efm32tg210 EFM32TG210F8, EFM32TG210F16, EFM32TG210F32
efm32tg222 EFM32TG222F8, EFM32TG222F16, EFM32TG222F32
efm32tg225 EFM32TG225F8, EFM32TG225F16, EFM32TG225F32
efm32tg230 EFM32TG230F8, EFM32TG230F16, EFM32TG230F32
efm32tg232 EFM32TG232F8, EFM32TG232F16, EFM32TG232F32
efm32tg822 EFM32TG822F8, EFM32TG822F16, EFM32TG822F32
efm32tg825 EFM32TG825F8, EFM32TG825F16, EFM32TG825F32
efm32tg840 EFM32TG840F8, EFM32TG840F16, EFM32TG840F32
efm32tg842 EFM32TG842F8, EFM32TG842F16, EFM32TG842F32
Commit count: 14

cargo fmt