lpc55-pac

Crates.iolpc55-pac
lib.rslpc55-pac
version0.5.0
sourcesrc
created_at2020-04-28 00:44:31.670012
updated_at2022-03-16 23:51:50.683124
descriptionPeripheral access API for NXP LPC55 microcontrollers
homepage
repositoryhttps://github.com/lpc55/lpc55-pac
max_upload_size
id234830
size15,811,663
Markus Meissner (daringer)

documentation

https://docs.rs/lpc55-pac

README

LPC55 PAC (peripheral access crate)

Low-level register mappings for the NXP LPC55 family of ARM Cortex-M33 microcontrollers, written in Rust. The code is generated automatically from a patched version of the vendor-supplied SVD file, using svd2rust.

The purpose of this crate is to give embedded programs or libraries written in Rust access to the complete functionality of LPC55 microcontrollers.

crates.io Documentation LICENSE Action Status Matrix

Status

Functional and in use by SoloKeys. Patches welcome!

This PAC is currently based on SDK v2.7.0 SVD for LPC55S6x (core0), differences between chip family members would be modeled in the HAL.

See also the higher-level companion library LPC55 HAL.

Community

There is a Matrix chat for all things LPC55 at #lpc55:matrix.org.

Documentation

The API documentation is located at https://docs.rs/lpc55-pac.

To gain an understanding of svd2rust-generated APIs, checkout documentation at https://docs.rs/svd2rust.

In addition, make fetch-docs downloads various vendor-supplied documentation:

License

Apache-2.0 or MIT.

The SVD files are from https://mcuxpresso.nxp.com and licensed under the BSD-3-Clause.

Commit count: 40

cargo fmt