lpc55s6x-pac 0.0.8

Peripheral access API for NXP LPC55s6x microcontrollers
Documentation

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.