pic32mx567

Crates.iopic32mx567
lib.rspic32mx567
version0.1.0
sourcesrc
created_at2023-03-04 21:07:25.322539
updated_at2023-03-04 21:07:25.322539
descriptionPeripheral access API for PIC32MX5xx/6xx/7xx microcontrollers
homepage
repositoryhttps://github.com/kiffie/pic32-pac
max_upload_size
id800845
size8,911,522
Stephan (kiffie)

documentation

README

Peripheral Access Crate for PIC32MX5xx/6xx/7xx

Crates.io docs.rs

This crate contains peripheral access APIs for PIC32MX5xx/6xx/7xx devices. The files in this repository were generated using the tools edc2svd and svd2rust.

Usage

This crates includes multiple modules for the individual variants of the MCU. Features are used to selected the device, e.g.

[dependencies.pic32mx567]
version = "0.1.0"
features = ["pic32mx695fxxxl", "rt"]

Supported Devices

Module/Feature Devices
pic32mx695fxxxl PIC32MX6xx with USB and Ethernet
Commit count: 38

cargo fmt