Crates.io | pic32mx2xx |
lib.rs | pic32mx2xx |
version | 0.7.0 |
source | src |
created_at | 2021-08-08 08:29:51.988283 |
updated_at | 2023-06-09 10:21:02.915477 |
description | Peripheral access API for PIC32MX1/2xx microcontrollers |
homepage | |
repository | https://github.com/kiffie/pic32-pac/tree/master/pic32mx2xx |
max_upload_size | |
id | 433054 |
size | 41,954,318 |
This crate contains peripheral access APIs for PIC32MX1xx/2xx devices including
some eXtreme Low Power (XLP) devices. The files in this repository were
generated using the tools edc2svd
and svd2rust
.
This crates includes multiple modules for the individual variants of the MCU. Features are used to selected the device, e.g.
[dependencies.pic32mx2xx]
version = "0.7.0"
features = ["pic32mx2xxfxxxb", "rt"]
Module/Feature | Devices |
---|---|
pic32mx1xxfxxxb | 28-pin PIC32MX1xx |
pic32mx1xxfxxxc | 36-pin PIC32MX1xx |
pic32mx1xxfxxxd | 44-pin PIC32MX1xx |
pic32mx2xxfxxxb | 28-pin PIC32MX2xx |
pic32mx2xxfxxxc | 36-pin PIC32MX2xx |
pic32mx2xxfxxxd | 44-pin PIC32MX2xx |
pic32mx1x4fxxxb | 28-pin PIC32MX1xx XLP |
pic32mx1x4fxxxd | 44-pin PIC32MX1xx XLP |
pic32mx2x4fxxxb | 28-pin PIC32MX2xx XLP |
pic32mx2x4fxxxd | 44-pin PIC32MX2xx XLP |