#interrupt #register #pac #chip

rp-pac

Peripheral Access Crate (PAC) for Raspberry Pi Silicon chips

8 releases (stable)

7.0.0 Jan 6, 2025
6.0.0 Jun 29, 2023
5.0.0 Jun 15, 2023
4.0.0 May 9, 2023
0.0.0 Sep 28, 2022

#81 in Hardware support

Download history 1423/week @ 2024-12-19 764/week @ 2024-12-26 2264/week @ 2025-01-02 2496/week @ 2025-01-09 2701/week @ 2025-01-16 2215/week @ 2025-01-23 2184/week @ 2025-01-30 3824/week @ 2025-02-06 3019/week @ 2025-02-13 3606/week @ 2025-02-20 3107/week @ 2025-02-27 3380/week @ 2025-03-06 3530/week @ 2025-03-13 2841/week @ 2025-03-20 2680/week @ 2025-03-27 2103/week @ 2025-04-03

11,588 downloads per month
Used in 15 crates (3 directly)

BSD-3-Clause

3.5MB
81K SLoC

rp-pac

This is a Peripheral Access Crate for Raspberry Pi Silicon microcontrollers.

This crate has been automatically generated from the SVD files in pico-sdk, using chiptool. Fixes are added to the SVD file to make the crate more amenable to writing HALs with, such as converting sets of identical registers/fields to arrays, merging identical registers and enums, etc.

This crate is used for the embassy-rp Rust Hardware Abstraction Layer (HAL) for the RPxxx microcontrollers.

Supported chips

License

The contents of this crate are auto-generated and licensed under the same terms as the underlying SVD file, which is licensed by Raspberry Pi Trading Ltd under a BSD-3-Clause licence.

Dependencies