Closed Clownacy closed 3 years ago
The various DAC_Setup thingies are already sorted and a fixed size, so the driver can just multiply the index by 5 to get an offset, without any need for an offset table taking up space.
DAC_Setup
A decent space saver, nice idea.
The various
DAC_Setup
thingies are already sorted and a fixed size, so the driver can just multiply the index by 5 to get an offset, without any need for an offset table taking up space.