Crates.io | r528-pac |
lib.rs | r528-pac |
version | 0.0.3 |
source | src |
created_at | 2022-02-21 00:25:01.740733 |
updated_at | 2022-06-10 08:18:00.889694 |
description | Peripheral access API for Allwinner R528 SoC generated from unofficial SVD file |
homepage | |
repository | https://github.com/duskmoon314/aw-pac |
max_upload_size | |
id | 536029 |
size | 6,351,374 |
r528-pac
Peripheral access API for Allwinner R528 SoC (also called T113) generated from unofficial SVD file
This project is currently developed and maintained by duskmoon (Campbell He).
R528 is an SoC developed and sold by Allwinner.
This crate provides an unofficial version CMSIS-SVD file of R528 SoC and a Rust crate generated via svd2rust
.
Most peripherals only provide the address of registers, a few peripherals add the contents of each field of registers. For more details, please refer to the official user manual and datasheet provided by Allwinner.
I have now added the descriptions of most of the peripherals to the SVD file. If you find the descriptions are wrong or poorly named in use, please feel free to submit an Issue or Pull Request to improve this crate.
Licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.