CEDDK Dynamic-Link Library Bus Access Functions (Windows Embedded CE 6.0)
1/6/2010
Device Manager provides parent bus driver handles in the Active registry key. This enables subordinate drivers to access these bus functions. A set of functions can be created in CEDDK.dll to help subordinate drivers access its bus. The following table shows the functions that are provided for drivers to access the CEDDK.dll bus driver.
Function | Description |
---|---|
This function sends an I/O control code to the bus driver that is related to the caller driver. |
|
This function executes the CEDDK Dynamic-Link Library Bus Access IOCTLs. |
|
This function translates a bus address to a system address. Then, it creates a static, process independent, virtual address mapping for that address. |
|
This function translates a bus address to a virtual system address. |
|
This function calibrates the delay interval for StallExecution. |
|
This function closes the handle that CreateBusAccessHandle allocated. |
|
This function creates a handle that can be used for accessing a bus. |
|
This function returns the bus prefix name. |
|
This function polls the hardware to determine whether it has been removed. |
|
This function retrieves configuration data from a device's configuration address space. |
|
This function requests that the bus driver return the current power state of the device. |
|
This function retrieves the device information of the parent bus driver. |
|
This function retrieves configuration information about a specified slot or address on an I/O bus. |
|
This function retrieves information, starting at the offset, about a slot or address on an I/O bus. |
|
This function sets bus-configuration data for a slot or address on a bus. |
|
This function sets bus-configuration data for a device on a dynamically configurable I/O bus with a published, standard interface. |
|
This function translates a physical bus address to a physical system address. |
|
This function sets configuration data in a device's configuration address space. |
|
This function requests that the bus driver set this device to the power state specified by PowerState. |
|
This function stalls the caller on the current processor for a given interval. |
|
This function translates a physical bus address to a physical system address. |
|
This function translates a physical system address to a physical bus address. |