11 releases (6 breaking)
0.7.0 | Jun 9, 2023 |
---|---|
0.6.0 | Dec 31, 2022 |
0.5.0 | Aug 2, 2022 |
0.4.2 | Jan 16, 2022 |
0.1.2 | Aug 9, 2021 |
3,276 downloads per month
Used in 3 crates
(2 directly)
42MB
1.5M
SLoC
Peripheral Access Crate for PIC32MX1/2xx
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
.
Usage
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"]
Supported Devices
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 |