Crates.io | pic32mx470 |
lib.rs | pic32mx470 |
version | 0.1.0 |
source | src |
created_at | 2023-06-24 10:48:00.318672 |
updated_at | 2023-06-24 10:48:00.318672 |
description | Peripheral access API for PIC32MX330/350/370/430/450/470 microcontrollers |
homepage | |
repository | |
max_upload_size | |
id | 898904 |
size | 10,804,967 |
This Peripheral Access Crate (PAC) contains peripheral access APIs for
PIC32MX330/350/370/430/450/470 devices. The files in this repository were
generated using the tools edc2svd
and svd2rust
.
This PAC is not suitable for PIC32MX320/340/360/420/440/460 devices, which are a different PIC32MX variant.
This crates includes multiple modules for the individual variants of the MCU. Features are used to selected the device, e.g.
[dependencies.pic32mx470]
version = "0.1.0"
features = ["pic32mx47xfxxxl", "rt"]
Module/Feature | Devices |
---|---|
pic32mx37xfxxxl | PIC32MX330/350/370 (without USB) |
pic32mx47xfxxxl | PIC32MX430/450/470 (with USB) |
The PAC has been generated for high pin count device variants. Assuming that the lower pin count variants have the same chips but with less pins bonded, the PAC supports the lower pin count variants too.