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});
^
Hi,
first of all, thank you for your efforts. I encountered the following error when trying to access
regs.DPLL[0].DPLLCTRLBusingmodify()(regs.DPLL[0].DPLLCTRLAworks fine).The register file can be found here.
zig:
0.10.0-dev.3445+18440cb23regz:
main(last commit is4b04e50cf14a3df87662dc79863e9b7e3dfc6591)