Singlepulse when write a 1 to the corresponding bit #255
-
As subject, how to describe these behavior ?
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Sorry for not seeing this sooner. The first case is trivial since it is the inherent behavior of the
The second case is possible if you make the field have a "write-zero-to-set" access policy:
|
Beta Was this translation helpful? Give feedback.
Sorry for not seeing this sooner.
The first case is trivial since it is the inherent behavior of the
singlepulse
property. Writing a 1 to the field will set it to 1 since it is writable, and then it will automatically clear to 0 due tosinglepulse
.The second case is possible if you make the field have a "write-zero-to-set" access policy: