Registry / other / nrf5340-net-pac

nrf5340-net-pac

JSON →
library0.12.2rscratesunverified

Peripheral Access Crate for Nordic's nrf5340-net microcontroller.

# Cargo.toml [dependencies] nrf5340-net-pac = "0.12.2"
INSTALL
IMPORT
SIG · NRF5340-NET-PAC
N
nrf5340-net-pac
otherrustv0.12.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Peripherals
use nrf5340_net_pac::Peripherals;

Takes the peripheral singleton for the nrf5340-net microcontroller.

use nrf5340_net_pac::Peripherals; fn main() { let periph = Peripherals::take().unwrap(); println!("Peripherals acquired"); }
Debug
Known issues
gotchaRequires the 'critical-section' feature for safe access in multi-core environments.
fix
Add `critical-section` feature to your Cargo.toml dependencies.
affects: >=0.12.0
Upgrade
Version history
0.12.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
7
Amazon
1
Resources
nrf5340-net-pac — cargo add nrf5340-net-pac · libregistry