Maxim Integrated / Mbed OS MAXREFDES155#

Dependencies:   MaximInterface

Embed: (wiki syntax)

« Back to documentation index

Device Enable/Disable IO

Device Enable/Disable IO
[Porting]

Functions

void sl_DeviceEnable (void)
 Enable the Network Processor.
void sl_DeviceDisable (void)
 Disable the Network Processor.

Detailed Description

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

PORTING ACTION:

  • None

Function Documentation

void sl_DeviceDisable ( void   )

Disable the Network Processor.

See also:
sl_DeviceEnable
Note:
belongs to porting_sec

Definition at line 97 of file CC3100.cpp.

void sl_DeviceEnable ( void   )

Enable the Network Processor.

See also:
sl_DeviceDisable
Note:
belongs to porting_sec

Definition at line 92 of file CC3100.cpp.