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