Lines Matching refs:structure

41 **RegulatorMethod** structure:
59 **Table 1** Description of the RegulatorMethod structure
64 | open | **node**: structure pointer to the regulator node at the core layer. …
65 | close | **node**: structure pointer to the regulator node at the core layer. …
66 | release | **node**: structure pointer to the regulator node at the core layer. …
67 | enable | **node**: structure pointer to the regulator node at the core layer. …
68 | disable | **node**: structure pointer to the regulator node at the core layer. …
69 | forceDisable | **node**: structure pointer to the regulator node at the core layer. …
70 | setVoltage | **node**: structure pointer to the regulator node at the core layer.<br>**minUv**:…
71 | getVoltage | **node**: structure pointer to the regulator node at the core layer.<br>**voltage*…
72 | setCurrent | **node**: structure pointer to the regulator node at the core layer.<br>**minUa**:…
73 | getCurrent | **node**: structure pointer to the regulator node at the core layer.<br>**regCurre…
74 | getStatus | **node**: structure pointer to the regulator node at the core layer.<br>**status**…
205 …Initialize the **RegulatorNode** object at the core layer, including defining a custom structure (…
207 - Defining a custom structure
209 …The **RegulatorNode** structure holds parameters and data for the driver. The HDF obtains the valu…
212 …// RegulatorNode is the core layer controller structure. The Init function assigns values to the m…
289 …Initializes the custom structure and **RegulatorNode** members, and adds the regulator controller …
335 …function assigns values to the **Release** function in the driver entry structure. If the HDF fail…