lpc55s6x-pac

Crates.iolpc55s6x-pac
lib.rslpc55s6x-pac
version0.0.8
sourcesrc
created_at2019-08-17 23:43:18.011682
updated_at2020-02-18 12:58:15.354964
descriptionPeripheral access API for NXP LPC55s6x microcontrollers
homepage
repositoryhttps://github.com/nickray/lpc55s6x-pac
max_upload_size
id157716
size30,896,949
Nicolas Stalder (nickray)

documentation

https://docs.rs/lpc55s6x-pac

README

LPC55s6x PAC (peripheral access crate)

Low-level register mappings for the NXP LPC55S6x 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 LPC55S6x microcontrollers.

crates.io Documentation LICENSE Build Status

Status

Very much work-in-progress!

See also the higher-level companion library LPC55S6x HAL.

Documentation

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

To get an understanding of svd2rust-generated APIs, checkout its 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