#interrupt #status #control

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

#806 in Embedded development

Download history 2565/week @ 2025-01-13 2635/week @ 2025-01-20 1943/week @ 2025-01-27 2859/week @ 2025-02-03 3678/week @ 2025-02-10 3207/week @ 2025-02-17 3487/week @ 2025-02-24 3337/week @ 2025-03-03 3149/week @ 2025-03-10 3220/week @ 2025-03-17 2937/week @ 2025-03-24 2306/week @ 2025-03-31 2598/week @ 2025-04-07 2242/week @ 2025-04-14 2436/week @ 2025-04-21 2736/week @ 2025-04-28

10,330 downloads per month
Used in 16 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