CC32XX SimpleLink Host Driver  1.0.0.10
 All Data Structures Functions Variables Groups Pages
Configuration - Device Enable/Disable

Macros

#define sl_DeviceEnablePreamble()   NwpPowerOnPreamble()
 Preamble to the enabling the Network Processor. Placeholder to implement any pre-process operations before enabling networking operations. More...
 
#define sl_DeviceEnable()   NwpPowerOn()
 Enable the Network Processor. More...
 
#define sl_DeviceDisable()   NwpPowerOff()
 Disable the Network Processor. More...
 

Detailed Description

The enable/disable API provide mechanism to enable/disable the network processor

porting ACTION:

Macro Definition Documentation

#define sl_DeviceDisable ( )    NwpPowerOff()

Disable the Network Processor.

See Also
sl_DeviceEnable
Note
belongs to configuration_sec
#define sl_DeviceEnable ( )    NwpPowerOn()

Enable the Network Processor.

See Also
sl_DeviceDisable
Note
belongs to configuration_sec
#define sl_DeviceEnablePreamble ( )    NwpPowerOnPreamble()

Preamble to the enabling the Network Processor. Placeholder to implement any pre-process operations before enabling networking operations.

See Also
sl_DeviceEnable
Note
belongs to configuration_sec