|
Open Model Railroad Network (OpenMRN)
|
Macros | |
| #define | sl_DeviceEnablePreamble() NwpPowerOnPreamble() |
| Preamble to the enabling the Network Processor. Placeholder to implement any pre-process operations before enabling networking operations. | |
| #define | sl_DeviceEnable() NwpPowerOn() |
| Enable the Network Processor. | |
| #define | sl_DeviceDisable() NwpPowerOff() |
| Disable the Network Processor. | |
| #define | sl_DeviceDisable_WithNwpLpdsPoll() NwpPowerOff_WithNwpLpdsPoll() |
| Disable the Network Processor after making sure the network processor has entered low power mode. | |
| #define | sl_DeviceEnablePreamble() NwpPowerOnPreamble() |
| Preamble to the enabling the Network Processor. Placeholder to implement any pre-process operations before enabling networking operations. | |
| #define | sl_DeviceEnable() NwpPowerOn() |
| Enable the Network Processor. | |
| #define | sl_DeviceDisable() NwpPowerOff() |
| Disable the Network Processor. | |
| #define | sl_DeviceDisable_WithNwpLpdsPoll() NwpPowerOff_WithNwpLpdsPoll() |
| Disable the Network Processor after making sure the network processor has entered low power mode. | |
The enable/disable API provide mechanism to enable/disable the network processor
porting ACTION:
| #define sl_DeviceDisable | ( | ) | NwpPowerOff() |
Disable the Network Processor.
Definition at line 356 of file nonos_user.h.
| #define sl_DeviceDisable | ( | ) | NwpPowerOff() |
| #define sl_DeviceDisable_WithNwpLpdsPoll | ( | ) | NwpPowerOff_WithNwpLpdsPoll() |
Disable the Network Processor after making sure the network processor has entered low power mode.
Definition at line 366 of file nonos_user.h.
| #define sl_DeviceDisable_WithNwpLpdsPoll | ( | ) | NwpPowerOff_WithNwpLpdsPoll() |
Disable the Network Processor after making sure the network processor has entered low power mode.
| #define sl_DeviceEnable | ( | ) | NwpPowerOn() |
Enable the Network Processor.
Definition at line 347 of file nonos_user.h.
| #define sl_DeviceEnable | ( | ) | NwpPowerOn() |
| #define sl_DeviceEnablePreamble | ( | ) | NwpPowerOnPreamble() |
Preamble to the enabling the Network Processor. Placeholder to implement any pre-process operations before enabling networking operations.
Definition at line 334 of file nonos_user.h.
| #define sl_DeviceEnablePreamble | ( | ) | NwpPowerOnPreamble() |
Preamble to the enabling the Network Processor. Placeholder to implement any pre-process operations before enabling networking operations.