MAX_A_TXPOWER
((__txpower) > MAX_A_TXPOWER) ? DEFAULT_TXPOWER : (__txpower)
return clamp_t(s8, txpower, MIN_A_TXPOWER, MAX_A_TXPOWER);