25a3b36793
The mask passed in shouldn't already be shifted by ADC_CS_RROBIN_LSB (16) otherwise the shift in the call to hw_write_masked() would shift all of the bits off the end of the mask, hence we should be asserting not against ADC_CS_RROBIN_BITS (0x1f0000) but against the number of ADC channels available. |
||
---|---|---|
.. | ||
boards | ||
common | ||
host | ||
rp2_common | ||
rp2040 | ||
board_setup.cmake | ||
CMakeLists.txt | ||
host.cmake | ||
rp2_common.cmake | ||
rp2040.cmake |