enum

SVD::RegisterProperties::Protection

Inherits Enum / Comparable / Value / Object

Constants

Secure = 0
NonSecure = 1
Privileged = 2

Constructors

parse(string : String) : self
Source

Instance methods

non_secure?

Returns true if this enum value equals NonSecure

Source
privileged?

Returns true if this enum value equals Privileged

Source
secure?

Returns true if this enum value equals Secure

Source