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
There is no need to duplicate the "<= DR_REG_MAG_DIRECT" check
in two functions. Now the _soc_reg_to_ulp_periph_sel() function
is used only for "full addresses" (as it was some commits ago)
and will return a ValueError if used with direct ULP addresses.
This commit also masks values correctly when setting the addr
and periph_sel fields for "direct ULP addresses", so only the
bits we're interested in actually get used (rather than being
implicitly trimmed because there aren't more bits available in
a field).
0 commit comments