SimpleLink CC3120/CC3220 Host Driver  Version 2.0.1.15
Simplifies the implementation of Internet connectivity
Device

Controls the behaviour of the CC31xx/CC32xx device (start/stop, events masking and obtaining specific device status) More...

Functions

_i16 sl_Start (const void *pIfHdl, _i8 *pDevName, const P_INIT_CALLBACK pInitCallBack)
 Start the SimpleLink device. More...
 
_i16 sl_Stop (const _u16 Timeout)
 Stop the SimpleLink device. More...
 
_i16 sl_DeviceSet (const _u8 DeviceSetId, const _u8 Option, const _u16 ConfigLen, const _u8 *pValues)
 Setting device configurations. More...
 
_i16 sl_DeviceGet (const _u8 DeviceGetId, _u8 *pOption, _u16 *pConfigLen, _u8 *pValues)
 Internal function for getting device configurations. More...
 
_i16 sl_DeviceEventMaskSet (const _u8 EventClass, const _u32 Mask)
 Set asynchronous event mask. More...
 
_i16 sl_DeviceEventMaskGet (const _u8 EventClass, _u32 *pMask)
 Get current event mask of the device. More...
 
void * sl_Task (void *pEntry)
 The SimpleLink task entry. More...
 
_i16 sl_DeviceUartSetMode (const SlDeviceUartIfParams_t *pUartParams)
 Setting the internal uart mode. More...
 

Typedefs

typedef struct SlDeviceFatalNoCmdAck_t SlDeviceFatalCmdTimeout_t
 
typedef void(* P_INIT_CALLBACK) (_u32 Status, SlDeviceInitInfo_t *DeviceInitInfo)
 

Enumerations

enum  SlDeviceEventId_e {
  SL_DEVICE_EVENT_FATAL_DEVICE_ABORT = 1,
  SL_DEVICE_EVENT_FATAL_DRIVER_ABORT,
  SL_DEVICE_EVENT_FATAL_SYNC_LOSS,
  SL_DEVICE_EVENT_FATAL_NO_CMD_ACK,
  SL_DEVICE_EVENT_FATAL_CMD_TIMEOUT,
  SL_DEVICE_EVENT_RESET_REQUEST,
  SL_DEVICE_EVENT_ERROR,
  SL_DEVICE_EVENT_MAX
}
 
enum  SlDeviceSource_e {
  SL_DEVICE_SOURCE_OTHER,
  SL_DEVICE_SOURCE_WLAN,
  SL_DEVICE_SOURCE_NETCFG,
  SL_DEVICE_SOURCE_NETAPP,
  SL_DEVICE_SOURCE_SECURITY,
  SL_DEVICE_SOURCE_LAST = 0xFF
}
 
enum  SlDeviceResetRequestCaller_e {
  SL_DEVICE_RESET_REQUEST_CALLER_PROVISIONING,
  SL_DEVICE_RESET_REQUEST_CALLER_PROVISIONING_EXTERNAL_CONFIGURATION,
  SL_DEVICE_RESET_REQUEST_NUM_OF_CALLERS
}
 

Detailed Description

Controls the behaviour of the CC31xx/CC32xx device (start/stop, events masking and obtaining specific device status)

Function Documentation

_i16 sl_DeviceEventMaskGet ( const _u8  EventClass,
_u32 *  pMask 
)

Get current event mask of the device.

Return the events bit mask from the device. In case event is masked, the device will not send that event.

Parameters
[in]EventClassThe classification groups that the mask is referred to. Need to be one of the following:
  • SL_DEVICE_EVENT_CLASS_GLOBAL
  • SL_DEVICE_EVENT_CLASS_DEVICE
  • SL_DEVICE_EVENT_CLASS_WLAN
  • SL_DEVICE_EVENT_CLASS_BSD
  • SL_DEVICE_EVENT_CLASS_NETAPP
  • SL_DEVICE_EVENT_CLASS_NETCFG
  • SL_DEVICE_EVENT_CLASS_FS
[out]pMaskPointer to mask bitmap where the value should be stored. Bitmasks are the same as in sl_DeviceEventMaskSet
Returns
Zero on success, or a negative value if an error occurred
See also
sl_DeviceEventMaskSet
Note
Belongs to ext_api
Warning
Example
  • Getting an event mask for WLAN class:
    1 _u32 maskWlan;
    2 sl_DeviceEventMaskGet(SL_DEVICE_EVENT_CLASS_WLAN,&maskWlan);

