SimpleLink Host Driver  0.0.5.1
 All Data Structures Functions Variables Groups
Porting - Device Enable/Disable

Macros

#define sl_DeviceEnable()
 Enable the device by set the appropriate GPIO to high. More...
 
#define sl_DeviceDisable()
 Disable the device by setting the appropriate GPIO to Low. More...
 

Detailed Description

The enable/disable line (nHib) provide mechanism to enter the device into the least current consumption mode. This mode could be used when no traffic is required (tx/rx). when this hardware line is not connected to any IO of the host this define should be left empty.

Note
Not connecting this line results in ability to start the driver only once.

PORTING ACTION:

Macro Definition Documentation

#define sl_DeviceDisable ( )

Disable the device by setting the appropriate GPIO to Low.

See Also
sl_DeviceEnable
Note
belongs to porting_sec
Warning
if nHib/nShutdown pins are not connected to the host this define should be left empty. Not connecting on of these lines may result in higher power consumption and inability to start and stop the driver correctly.
#define sl_DeviceEnable ( )

Enable the device by set the appropriate GPIO to high.

See Also
sl_DeviceDisable
Note
belongs to porting_sec
Warning
if nHib/nShutdown pins are not connected to the host this define should be left empty. Not connecting on of these lines may result in higher power consumption and inability to start and stop the driver correctly.