Zephyr API Documentation  2.7.0-rc2
A Scalable Open Source RTOS
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: