lpc1769 0.0.1

Peripheral access API for NXP LPC1769 microcontrollers
Documentation
  • Coverage
  • 100%
    16734 out of 16734 items documented0 out of 9664 items with examples
  • Size
  • Source code size: 4.52 MB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 133.47 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 26s Average build duration of successful builds.
  • all releases: 26s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • jgmartin

LPC1769 PAC (peripheral access crate)

Low-level register mappings for NXP LPC1769 ARM Cortex-M3 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 LPC1769 microcontrollers.

[![crates.io][crates-image]][crates-link] [![Documentation][docs-image]][docs-link] ![LICENSE][license-image] [![Action Status][github-action-image]][github-action-link] [![Matrix][matrix-chat-image]][matrix-lpc55]

Status

Work in progress

Documentation

The API documentation is located at https://docs.rs/lpc1769.

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

License

[Apache-2.0][apache2-link] or [MIT][mit-link].