| channel | The channel number which must be in the range 11<=channel<=26. All other values are reserved and must not be used. |
/* AT86RF231::TRX_OFF */ trx_bit_write(SR_CHANNEL, channel);
/* AT86RF231::[PLL_ACTIVE] */ trx_bit_write(SR_CHANNEL, channel); delay(tTR20);
/* AT86RF231::[ACTIVE] */ channel = trx_bit_read(SR_CHANNEL);
1.5.2