MAX_G_TXPOWER
((__txpower) > MAX_G_TXPOWER) ? DEFAULT_TXPOWER : (__txpower)
return clamp_t(s8, txpower, MIN_G_TXPOWER, MAX_G_TXPOWER);