Lines Matching refs:structure
31 | Transfer | **cntlr**: structure pointer to the SPI controller at the core layer.<br>**msg**: stru…
32 | SetCfg | **cntlr**: structure pointer to the SPI controller at the core layer.<br>**cfg**: struct…
33 | GetCfg | **cntlr**: structure pointer to the SPI controller at the core layer.<br>**cfg**: struct…
34 | Open | **cntlr**: structure pointer to the SPI controller at the core layer.| HDF_STATUS| Opens a…
35 | Close | **cntlr**: structure pointer to the SPI controller at the core layer.| HDF_STATUS| Closes…
43 - Instantiate the **HdfDriverEntry** structure.
116 …Mandatory) Driver name, which must be the same as that of moduleName in the driver entry structure.
177 3. Initialize the **SpiCntlr** object at the core layer, including defining a custom structure (to …
179 - Defining a custom structure
181 …structure holds parameters and data. The **DeviceResourceIface** method provided by the HDF reads …
211 …// SpiCntlr is the core layer controller structure. The Init function assigns values to the member…
299 Initializes the custom structure object and **SpiCntlr**.
358 …function assigns values to the **Release** function in the driver entry structure. If the HDF fail…