#register #peripheral #arm #cortex-a #no-std

no-std v853-pac

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

1 unstable release

0.0.1 Jul 22, 2022

#5 in #cortex-a

MIT/Apache

155KB
5K SLoC

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.

Dependencies

~17KB