SecureStorage Enum
Namespace: GHIElectronics.TinyCLR.Devices.SecureStorage · Assembly: GHIElectronics.TinyCLR.Devices.SecureStorage
Selects which on-chip non-volatile region the controller targets.
public enum SecureStorage
Fields
| Name | Value | Description |
|---|---|---|
Configuration | 0 | Re-writable configuration region (erasable, can be updated freely). |
Otp | 1 | One-Time-Programmable region. Writes are permanent; SecureStorageController.Erase is not supported. |