![]() |
SimpleLink Host Driver
0.0.5.1
|
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... | |
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.
PORTING ACTION:
#define sl_DeviceDisable | ( | ) |
Disable the device by setting the appropriate GPIO to Low.
#define sl_DeviceEnable | ( | ) |
Enable the device by set the appropriate GPIO to high.