saml10e14a::tc0::count16::ctrlbsetType Alias ONESHOT_R
Source pub type ONESHOT_R = R<bool, bool>;
Expand description
struct ONESHOT_R { }
Implementations
Read raw bits from register/field
Value of the field as raw bits
Returns true
if the bit is clear (0)
Returns true
if the bit is set (1)
Trait Implementations
Tests for self
and other
values to be equal, and is used by ==
.
Tests for !=
. The default implementation is almost always sufficient,
and should not be overridden without very good reason.