RtndEndDriver
RtndEndDriver ends a driver that was initiated by the RtndInitDriver function.
Syntax
VOID RtndEndDriver(
);
Parameters
This function has no parameters.
Remarks
The Network Link Layer (NL2) calls the RtndInitDriver function after it requests the kernel to load a driver. For each call to RtndInitDriver, the NL2 calls RtndEndDriver before it requests the kernel to unload the driver.
Characteristics
Real-time requirements | ||
Deterministic behavior |
Not required |
|
Local memory allocation/deallocation restrictions | ||
Process |
External MSpace |
Internal MSpace |
System |
Allowed |
Allowed |
Process |
Allowed |
Allowed |
Contiguous memory allocation/deallocation restrictions | ||
Contiguous memory |
Allowed |
Requirements
Minimum supported version | Header |
---|---|
eRTOS 1.0 SDK |
Rtnd.h |
See Also: