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