Definition at line 413 of file device.c.

414 {
415  _SlEventMaskGetMsg_u Msg;
416 
417  /* verify that this api is allowed. if not allowed then
418  ignore the API execution and return immediately with an error */
419  VERIFY_API_ALLOWED(SL_OPCODE_SILO_DEVICE);
420 
421  Msg.Cmd.Group = EventClass;
422 
423  VERIFY_RET_OK(_SlDrvCmdOp((_SlCmdCtrl_t *)&_SlEventMaskGetCmdCtrl, &Msg, NULL));
424 
425  *pMask = Msg.Rsp.Mask;
426 
427  return SL_RET_CODE_OK;
428 }
_i16 sl_DeviceEventMaskSet ( const _u8  EventClass,
const _u32  Mask 
)

Set asynchronous event mask.

Mask asynchronous events from the device.
Masked events do not generate asynchronous messages from the device.
By default - all events are active

Parameters
[in]EventClassThe classification groups that the mask is referred to. Need to be one of the following:
  • SL_DEVICE_EVENT_CLASS_DEVICE
  • SL_DEVICE_EVENT_CLASS_WLAN
  • SL_DEVICE_EVENT_CLASS_BSD
  • SL_DEVICE_EVENT_CLASS_NETAPP
  • SL_DEVICE_EVENT_CLASS_NETCFG
  • SL_DEVICE_EVENT_CLASS_FS
[in]MaskEvent Mask bitmap. Valid mask are (per group):
  • SL_DEVICE_EVENT_CLASS_WLAN user events
    • SL_WLAN_EVENT_CONNECT
    • SL_WLAN_EVENT_P2P_CONNECT
    • SL_WLAN_EVENT_DISCONNECT
    • SL_WLAN_EVENT_P2P_DISCONNECT
    • SL_WLAN_EVENT_STA_ADDED
    • SL_WLAN_EVENT_STA_REMOVED
    • SL_WLAN_EVENT_P2P_CLIENT_ADDED
    • SL_WLAN_EVENT_P2P_CLIENT_REMOVED
    • SL_WLAN_EVENT_P2P_DEVFOUND
    • SL_WLAN_EVENT_P2P_REQUEST
    • SL_WLAN_EVENT_P2P_CONNECTFAIL
    • SL_WLAN_EVENT_PROVISIONING_STATUS
    • SL_WLAN_EVENT_PROVISIONING_PROFILE_ADDED
    • SL_WLAN_EVENT_RXFILTER
  • SL_DEVICE_EVENT_CLASS_DEVICE user events
    • SL_DEVICE_EVENT_ERROR
  • SL_DEVICE_EVENT_CLASS_BSD user events
    • SL_SOCKET_TX_FAILED_EVENT
    • SL_SOCKET_ASYNC_EVENT
  • SL_DEVICE_EVENT_CLASS_NETAPP user events
    • SL_NETAPP_EVENT_IPV4_ACQUIRED
    • SL_NETAPP_EVENT_IPV6_ACQUIRED
    • SL_NETAPP_EVENT_DHCPV4_LEASED
    • SL_NETAPP_EVENT_DHCPV4_RELEASED
    • SL_NETAPP_EVENT_IP_COLLISION
    • SL_NETAPP_EVENT_IPV4_LOST
    • SL_NETAPP_EVENT_DHCP_IPV4_ACQUIRE_TIMEOUT
    • SL_NETAPP_EVENT_IPV6_LOST
Returns
Zero on success, or a negative value if an error occurred
Persistent System Persistent
See also
sl_DeviceEventMaskGet
Note
Belongs to ext_api
Warning
Example
  • Masking connection/disconnection async events from WLAN class:
    1 sl_DeviceEventMaskSet(SL_DEVICE_EVENT_CLASS_WLAN, (SL_DEVICE_EVENT_BIT(SL_WLAN_EVENT_CONNECT) | SL_DEVICE_EVENT_BIT(SL_WLAN_EVENT_DISCONNECT) ) );

Definition at line 375 of file device.c.

