Home
last modified time | relevance | path

Searched defs:rt_regulator_param (Results 1 – 1 of 1) sorted by relevance

/components/drivers/include/drivers/
A Dregulator.h22 struct rt_regulator_param struct
24 const char *name;
26 int min_uvolt; /* In uV */
27 int max_uvolt; /* In uV */
28 int min_uamp; /* In uA */
29 int max_uamp; /* In uA */
30 int ramp_delay; /* In uV/usec */
31 int enable_delay; /* In usec */
32 int off_on_delay; /* In usec */
34 rt_uint32_t enable_active_high:1;
[all …]

Completed in 3 milliseconds