Searched refs:VOLUME_IN_CONVERT (Results 1 – 2 of 2) sorted by relevance
71 #define VOLUME_IN_CONVERT(Volume) (((Volume) >= 100)? 239:((uint8_t)(((Volume) * 240) / 100))) macro
557 convertedvol = VOLUME_IN_CONVERT(volume); in _set_volume()
Completed in 7 milliseconds