va416xx

Crates.iova416xx
lib.rsva416xx
version0.1.1
sourcesrc
created_at2021-12-10 12:25:42.379094
updated_at2021-12-10 17:12:59.182073
descriptionPAC for the Vorago VA416xx family of MCUs
homepagehttps://egit.irs.uni-stuttgart.de/rust/va416xx
repositoryhttps://egit.irs.uni-stuttgart.de/rust/va416xx
max_upload_size
id495692
size3,946,505
Robin Mueller (robamu)

documentation

README

Crates.io build docs.rs

PAC for the Vorago VA416xx microcontroller family

This repository contains the Peripheral Access Crate (PAC) for Voragos VA416xx series of Cortex-M4 based microcontrollers.

The crate was generated using svd2rust.

Usage

To use this crate, add this to your Cargo.toml

[dependencies.va416xx]
version = "<MostRecentVersion>"
features = ["rt"]

The rt feature is optional and recommended. It brings in support for cortex-m-rt.

For full details on the autgenerated API, please see the svd2rust documentation.

Regenerating the PAC

You can regenerate the PAC by running the gen-helper.sh helper script.

Commit count: 0

cargo fmt