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
{{ message }}
This repository was archived by the owner on Jul 23, 2024. It is now read-only.
first of all, thank you for your efforts. I encountered the following error when trying to access regs.DPLL[0].DPLLCTRLB using modify() (regs.DPLL[0].DPLLCTRLA works fine).
.\libs\microzig\src\modules\chips\atsame51j20a\atsame51j20a.zig:86:25: error: expected type '*volatile .chip.registers.Mmio(32,.chip.registers.struct:9277:33)', found '*align(1) volatile .chip.registers.Mmio(32,.chip.registers.struct:9277:33)'
regs.OSCCTRL.DPLL[0].DPLLCTRLB.modify(.{.REFCLK = 1});
^