Searched defs:mod_dvfs_opp (Results 1 – 1 of 1) sorted by relevance
32 struct mod_dvfs_opp { struct33 uint32_t level; /*!< Level value of the OPP */34 uint32_t voltage; /*!< Power supply voltage in millivolts (mV) */35 uint32_t frequency; /*!< Clock rate in Hertz (Hz) */36 uint32_t power; /*!< Power draw in milliwatts (mW) */
Completed in 2 milliseconds