Searched refs:pipe (Results 1 – 1 of 1) sorted by relevance
365 static inline void rf_rx_acc_code_pipe_en(rf_channel_e pipe) in rf_rx_acc_code_pipe_en() argument367 write_reg8(0x140c4d, (read_reg8(0x140c4d)&0xc0) | pipe); //rx_access_code_chn_en in rf_rx_acc_code_pipe_en()381 static inline void rf_tx_acc_code_pipe_en(rf_channel_e pipe) in rf_tx_acc_code_pipe_en() argument383 write_reg8(0x140a15, (read_reg8(0x140a15)&0xf8) | pipe); //Tx_Channel_man[2:0] in rf_tx_acc_code_pipe_en()