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:

toml [dependencies.efm32zg-pac] version = "0.1.1" 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|EFM32ZG108F16, EFM32ZG108F32, EFM32ZG108F4, EFM32ZG108F8| |efm32zg110|EFM32ZG110F16, EFM32ZG110F32, EFM32ZG110F4, EFM32ZG110F8| |efm32zg210|EFM32ZG210F16, EFM32ZG210F32, EFM32ZG210F4, EFM32ZG210F8| |efm32zg222|EFM32ZG222F16, EFM32ZG222F32, EFM32ZG222F4, EFM32ZG222F8|