376 {
377  _SlEventMaskSetMsg_u Msg;
378 
379  /* verify that this api is allowed. if not allowed then
380  ignore the API execution and return immediately with an error */
381  VERIFY_API_ALLOWED(SL_OPCODE_SILO_DEVICE);
382 
383  Msg.Cmd.Group = EventClass;
384  Msg.Cmd.Mask = Mask;
385 
386  VERIFY_RET_OK(_SlDrvCmdOp((_SlCmdCtrl_t *)&_SlEventMaskSetCmdCtrl, &Msg, NULL));
387 
388  return (_i16)Msg.Rsp.status;
389 }
_i16 sl_DeviceGet ( const _u8  DeviceGetId,
_u8 *  pOption,
_u16 *  pConfigLen,
_u8 *  pValues 
)

Internal function for getting device configurations.

Parameters
[in]DeviceGetIdconfiguration id:
  • SL_DEVICE_STATUS
  • SL_DEVICE_GENERAL
  • SL_DEVICE_IOT
[out]pOptionGet configurations option:
  • SL_DEVICE_STATUS:
    • SL_DEVICE_EVENT_CLASS_DEVICE
    • SL_DEVICE_EVENT_CLASS_WLAN
    • SL_DEVICE_EVENT_CLASS_BSD
    • SL_DEVICE_EVENT_CLASS_NETAPP
    • SL_DEVICE_EVENT_CLASS_NETCFG
    • SL_DEVICE_EVENT_CLASS_FS
  • SL_DEVICE_GENERAL:
    • SL_DEVICE_GENERAL_VERSION
    • SL_DEVICE_GENERAL_DATE_TIME
    • SL_DEVICE_GENERAL_PERSISTENT
  • SL_DEVICE_IOT:
    • SL_DEVICE_IOT_UDID
[out]pConfigLenThe length of the allocated memory as input, when the function complete, the value of this parameter would be the len that actually read from the device.
If the device return length that is longer from the input value, the function will cut the end of the returned structure and will return SL_ESMALLBUF
[out]pValuesGet requested configurations values
Returns
Zero on success, or a negative value if an error occurred
See also
Note
Warning
Examples
  • Getting WLAN class status (status is always cleared on read):
    1 _u32 statusWlan;
    2 _u8 pConfigOpt;
    3 _u16 pConfigLen;
    4 pConfigOpt = SL_DEVICE_EVENT_CLASS_WLAN;
    5 pConfigLen = sizeof(_u32);
    6 sl_DeviceGet(SL_DEVICE_STATUS,&pConfigOpt,&pConfigLen,(_u8 *)(&statusWlan));
    7 if (SL_DEVICE_STATUS_WLAN_STA_CONNECTED & statusWlan )
    8 {
    9  printf("Device is connected\n");
    10 }
    11 if (SL_DEVICE_EVENT_DROPPED_WLAN_RX_FILTERS & statusWlan )
    12 {
    13  printf("RX filer event dropped\n");
    14 }

  • Getting version:
    1 SlDeviceVersion_t ver;
    2 pConfigLen = sizeof(ver);
    3 pConfigOpt = SL_DEVICE_GENERAL_VERSION;
    4 sl_DeviceGet(SL_DEVICE_GENERAL,&pConfigOpt,&pConfigLen,(_u8 *)(&ver));
    5 printf("CHIP %d\nMAC 31.%d.%d.%d.%d\nPHY %d.%d.%d.%d\nNWP %d.%d.%d.%d\nROM %d\nHOST %d.%d.%d.%d\n",
    6  ver.ChipId,
    7  ver.FwVersion[0],ver.FwVersion[1],
    8  ver.FwVersion[2],ver.FwVersion[3],
    9  ver.PhyVersion[0],ver.PhyVersion[1],
    10  ver.PhyVersion[2],ver.PhyVersion[3],
    11  ver.NwpVersion[0],ver.NwpVersion[1],ver.NwpVersion[2],ver.NwpVersion[3],
    12  ver.RomVersion,
    13  SL_MAJOR_VERSION_NUM,SL_MINOR_VERSION_NUM,SL_VERSION_NUM,SL_SUB_VERSION_NUM);

  • Getting Device time and date:
    1 SlDateTime_t dateTime = {0};
    2 _i16 configLen = sizeof(SlDateTime_t);
    3 _i8 configOpt = SL_DEVICE_GENERAL_DATE_TIME;
    4 sl_DeviceGet(SL_DEVICE_GENERAL,&configOpt, &configLen,(_u8 *)(&dateTime));
    5 
    6 printf("Day %d,Mon %d,Year %d,Hour %,Min %d,Sec %d\n",dateTime.tm_day,dateTime.tm_mon,dateTime.tm_year,
    7  dateTime.tm_hour,dateTime.tm_min,dateTime.tm_sec);
  • Getting persistency system configuration:
    1 _i16 configLen = sizeof(_u8);
    2 _i8 configOpt = SL_DEVICE_GENERAL_PERSISTENT;
    3 sl_DeviceGet(SL_DEVICE_GENERAL,&configOpt, &configLen,&persistent);

