X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/87b57522b2ec7e50f242cac038437f1f354cc2c7..e9029d49d5455ec146d2e87436d43d747d6c657a:/LUFA/Drivers/Peripheral/AVR8/ADC_AVR8.h?ds=sidebyside diff --git a/LUFA/Drivers/Peripheral/AVR8/ADC_AVR8.h b/LUFA/Drivers/Peripheral/AVR8/ADC_AVR8.h index 437b4d1a6..5ba789efd 100644 --- a/LUFA/Drivers/Peripheral/AVR8/ADC_AVR8.h +++ b/LUFA/Drivers/Peripheral/AVR8/ADC_AVR8.h @@ -403,6 +403,8 @@ * the results read directly from the \ref ADC_GetResult() instead to reduce overhead. * * \param[in] MUXMask Mask comprising of an ADC channel mask, reference mask and adjustment mask. + * + * \return Converted ADC result for the given ADC channel. */ static inline uint16_t ADC_GetChannelReading(const uint16_t MUXMask) ATTR_WARN_UNUSED_RESULT; static inline uint16_t ADC_GetChannelReading(const uint16_t MUXMask)