efm32jg1b-pac

Crates.ioefm32jg1b-pac
lib.rsefm32jg1b-pac
version0.1.4
sourcesrc
created_at2022-07-10 22:39:03.044124
updated_at2023-03-08 08:41:10.842128
descriptionPeripheral access API for EFM32JG1B MCU (generated using svd2rust)
homepagehttps://github.com/efm32-rs/efm32jg-pacs
repositoryhttps://github.com/efm32-rs/efm32jg-pacs
max_upload_size
id623434
size10,862,900
Vladimir Petrigo (vpetrigo)

documentation

README

EFM32JG1B

crates.io

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

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
efm32jg1b100 EFM32JG1B100F128GM32, EFM32JG1B100F256GM32, EFM32JG1B100F256IM32
efm32jg1b200 EFM32JG1B200F128GM32, EFM32JG1B200F128GM48, EFM32JG1B200F256GM32, EFM32JG1B200F256GM48, EFM32JG1B200F256IM32, EFM32JG1B200F256IM48
Commit count: 8

cargo fmt