Definition at line 454 of file device.c.

455 {
456  _SlDeviceMsgGet_u Msg;
457  _SlCmdExt_t CmdExt;
458 
459  /* verify that this api is allowed. if not allowed then
460  ignore the API execution and return immediately with an error */
461  VERIFY_API_ALLOWED(SL_OPCODE_SILO_DEVICE);
462 
463  if (*pConfigLen == 0)
464  {
465  return SL_EZEROLEN;
466  }
467 
468  if( pOption )
469  {
470 
471  _SlDrvResetCmdExt(&CmdExt);
472  CmdExt.RxPayloadLen = (_i16)*pConfigLen;
473  CmdExt.pRxPayload = (_u8 *)pValues;
474 
475  Msg.Cmd.DeviceSetId = DeviceGetId;
476 
477  Msg.Cmd.Option = (_u16)*pOption;
478 
479  VERIFY_RET_OK(_SlDrvCmdOp((_SlCmdCtrl_t *)&_SlDeviceGetCmdCtrl, &Msg, &CmdExt));
480 
481  if( pOption )
482  {
483  *pOption = (_u8)Msg.Rsp.Option;
484  }
485 
486  if (CmdExt.RxPayloadLen < CmdExt.ActualRxPayloadLen)
487  {
488  *pConfigLen = (_u16)CmdExt.RxPayloadLen;
489 
490  return SL_ESMALLBUF;
491  }
492  else
493  {
494  *pConfigLen = (_u16)CmdExt.ActualRxPayloadLen;
495  }
496 
497  return (_i16)Msg.Rsp.Status;
498  }
499  else
500  {
501  return SL_RET_CODE_INVALID_INPUT;
502  }
503 }
_i16 sl_DeviceSet ( const _u8  DeviceSetId,
const _u8  Option,
const _u16  ConfigLen,
const _u8 *  pValues 
)

Setting device configurations.

Parameters
[in]DeviceSetIdconfiguration id:
  • SL_DEVICE_GENERAL
[in]Optionconfigurations option:
  • SL_DEVICE_GENERAL_DATE_TIME
  • SL_DEVICE_GENERAL_PERSISTENT
[in]ConfigLenconfigurations len
[in]pValuesconfigurations values
Returns
Zero on success, or a negative value if an error occurred
Persistent
SL_DEVICE_GENERAL_DATE_TIME - Non-Persistent (Kept during hibernate) SL_DEVICE_GENERAL_PERSISTENT - Persistent
See also
Note
Warning
Examples:
  • Setting device time and date example:
    1 SlDateTime_t dateTime= {0};
    2 dateTime.tm_day = (_u32)23; // Day of month (DD format) range 1-31
    3 dateTime.tm_mon = (_u32)6; // Month (MM format) in the range of 1-12
    4 dateTime.tm_year = (_u32)2014; // Year (YYYY format)
    5 dateTime.tm_hour = (_u32)17; // Hours in the range of 0-23
    6 dateTime.tm_min = (_u32)55; // Minutes in the range of 0-59
    7 dateTime.tm_sec = (_u32)22; // Seconds in the range of 0-59
    8 sl_DeviceSet(SL_DEVICE_GENERAL,
    9  SL_DEVICE_GENERAL_DATE_TIME,
    10  sizeof(SlDateTime_t),
    11  (_u8 *)(&dateTime));

  • Setting system persistent configuration:
    Sets the default system-wide configuration persistence mode. In case true, all APIs that follow 'system configured' persistence (see persistence attribute noted per API) shall maintain the configured settings. In case false, all calls to APIs that follow 'system configured' persistence shall be volatile. Configuration should revert to default after reset or power recycle
    1 _u8 persistent = 1;
    2 sl_DeviceSet(SL_DEVICE_GENERAL,
    3  SL_DEVICE_GENERAL_PERSISTENT,
    4  sizeof(_u8),
    5  (_u8 *)(&persistent));

