Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
regulator_parent_driver_api Struct Reference

Driver Operations Regulator Parent driver operations More...

#include <zephyr/drivers/regulator.h>

Data Fields

regulator_dvs_state_set_t dvs_state_set
  OPT Set a DVS state.
regulator_ship_mode_t ship_mode
  OPT Enter ship mode.

Detailed Description

Driver Operations Regulator Parent driver operations

This is the driver API structure any Regulator Parent driver needs to define. It contains function pointers to the operations the driver implements, as well as any other driver-specific constant data.

Members marked with REQ MUST be set by the driver, whereas those marked with OPT are optional.

See also
DEVICE_DT_INST_DEFINE()
DEVICE_DT_DEFINE()
DEVICE_API()

Field Documentation

◆ dvs_state_set

regulator_dvs_state_set_t regulator_parent_driver_api::dvs_state_set

OPT Set a DVS state.

◆ ship_mode

regulator_ship_mode_t regulator_parent_driver_api::ship_mode

OPT Enter ship mode.


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