![]() |
Include dependency graph for AutoRun.h:
|
I/O device interface code for SDIO Bluetooth Fat |
|
I/O device interface code for SDIO BlueTooth Thin |
|
I/O device interface code for Custom function |
|
I/O device interface code for SDIO UART |
|
MMC memory cards |
|
MMC ROM cards |
|
Plug and Play for a Serial Perpherial |
|
SD I/O cards |
|
SD memory cards |
|
SD ROM cards |
|
Driver source is: not used |
|
Driver source is: AutoRunSlotDriverType |
|
It allows SDIO drivers already on the handheld to launch themselves. The parameter pointer that accompanies the notification points to an AutoRunInfoType structure. |
|
Function number from a multi-function card (ranges in value from 1-7). Not used for single-function cards |
|
I/O device (i.e. modem, UART,...) interface code. |
|
Data Structure to be broadcast to the drivers to identify the card inserted and for each registered driver to examine. When a card is inserted into the SD slot, after it has been initialized the SDIO slot driver broadcasts a series of sysNotifyDriverSearch notifications (one for each function up to 8, on an SDIO card; only one notification is broadcast for an SD or MMC memory card) in an attempt to locate function- or card-specific drivers. The notifyDetailsP field of the SysNotifyParamType structure that accompanies the notification points to an AutoRunInfoType structure. Each driver that has registered for sysNotifyDriverSearch should examine the contents of the AutoRunInfoType structure to determine if it is the driver that should control the inserted card. If so, the driver should then check the SysNotifyParamType structure's handled field. If handled is set to true, another driver has received the broadcast and will control the card. If handled is set to false, the driver should set it to true to indicate that it will control the device. The AutoRunInfoType structure can also be obtained by calling SDIOGetAutoRun. |
|
This is the SD card type that is requesting to run a program |
|
Device manufacturer number. |
|
Device manufacturer's product number. |
|
Data Structures that identify the broadcaster (the slot driver for the "source" union) that issued the sysNotifyDriverSearch notification. This structure is a member of the AutoRunInfoType structure's source union. |
|
Specifies which member of the source union to use, if any. |
Top | Developer Home © 2004, PalmOne, Inc. All rights reserved. Generated on Sun May 8 23:46:34 2005 for palmOne SDIO API |