Definition at line 526 of file device.c.

527 {
528  _SlDeviceMsgSet_u Msg;
529  _SlCmdExt_t CmdExt;
530 
531  /* verify that this api is allowed. if not allowed then
532  ignore the API execution and return immediately with an error */
533  VERIFY_API_ALLOWED(SL_OPCODE_SILO_DEVICE);
534 
535  _SlDrvResetCmdExt(&CmdExt);
536 
537  CmdExt.TxPayload1Len = (ConfigLen+3) & (~3);
538  CmdExt.pTxPayload1 = (_u8 *)pValues;
539 
540  Msg.Cmd.DeviceSetId = DeviceSetId;
541  Msg.Cmd.ConfigLen = ConfigLen;
542  Msg.Cmd.Option = Option;
543 
544  VERIFY_RET_OK(_SlDrvCmdOp((_SlCmdCtrl_t *)&_SlDeviceSetCmdCtrl, &Msg, &CmdExt));
545 
546  return (_i16)Msg.Rsp.status;
547 }
_i16 sl_DeviceUartSetMode ( const SlDeviceUartIfParams_t pUartParams)

Setting the internal uart mode.

Parameters
[in]pUartParamsPointer to the uart configuration parameter set:
  • baudrate - up to 711 Kbps
  • flow control - enable/disable
  • comm port - the comm port number
Returns
On success zero is returned, otherwise - Failed.
See also
Note
Belongs to basic_api
Warning
This function must consider the host uart capability

Definition at line 705 of file device.c.

706 {
707  _SlUartSetModeMsg_u Msg;
708  _u32 magicCode = (_u32)0xFFFFFFFF;
709 
710  Msg.Cmd.BaudRate = pUartParams->BaudRate;
711  Msg.Cmd.FlowControlEnable = pUartParams->FlowControlEnable;
712 
713 
714  VERIFY_RET_OK(_SlDrvCmdOp((_SlCmdCtrl_t *)&_SlUartSetModeCmdCtrl, &Msg, NULL));
715 
716  /* cmd response OK, we can continue with the handshake */
717  if (SL_RET_CODE_OK == Msg.Rsp.status)
718  {
719  sl_IfMaskIntHdlr();
720 
721  /* Close the comm port */
722  sl_IfClose(g_pCB->FD);
723 
724  /* Re-open the comm port */
725  sl_IfOpen((void * )pUartParams, SL_IF_UART_REOPEN_FLAGS);
726 
727  sl_IfUnMaskIntHdlr();
728 
729  /* send the magic code and wait for the response */
730  sl_IfWrite(g_pCB->FD, (_u8* )&magicCode, 4);
731 
732  magicCode = UART_SET_MODE_MAGIC_CODE;
733  sl_IfWrite(g_pCB->FD, (_u8* )&magicCode, 4);
734 
735  /* clear magic code */
736  magicCode = 0;
737 
738  /* wait (blocking) till the magic code to be returned from device */
739  sl_IfRead(g_pCB->FD, (_u8* )&magicCode, 4);
740 
741  /* check for the received magic code matching */
742  if (UART_SET_MODE_MAGIC_CODE != magicCode)
743  {
744  _SL_ASSERT(0);
745  }
746  }
747 
748  return (_i16)Msg.Rsp.status;
749 }
_i16 sl_Start ( const void *  pIfHdl,
_i8 *  pDevName,
const P_INIT_CALLBACK  pInitCallBack 
)

Start the SimpleLink device.

This function initialize the communication interface, set the enable pin of the device, and call to the init complete callback.

