v853-pac

Crates.iov853-pac
lib.rsv853-pac
version0.0.1
sourcesrc
created_at2022-07-22 03:34:37.486158
updated_at2022-07-22 03:34:37.486158
descriptionPeripheral access API for Allwinner V853 SoC generated from unofficial SVD file
homepage
repositoryhttps://github.com/duskmoon314/aw-pac
max_upload_size
id630550
size153,787
Campbell He (duskmoon314)

documentation

README

v853-pac

crates.io

Peripheral access API for Allwinner V853 SoC generated from unofficial SVD file

This project is currently developed and maintained by duskmoon (Campbell He).

Introduction

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.

Documentation

License

Licensed under either of

at your option.

Contribution

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.

Commit count: 121

cargo fmt