Home
last modified time | relevance | path

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

/openbmc/phosphor-pid-control/pid/ec/
H A Dpid.hpp11 typedef struct limits_t struct
13 double min = 0.0;
14 double max = 0.0;
15 } limits_t; typedef