Parameters
[in]pIfHdlOpened Interface Object. In case the interface must be opened outside the SimpleLink Driver, the user might give the handler to be used in
any access of the communication interface with the device (UART/SPI).
The SimpleLink driver will open an interface port only if this parameter is null!
[in]pDevNameThe name of the device to open. Could be used when the pIfHdl is null, to transfer information to the open interface function
This pointer could be used to pass additional information to sl_IfOpen in case it is required (e.g. UART com port name)
[in]pInitCallBackPointer to function that would be called on completion of the initialization process.
If this parameter is NULL the function is blocked until the device initialization is completed, otherwise the function returns immediately.
Returns
Returns the current active role (STA/AP/P2P) or an error code:
  • ROLE_STA, ROLE_AP, ROLE_P2P in case of success, otherwise in failure one of the following is return:
  • SL_ERROR_ROLE_STA_ERR (Failure to load MAC/PHY in STA role)
  • SL_ERROR_ROLE_AP_ERR (Failure to load MAC/PHY in AP role)
  • SL_ERROR_ROLE_P2P_ERR (Failure to load MAC/PHY in P2P role)
  • SL_ERROR_CALIB_FAIL (Failure of calibration)
  • SL_ERROR_FS_CORRUPTED_ERR (FS is corrupted, Return to Factory Image or Program new image should be invoked (see sl_FsCtl, sl_FsProgram))
  • SL_ERROR_FS_ALERT_ERR (Device is locked, Return to Factory Image or Program new image should be invoked (see sl_FsCtl, sl_FsProgram))
  • SL_ERROR_RESTORE_IMAGE_COMPLETE (Return to factory image completed, perform reset)
  • SL_ERROR_GENERAL_ERR (General error during init)
See also
sl_Stop
Note
Belongs to basic_api
Warning
This function must be called before any other SimpleLink API is used, or after sl_Stop is called for reinit the device
Example:
  • Open interface without callback routine. The interface name and handler are handled by the sl_IfOpen routine:
    1 if( sl_Start(NULL, NULL, NULL) < 0 )
    2 {
    3  LOG("Error opening interface to device\n");
    4 }

  • Open interface with a callback routine:
    1 void SimpleLinkInitCallback(_u32 status)
    2 {
    3  LOG("Handle SimpleLink Interface acording to ststus %d\n", status);
    4 }
    5 
    6 void main(void)
    7 {
    8  if (sl_Start(NULL, NULL, SimpleLinkInitCallback) < 0)
    9  {
    10  LOG("Error opening interface to device\n");
    11  }
    12 }

Definition at line 102 of file device.c.

103 {
104  _u8 ObjIdx = MAX_CONCURRENT_ACTIONS;
105  InitComplete_t AsyncRsp;
106 
107  /* verify no erorr handling in progress. if in progress than
108  ignore the API execution and return immediately with an error */
109  VERIFY_NO_ERROR_HANDLING_IN_PROGRESS();
110  if (SL_IS_DEVICE_STARTED)
111  {
112  return SL_RET_CODE_DEV_ALREADY_STARTED;
113  }
114  /* Perform any preprocessing before enable networking services */
115 #ifdef sl_DeviceEnablePreamble
116  sl_DeviceEnablePreamble();
117 #endif
118 
119  /* ControlBlock init */
120  (void)_SlDrvDriverCBInit();
121 
122  /* open the interface: usually SPI or UART */
123  if (NULL == pIfHdl)
124  {
125  g_pCB->FD = sl_IfOpen((void *)pDevName, SL_IF_OPEN_FLAGS);
126  }
127  else
128  {
129  g_pCB->FD = (_SlFd_t)pIfHdl;
130  }
131 
132  ObjIdx = _SlDrvProtectAsyncRespSetting((_u8 *)&AsyncRsp, START_STOP_ID, SL_MAX_SOCKETS);
133 
134  if (MAX_CONCURRENT_ACTIONS == ObjIdx)
135  {
136  return SL_POOL_IS_EMPTY;
137  }
138 
139  if( g_pCB->FD >= (_SlFd_t)0)
140  {
141  /* store the interface parameters for the internal call of the
142  sl_start to be called upon reset request handling */
143  DeviceCB.pIfHdl = pIfHdl;
144  DeviceCB.pDevName = pDevName;
145 
146  /* Mark that device is in progress! */
147  SL_SET_DEVICE_START_IN_PROGRESS;
148 
149  sl_DeviceDisable();
150 
151  sl_IfRegIntHdlr((SL_P_EVENT_HANDLER)_SlDrvRxIrqHandler, NULL);
152 
153  g_pCB->pInitCallback = pInitCallBack;
154  sl_DeviceEnable();
155 
156  if (NULL == pInitCallBack)
157  {
158 #ifdef SL_TINY
159  _SlDrvSyncObjWaitForever(&g_pCB->ObjPool[ObjIdx].SyncObj);
160 #else
161  SL_DRV_SYNC_OBJ_WAIT_TIMEOUT(&g_pCB->ObjPool[ObjIdx].SyncObj,
162  INIT_COMPLETE_TIMEOUT,
163  SL_OPCODE_DEVICE_INITCOMPLETE);
164 #endif
165 
166  SL_UNSET_DEVICE_START_IN_PROGRESS;
167 
168  SL_SET_DEVICE_STARTED;
169 
170  /* release Pool Object */
171  _SlDrvReleasePoolObj(g_pCB->FunctionParams.AsyncExt.ActionIndex);
172  return _SlDeviceGetStartResponseConvert(AsyncRsp.Status);
173  }
174  else
175  {
176  return SL_RET_CODE_OK;
177  }
178  }
179  return SL_BAD_INTERFACE;
180 }
_i16 sl_Stop ( const _u16  Timeout)

