A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/nrf-rs/nrf9160-pac below:

nrf-rs/nrf9160-pac: Peripheral Access Crate for the nRF9160 microcontroller

MOVED! This repository has been moved to https://github.com/nrf-rs/nrf-pacs.

This crate is a Peripheral Access Crate (or PAC) for the nRF9160 generated using svd2rust and the official SVD file. A Peripheral Access Crate contains low-level register defintions.

For most purposes, you want the HAL instead.

To regenerate the crate, first make sure that svd2rust and form are installed and up-to-date. Put nrf9160.svd into the repo directory and run:

# Fixup
sed -i 's/read-writeonce/read-writeOnce/' nrf9160.svd

# Generate
svd2rust -i nrf9160.svd
form -i lib.rs -o src
cargo fmt

# Clean up
rm lib.rs

Note that some things in the generated Rust code might need to be fixed manually after these steps.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4