https://github.com/arduino/docs-content/edit/main/content/hardware/02.hero/boards/uno-r4-minima/tutorials/adc-resolution/adc-resolution.md States that setting it to 14 bit will return up to 65,355. Shouldn't it be 16,384 or is the number padded somehow? Is it just saying it returns that data type? https://reference.arduino.cc/reference/en/language/functions/zero-due-mkr-family/analogreadresolution/ Indicates you can set it higher then the hardware actually supports, but that isn't what happens in the provided example.