@[email protected] to Programmer [email protected] • 10 months agoYou can certainly change it. But should you?lemmy.mlimagemessage-square54fedilinkarrow-up1536arrow-down17
arrow-up1529arrow-down1imageYou can certainly change it. But should you?lemmy.ml@[email protected] to Programmer [email protected] • 10 months agomessage-square54fedilink
minus-square@poopsmithlinkEnglish24•10 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
.