CC32XX SimpleLink Host Driver  1.0.0.10
 All Data Structures Functions Variables Groups Pages
Configuration - Capabilities Set

Macros

#define SL_INC_ARG_CHECK
 Defines whether the SimpleLink driver perform argument check or not. More...
 
#define SL_INC_STD_BSD_API_NAMING
 Defines whether SimpleLink driver should expose standard BSD APIs 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 configuration_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 configuration_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 configuration_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 configuration_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 configuration_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 configuration_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 configuration_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 configuration_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 configuration_sec
Warning
#define SL_INC_STD_BSD_API_NAMING

Defines whether SimpleLink driver should expose standard BSD APIs or not.

        When defined, the SimpleLink driver in addtion to its alternative
        BSD APIs expose also standard BSD APIs.
        Stadrad BSD API includs the following functions:
        socket , close , accept , bind , listen     , connect , select , 
        setsockopt  , getsockopt , recv , recvfrom , write , send , sendto , 
        gethostbyname
See Also
Note
belongs to configuration_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 configuration_sec
Warning