MIN_TXPOWER
clamp_t(u8, (__txpower), MIN_TXPOWER, MAX_TXPOWER)
((__CLAMP_TX(__txpower) - MAX_TXPOWER) + MIN_TXPOWER)
(MAX_TXPOWER - (__CLAMP_TX(__txpower) - MIN_TXPOWER))
clamp_t(u8, __txpower, MIN_TXPOWER, MAX_TXPOWER)
clamp_t(u8, __txpower, MIN_TXPOWER, MAX_TXPOWER)
else if (txpower < MIN_TXPOWER && txpower >= (MIN_TXPOWER - r94))
clamp_t(u8, __txpower, MIN_TXPOWER, MAX_TXPOWER)
else if (txpower < MIN_TXPOWER && txpower >= (MIN_TXPOWER - r94))
clamp_t(u8, __txpower, MIN_TXPOWER, MAX_TXPOWER)