Stop the SimpleLink device.

This function clears the enable pin of the device, closes the communication
interface and invokes the stop complete callback

Parameters
[in]TimeoutStop timeout in msec. Should be used to give the device time to finish
any transmission/reception that is not completed when the function was called.
Additional options:
  • 0 Enter to hibernate immediately
  • 0xFFFF Host waits for device's response before
    hibernating, without timeout protection
  • 0 < Timeout[msec] < 0xFFFF Host waits for device's response before
    hibernating, with a defined timeout protection
    This timeout defines the max time to wait. The NWP
    response can be sent earlier than this timeout.
Returns
Zero on success, or a negative value if an error occurred
See also
sl_Start
Note
This API will shutdown the device and invoke the "i/f close" function regardless
if it was opened implicitly or explicitly.
It is up to the platform interface library to properly handle interface close
routine
Belongs to basic_api
Warning

Definition at line 261 of file device.c.

262 {
263  _i16 RetVal=0;
264  _SlStopMsg_u Msg;
265  _BasicResponse_t AsyncRsp;
266  _u8 ObjIdx = MAX_CONCURRENT_ACTIONS;
267  _u8 ReleasePoolObject = FALSE;
268  _u8 IsProvInProgress = FALSE;
269 
270  /* NOTE: don't check VERIFY_API_ALLOWED(), this command is not
271  filtered in error handling and also not filtered in NWP lock state */
272 
273  /* If we are in the middle of assert handling then ignore stopping
274  * the device with timeout and force immediate shutdown as we would like
275  * to avoid any additional commands to the NWP */
276  if( (Timeout != 0)
277 #ifndef SL_TINY
278  && (!SL_IS_RESTART_REQUIRED)
279 #endif
280  )
281  {
282  /* let the device make the shutdown using the defined timeout */
283  Msg.Cmd.Timeout = Timeout;
284 
285  IsProvInProgress = SL_IS_PROVISIONING_IN_PROGRESS;
286 
287  /* if provisioning in progress do not take pool object as we are not going to wait for it if */
288  if (!IsProvInProgress)
289  {
290  ObjIdx = _SlDrvProtectAsyncRespSetting((_u8 *)&AsyncRsp, START_STOP_ID, SL_MAX_SOCKETS);
291  if (MAX_CONCURRENT_ACTIONS == ObjIdx)
292  {
293  return SL_POOL_IS_EMPTY;
294  }
295 
296  ReleasePoolObject = TRUE;
297  }
298 
299  /* Set the stop-in-progress flag */
300  SL_SET_DEVICE_STOP_IN_PROGRESS;
301 
302  VERIFY_RET_OK(_SlDrvCmdOp((_SlCmdCtrl_t *)&_SlStopCmdCtrl, &Msg, NULL));
303 
304 
305  /* Do not wait for stop async event if provisioning is in progress */
306  if((SL_OS_RET_CODE_OK == (_i16)Msg.Rsp.status) && (!(IsProvInProgress)))
307  {
308 
309 #ifdef SL_TINY
310  _SlDrvSyncObjWaitForever(&g_pCB->ObjPool[ObjIdx].SyncObj);
311  /* Wait for sync object to be signaled */
312 #else
313  SL_DRV_SYNC_OBJ_WAIT_TIMEOUT(&g_pCB->ObjPool[ObjIdx].SyncObj,
314  STOP_DEVICE_TIMEOUT,
315  SL_OPCODE_DEVICE_STOP_ASYNC_RESPONSE);
316 
317 #endif
318 
319  Msg.Rsp.status = AsyncRsp.status;
320  RetVal = Msg.Rsp.status;
321  }
322 
323  /* Release pool object only if taken */
324  if (ReleasePoolObject == TRUE)
325  {
326  _SlDrvReleasePoolObj(ObjIdx);
327  }
328 
329  /* This macro wait for the NWP to raise a ready for shutdown indication.
330  * This function is unique for the CC32XX family, and expected to return
331  * in less than 600 mSec, which is the time takes for NWP to gracefully shutdown. */
332  WAIT_NWP_SHUTDOWN_READY;
333  }
334  else
335  {
336  /* Set the stop-in-progress flag */
337  SL_SET_DEVICE_STOP_IN_PROGRESS;
338  }
339 
340  sl_IfRegIntHdlr(NULL, NULL);
341  sl_DeviceDisable();
342  RetVal = sl_IfClose(g_pCB->FD);
343 
344  (void)_SlDrvDriverCBDeinit();
345 
346  SL_UNSET_DEVICE_STOP_IN_PROGRESS;
347 
348  return RetVal;
349 }
void* sl_Task ( void *  pEntry)

