Crates.io | v853-pac |
lib.rs | v853-pac |
version | 0.0.1 |
source | src |
created_at | 2022-07-22 03:34:37.486158 |
updated_at | 2022-07-22 03:34:37.486158 |
description | Peripheral access API for Allwinner V853 SoC generated from unofficial SVD file |
homepage | |
repository | https://github.com/duskmoon314/aw-pac |
max_upload_size | |
id | 630550 |
size | 153,787 |
v853-pac
Peripheral access API for Allwinner V853 SoC generated from unofficial SVD file
This project is currently developed and maintained by duskmoon (Campbell He).
V853 is an SoC developed and sold by Allwinner. There is an ARM Cortex-A7 core, a RISC-V E907 core and an NPU.
This crate provides an unofficial version CMSIS-SVD file of V853 SoC and a Rust crate generated via svd2rust
. This crate now only concerns Cortex-A7 target due to the limitation of 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.
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.