#peripheral-access

no-std nrf9120-pac

Peripheral Access Crate for Nordic's nrf9120 microcontroller

1 unstable release

0.12.2 Jul 13, 2024

#2125 in Hardware support

Download history 2496/week @ 2025-05-23 2780/week @ 2025-05-30 3200/week @ 2025-06-06 3000/week @ 2025-06-13 2883/week @ 2025-06-20 2616/week @ 2025-06-27 1965/week @ 2025-07-04 1983/week @ 2025-07-11 1999/week @ 2025-07-18 1777/week @ 2025-07-25 1743/week @ 2025-08-01 1846/week @ 2025-08-08 1651/week @ 2025-08-15 2291/week @ 2025-08-22 1970/week @ 2025-08-29 1891/week @ 2025-09-05

8,169 downloads per month
Used in nrf-modem

0BSD license

4MB
127K SLoC

PACs for nRF microcontrollers

CI

This repository contains Peripheral Access Crates (PACs) for Nordic's nRF series of Cortex-M microcontrollers.

All these crates are automatically generated using svd2rust.

For a more user-friendly interface to the peripherals, the nrf-hal crates might be more appropriate.

Please refer to the changelog to see what changed in the last releases.

Crates

Every nRF chip has its own PAC, listed below:

Crate Docs crates.io target
nrf51-pac docs.rs crates.io thumbv6m-none-eabi
nrf52805-pac docs.rs crates.io thumbv7em-none-eabi
nrf52810-pac docs.rs crates.io thumbv7em-none-eabi
nrf52811-pac docs.rs crates.io thumbv7em-none-eabi
nrf52820-pac docs.rs crates.io thumbv7em-none-eabi
nrf52832-pac docs.rs crates.io thumbv7em-none-eabihf
nrf52833-pac docs.rs crates.io thumbv7em-none-eabihf
nrf52840-pac docs.rs crates.io thumbv7em-none-eabihf
nrf5340-app-pac docs.rs crates.io thumbv8m.main-none-eabihf
nrf5340-net-pac docs.rs crates.io thumbv8m.main-none-eabihf
nrf9160-pac docs.rs crates.io thumbv8m.main-none-eabihf
nrf9120-pac docs.rs crates.io thumbv8m.main-none-eabihf

Device Reference Manuals from Nordic

Device Product Specification DK Reference Guide
nRF52805 v1.2 v1.3.1*
nRF52810 v1.3 v1.3.1*
nRF52811 v1.0 v1.3.1*
nRF52820 v1.0 v1.0.1
nRF52832 v1.4 v1.3.1*
nRF52833 v1.3 v1.0.1
nRF52840 v1.1 v1.2
nRF5340 v1.1 v1.0.0
nRF9160 v2.0 v0.9.3
nRF9161 (nrf9120) v1.0 v0.9.1
nRF9151 (nrf9120) ** **

* These devices do not have a separate development kit and share the NRF52 DK

** As of 2024-6-28, the Product Specification and the DK Reference Guide have not been published for the nRF9151.

Dependencies

~675KB