@[email protected] to Programmer [email protected] • 8 months agoYou can certainly change it. But should you?lemmy.mlimagemessage-square55fedilinkarrow-up1536arrow-down17
arrow-up1529arrow-down1imageYou can certainly change it. But should you?lemmy.ml@[email protected] to Programmer [email protected] • 8 months agomessage-square55fedilink
minus-square@poopsmithlinkEnglish24•8 months agoIf you have a memory-mapped peripheral where there’s a readonly register, I could see it being const volatile.
If you have a memory-mapped peripheral where there’s a readonly register, I could see it being
const volatile
.