Searched refs:AWS_MAX_CHN_NUMS (Results 1 – 1 of 1) sorted by relevance
30 #define AWS_MAX_CHN_NUMS (2 * 13 + 5) /* +5 for safety gap */ macro31 uint8_t chn_list[AWS_MAX_CHN_NUMS];132 if (aws_chn_index >= AWS_MAX_CHN_NUMS) { in aws_next_channel()182 for (; i < AWS_MAX_CHN_NUMS; i++) { in aws_switch_dst_chan()191 if (i >= AWS_MAX_CHN_NUMS) { in aws_switch_dst_chan()
Completed in 3 milliseconds