EFM32G

crates.io

This crate provides an autogenerated API for access to EFM32G 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.efm32g-pac] version = "0.1.2" features = ["efm32g200"]

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 | |:-----:|:-------:| |efm32g200|EFM32G200F16, EFM32G200F32, EFM32G200F64| |efm32g210|EFM32G210F128| |efm32g222|EFM32G222F128, EFM32G222F32, EFM32G222F64| |efm32g230|EFM32G230F128, EFM32G230F32, EFM32G230F64| |efm32g232|EFM32G232F128, EFM32G232F32, EFM32G232F64| |efm32g280|EFM32G280F128, EFM32G280F32, EFM32G280F64| |efm32g290|EFM32G290F128, EFM32G290F32, EFM32G290F64| |efm32g800|EFM32G800F128| |efm32g840|EFM32G840F128, EFM32G840F32, EFM32G840F64| |efm32g842|EFM32G842F128, EFM32G842F32, EFM32G842F64| |efm32g880|EFM32G880F128, EFM32G880F32, EFM32G880F64| |efm32g890|EFM32G890F128, EFM32G890F32, EFM32G890F64|