You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While I suspect this is something that might be added through svd2rust I still think its useful to mention here:
According to 2.1.2 from the datasheet most registers allow XORing, setting or clearing of individual bits by writing to offset 0x1000, 0x2000 or 0x3000 from the base register. This is useful in a lot of cases to circumvent a read/modify cycle.
Afaik this is not supported by the pac at the moment..
The text was updated successfully, but these errors were encountered:
While I suspect this is something that might be added through svd2rust I still think its useful to mention here:
According to 2.1.2 from the datasheet most registers allow XORing, setting or clearing of individual bits by writing to offset
0x1000
,0x2000
or0x3000
from the base register. This is useful in a lot of cases to circumvent a read/modify cycle.Afaik this is not supported by the pac at the moment..
The text was updated successfully, but these errors were encountered: