Zephyr API Documentation  3.0.0
A Scalable Open Source RTOS
3.0.0
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
regulator_driver_api Struct Reference

Driver-specific API functions to support regulator control. More...

#include <regulator.h>

Data Fields

int(* enable )(const struct device *dev, struct onoff_client *cli)
 
int(* disable )(const struct device *dev)
 

Detailed Description

Driver-specific API functions to support regulator control.

Field Documentation

◆ disable

int(* regulator_driver_api::disable) (const struct device *dev)

◆ enable

int(* regulator_driver_api::enable) (const struct device *dev, struct onoff_client *cli)

The documentation for this struct was generated from the following file: