Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/captainirs/rk3399-pac

Peripheral Access Crate for the RK3399 SoC from Rockchip
https://github.com/captainirs/rk3399-pac

embedded-systems no-std pac rk3399 rockchip-soc rust

Last synced: about 1 month ago
JSON representation

Peripheral Access Crate for the RK3399 SoC from Rockchip

Awesome Lists containing this project

README

        

# RK3399 Peripheral Access Crate (PAC)

[![](https://img.shields.io/crates/v/rk3399-pac)](https://crates.io/crates/rk3399-pac) [![docs.rs](https://img.shields.io/docsrs/rk3399-pac)](https://docs.rs/rk3399-pac/)

This crate provides the peripheral access API for the memory-mapped registers of the RK3399 SoC in Rust generated using the `svd2rust` tool. The SVD file was obtained by parsing the Rockchip RK3399 Technical Reference Manual. The scripts used to generate the SVD file can be found in the [`CaptainIRS/rk3399-trm`](https://github.com/CaptainIRS/rk3399-trm) repository.

## License

Licensed under the MIT license, see [LICENSE](LICENSE) for details.