Cordio Stack and Cordio Profiles  r2p3-02rel0
WSF Math API

Macros

#define WSF_MIN(a, b)    ((a) < (b) ? (a) : (b))
 Returns the minimum of two values.
 
#define WSF_MAX(a, b)    ((a) > (b) ? (a) : (b))
 Returns the maximum of two values.
 

Description