|
Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
|
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. | |
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.
| regulator_dvs_state_set_t regulator_parent_driver_api::dvs_state_set |
OPT Set a DVS state.
| regulator_ship_mode_t regulator_parent_driver_api::ship_mode |
OPT Enter ship mode.