Home
last modified time | relevance | path

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

/components/drivers/include/drivers/
A Dthermal.h73 struct rt_thermal_zone_device struct
75 struct rt_device parent;
77 int zone_id;
78 const struct rt_thermal_zone_ops *ops;
80 rt_bool_t trips_free;
81 rt_size_t trips_nr;
82 struct rt_thermal_trip *trips;
83 struct rt_thermal_zone_params params;
108 rt_err_t (*get_temp)(struct rt_thermal_zone_device *zdev, int *out_temp); argument

Completed in 4 milliseconds