Lines Matching refs:structure

61 | getStatus | **wdt**: structure pointer to the watchdog controller at the core layer.| status: poi…
62 | setTimeout | **wdt**: structure pointer to the watchdog controller at the core layer.<br>**second…
63 | getTimeout | **wdt**: structure pointer to the watchdog controller at the core layer. …
64 | start | **wdt**: structure pointer to the watchdog controller at the core layer. …
65 | stop | **wdt**: structure pointer to the watchdog controller at the core layer. …
66 | feed | **wdt**: structure pointer to the watchdog controller at the core layer.| –| HDF_STATUS| F…
67 | getPriv | **wdt**: structure pointer to the watchdog controller at the core layer.| –| HDF_STATUS…
68 | releasePriv | **wdt**: structure pointer to the watchdog controller at the core layer.| –| HDF_ST…
118 …Mandatory) Driver name, which must be the same as that of moduleName in the driver entry structure.
157 …Initialize the **WatchdogCntlr** object at the core layer, including defining a custom structure (…
159 - Define a custom structure.
161structure holds parameters and data. The **DeviceResourceIface** method provided by the HDF reads …
172 …struct WatchdogCntlr { // WatchdogCntlr is the controller structure at the core l…
217 …Initializes the custom structure object and **WatchdogCntlr**, and calls **WatchdogCntlrAdd()** at…
220 …// Generally, the Init function initializes the members of the Hi35xxWatchdog structure based on t…
233 …tchdog *)OsalMemCalloc(sizeof(*hwdt)); // Allocate memory for the Hi35xxWatchdog structure pointer.
241 … // (Mandatory) Call this function to initialize the core layer structure. The driver can …
263 …rces. This function assigns values to **Release()** in the driver entry structure. When the HDF fa…