SWRU455M February 2017 – October 2020 CC3120 , CC3120MOD , CC3130 , CC3135 , CC3135MOD , CC3220MOD , CC3220MODA , CC3220R , CC3220S , CC3220SF , CC3230S , CC3230SF , CC3235MODAS , CC3235MODASF , CC3235MODS , CC3235MODSF , CC3235S , CC3235SF
The CCA threshold can be configured to set the specific threshold when the channel is considered as occupied. The following values can be set:
Example:
_i16 Status;
_u32 thrshld = SL_TX_INHIBIT_THRESHOLD_MED;
Status = sl_SetSockOpt(soc, SL_SOL_PHY_OPT, SL_SO_PHY_TX_INHIBIT_THRESHOLD, &thrshld,sizeof(thrshld));
if (Status)
{
/* Error */
}