▲ | zamalek 6 days ago | |||||||||||||||||||||||||||||||
Yes, it's hardware registers. Could be a better idea to generate that from some more compact format, though. | ||||||||||||||||||||||||||||||||
▲ | phendrenad2 5 days ago | parent [-] | |||||||||||||||||||||||||||||||
But really, who needs THAT many hardware registers? I'm guessing that what's happening here is the internal "registers" are actually structs in memory, and someone wanted to address one memory location and thought, "I know, I'll auto-generate #defines for all of the words/longs/bytes!" And now, we're stuck with a billion "hardware registers" that are no such thing. Because somewhere in the code they might be used as such. | ||||||||||||||||||||||||||||||||
|