The enable/disable API provide mechanism to enable/disable the network processor
porting ACTION:
#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