#peripheral #nrf #arm #cortex-m #nordic-semiconductor

no-std nrf-pac

Peripheral Access Crate (PAC) for Nordic Semiconductor nRF chips

2 unstable releases

0.1.0 Jan 6, 2025
0.0.0 Sep 28, 2022

#974 in Hardware support

Download history 2/week @ 2024-09-26 1/week @ 2024-12-12 201/week @ 2025-01-02 315/week @ 2025-01-09

516 downloads per month
Used in 2 crates (via embassy-nrf)

BSD-3-Clause

19MB
488K SLoC

nrf-pac

This is a Peripheral Access Crate for Nordic Semiconductor nRF microcontrollers.

This crate has been automatically generated from the SVD files in nrfx, 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-nrf Rust Hardware Abstraction Layer (HAL) for the nRF microcontrollers.

Supported chips

  • nRF51xx
  • nRF52805
  • nRF52810
  • nRF52811
  • nRF52820
  • nRF52832
  • nRF52833
  • nRF52840
  • nRF5340 appplication core
  • nRF5340 network core
  • nRF54L15 appplication core
  • nRF9120 (SoC used in nRF9131, nRF9161 and nRF9151)
  • nRF9160

License

The contents of this crate are auto-generated and licensed under the same terms as the underlying SVD file, which is licensed by Nordic Semiconductor under a BSD-3-Clause license.

Dependencies