#pac #rockchip #rk3399

no-std rk3399-pac

Peripheral Access Crate (PAC) for the RK3399 SoC from Rockchip

5 releases

new 0.1.4 May 2, 2024
0.1.3 May 1, 2024
0.1.2 Mar 31, 2024
0.1.1 Mar 31, 2024
0.1.0 Mar 29, 2024

#1789 in Embedded development

Download history 374/week @ 2024-03-28 34/week @ 2024-04-04

408 downloads per month

MIT license

29MB
573K SLoC

RK3399 Peripheral Access Crate (PAC)

docs.rs

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 repository.

License

Licensed under the MIT license, see LICENSE for details.

Dependencies