# EFM32TG [![crates.io](https://img.shields.io/crates/v/efm32tg-pac?label=efm32tg)](https://crates.io/crates/efm32tg-pac) 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: ```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]. [here]: https://docs.rs/svd2rust/0.28.0/svd2rust/#peripheral-api ## 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|