The SimpleLink task entry.

This function must be called from the main loop or from dedicated thread in the following cases:

  • Non-Os Platform - should be called from the mail loop
  • Multi Threaded Platform when the user does not implement the external spawn functions - should be called from dedicated thread allocated to the SimpleLink driver. In this mode the function never return.
parameters
None
Returns
None
See also
Note
Belongs to basic_api
Warning
This function must be called from a thread that is start running before any call to other SimpleLink API

Definition at line 87 of file device.c.

88 {
89 #ifdef _SlTaskEntry
90  return (void*)_SlTaskEntry();
91 #else
92  return (void*)0;
93 #endif
94 }

Data Structure Documentation

struct SlDeviceEventResetRequest_t

Definition at line 63 of file device.h.

Data Fields
_u16 Caller
_i16 Status
struct SlDeviceEventError_t

Definition at line 80 of file device.h.

Data Fields
_i16 Code
SlDeviceSource_e Source
union SlDeviceEventData_u

Definition at line 86 of file device.h.

Data Fields
SlDeviceEventError_t Error
SlDeviceEventResetRequest_t ResetRequest
struct SlDeviceEvent_t

Definition at line 101 of file device.h.

Data Fields
SlDeviceEventData_u Data
_u32 Id
struct SlDeviceFatalDeviceAssert_t

Definition at line 115 of file device.h.

Data Fields
_u32 Code
_u32 Value
struct SlDeviceFatalNoCmdAck_t

Definition at line 122 of file device.h.

Data Fields
_u32 Code
union SlDeviceFatalData_u

Definition at line 128 of file device.h.

Data Fields
SlDeviceFatalCmdTimeout_t CmdTimeout
SlDeviceFatalDeviceAssert_t DeviceAssert
SlDeviceFatalNoCmdAck_t NoCmdAck
struct SlDeviceFatal_t

Definition at line 136 of file device.h.

Data Fields
SlDeviceFatalData_u Data
_u32 Id
struct SlDeviceUartIfParams_t

Definition at line 215 of file device.h.

Data Fields
_u32 BaudRate
_u8 CommPort
_u8 FlowControlEnable
struct SlDeviceVersion_t

Definition at line 237 of file device.h.

Data Fields
_u32 ChipId
_u8 FwVersion[4]
_u8 NwpVersion[4]
_u16 Padding
_u8 PhyVersion[4]
_u16 RomVersion
struct SlDateTime_t

Definition at line 248 of file device.h.

Data Fields
_u32 reserved[3]
_u32 tm_day
_u32 tm_hour
_u32 tm_min
_u32 tm_mon
_u32 tm_sec
_u32 tm_week_day
_u32 tm_year
_u32 tm_year_day
struct SlDeviceInitInfo_t

Definition at line 267 of file device.h.

Data Fields
_u32 ChipId
_u32 MoreData