Skip to main content

SecureStorage Enum

NuGet: GHIElectronics.TinyCLR.Devices.SecureStorage
Assembly: GHIElectronics.TinyCLR.Devices.SecureStorage
Namespace: GHIElectronics.TinyCLR.Devices.SecureStorage

Selects which on-chip non-volatile region the controller targets.

public enum SecureStorage

Fields

NameValueDescription
Configuration0Re-writable configuration region (erasable, can be updated freely).
Otp1One-Time-Programmable region. Writes are permanent; SecureStorageController.Erase is not supported.