SimpleLink Host Driver  0.0.5.1
 All Data Structures Functions Variables Groups
Porting - Capabilities Set

Macros

#define SL_INC_ARG_CHECK
 Defines whether the SimpleLink driver perform argument check or not. More...
 
#define SL_INC_EXT_API
 Defines whether to include extended API in SimpleLink driver or not. More...
 
#define SL_INC_WLAN_PKG
 Defines whether to include WLAN package in SimpleLink driver or not. More...
 
#define SL_INC_SOCKET_PKG
 Defines whether to include SOCKET package in SimpleLink driver or not. More...
 
#define SL_INC_NET_APP_PKG
 Defines whether to include NET_APP package in SimpleLink driver or not. More...
 
#define SL_INC_NET_CFG_PKG
 Defines whether to include NET_CFG package in SimpleLink driver or not. More...
 
#define SL_INC_NVMEM_PKG
 Defines whether to include NVMEM package in SimpleLink driver or not. More...
 
#define SL_INC_SOCK_SERVER_SIDE_API
 Defines whether to include socket server side APIs in SimpleLink driver or not. More...
 
#define SL_INC_SOCK_CLIENT_SIDE_API
 Defines whether to include socket client side APIs in SimpleLink driver or not. More...
 
#define SL_INC_SOCK_RECV_API
 Defines whether to include socket receive APIs in SimpleLink driver or not. More...
 
#define SL_INC_SOCK_SEND_API
 Defines whether to include socket send APIs in SimpleLink driver or not. More...
 

Detailed Description

This section IS NOT REQUIRED in case one of the following pre defined capabilities set is in use:

PORTING ACTION:

Macro Definition Documentation

#define SL_INC_ARG_CHECK

Defines whether the SimpleLink driver perform argument check or not.

When defined, the SimpleLink driver perform argument check on function call. Removing this define could reduce some code size and improve slightly the performances but may impact in unpredictable behavior in case of invalid arguments

See Also
Note
belongs to porting_sec
Warning
Removing argument check may cause unpredictable behavior in case of invalid arguments. In this case the user is responsible to argument validity (for example all handlers must not be NULL)
#define SL_INC_EXT_API

Defines whether to include extended API in SimpleLink driver or not.

When defined, the SimpleLink driver will include also all exteded API of the included packages

See Also
ext_api
Note
belongs to porting_sec
Warning
#define SL_INC_NET_APP_PKG

Defines whether to include NET_APP package in SimpleLink driver or not.

When defined, the SimpleLink driver will include also the NET_APP package

See Also
Note
belongs to porting_sec
Warning
#define SL_INC_NET_CFG_PKG

Defines whether to include NET_CFG package in SimpleLink driver or not.

When defined, the SimpleLink driver will include also the NET_CFG package

See Also
Note
belongs to porting_sec
Warning
#define SL_INC_NVMEM_PKG

Defines whether to include NVMEM package in SimpleLink driver or not.

When defined, the SimpleLink driver will include also the NVMEM package

See Also
Note
belongs to porting_sec
Warning
#define SL_INC_SOCK_CLIENT_SIDE_API

Defines whether to include socket client side APIs in SimpleLink driver or not.

When defined, the SimpleLink driver will include also socket client side APIs

See Also
client_side
Note
belongs to porting_sec
Warning
#define SL_INC_SOCK_RECV_API

Defines whether to include socket receive APIs in SimpleLink driver or not.

When defined, the SimpleLink driver will include also socket receive side APIs

See Also
recv_api
Note
belongs to porting_sec
Warning
#define SL_INC_SOCK_SEND_API

Defines whether to include socket send APIs in SimpleLink driver or not.

When defined, the SimpleLink driver will include also socket send side APIs

See Also
send_api
Note
belongs to porting_sec
Warning
#define SL_INC_SOCK_SERVER_SIDE_API

Defines whether to include socket server side APIs in SimpleLink driver or not.

When defined, the SimpleLink driver will include also socket server side APIs

See Also
server_side
Note
Warning
#define SL_INC_SOCKET_PKG

Defines whether to include SOCKET package in SimpleLink driver or not.

When defined, the SimpleLink driver will include also the SOCKET package

See Also
Note
belongs to porting_sec
Warning
#define SL_INC_WLAN_PKG

Defines whether to include WLAN package in SimpleLink driver or not.

When defined, the SimpleLink driver will include also the WLAN package

See Also
Note
belongs to porting_sec
Warning