Cordio Stack and Cordio Profiles
r2p3-02rel0
Main Page
Usage and Description
Reference
Macros
WSF Math API
wsf
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
Copyright © 2017-2018 Arm Ltd. All rights reserved.
Arm Confidential
Cordio Stack and Cordio Profiles