Searched refs:current_vol (Results 1 – 1 of 1) sorted by relevance
46 #define VOLUME_DOWN(current_vol) \ argument47 ((uint8_t)MAX(0, (int)current_vol - vol_rend.volume_step))48 #define VOLUME_UP(current_vol) \ argument49 ((uint8_t)MIN(UINT8_MAX, (int)current_vol + vol_rend.volume_step))