embassy-nrf

Crates

git

Versions

nrf9161-s

Flavors

uicr_write

Function uicr_write 

Source
pub unsafe fn uicr_write(address: *mut u32, value: u32) -> WriteResult
Expand description

Write the UICR value at the provided address, ensuring that flash settings are correctly apply to persist the value.

Safety: the address must be a valid UICR register.