DM_SendRequest Function

Sends a request to the device manager using SVC interrupt

Syntax

void DM_SendRequest(DEVICE_INTERFACE_TYPE iFaceType, DEVICE_INTERFACE_STATE iFaceState);

Parameters

DEVICE_INTERFACE_TYPE - type of the interface
DEVICE_INTERFACE_STATE - state if the interface

Return Value

N/A

Remarks

N/A

Requirements

dm.h

Example

N/A