Lines Matching refs:structure
38 | ReadTime | **host**: structure pointer to the RTC controller at the core layer.| **time**: struct…
39 | WriteTime | **host**: structure pointer to the RTC controller at the core layer.<br>**time**: str…
40 …**: structure pointer to the RTC controller at the core layer.<br>**alarmIndex**: RTC alarm index,…
41 …*: structure pointer to the RTC controller at the core layer.<br>**alarmIndex**: RTC alarm index, …
42 | RegisterAlarmCallback | **host**: structure pointer to the RTC controller at the core layer.<br>*…
43 | AlarmInterruptEnable | **host**: structure pointer to the RTC controller at the core layer.<br>**…
44 | GetFreq | **host**: structure pointer to the RTC controller at the core layer.| **freq**: pointer…
45 | SetFreq | **host**: structure pointer to the RTC controller at the core layer.<br>**freq**: frequ…
46 | Reset | **host**: structure pointer to the RTC controller at the core layer.| –| HDF_STATUS| Rese…
47 | ReadReg | **host**: structure pointer to the RTC controller at the core layer.<br>**usrDefIndex**…
48 | WriteReg | **host**: structure pointer to the RTC controller at the core layer.<br>**usrDefIndex*…
56 - Instantiate the **HdfDriverEntry** structure.
153 3. Initialize the **RtcHost** object at the core layer, including defining a custom structure (to p…
155 - Defining a custom structure
157 …structure holds parameters and data. The **DeviceResourceIface** method provided by the HDF reads …
174 …// RtcHost is the controller structure at the core layer. The Init function assigns values to the …
254 Initializes the custom structure object and **RtcHost**.
296 …function assigns values to the **Release** function in the driver entry structure. If the HDF fail…