40.3.1.16 max
#define max( ) ((x)>(y)?(x):(y))
Get the maximum of x and y.
#define max( ) ((x)>(y)?(x):(y))
Get the maximum of x and y.
The online versions of the documents are provided as a courtesy. Verify all content and data in the device’s PDF documentation found on the device product page.