embassy-nrf

Crates

git

Versions

nrf9151-s

Flavors

uicr_write_masked

Function uicr_write_masked 

Source
pub unsafe fn uicr_write_masked(
    address: *mut u32,
    value: u32,
    mask: 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.