mirror of
https://github.com/EEVengers/ThunderScope.git
synced 2025-04-22 17:43:44 +00:00
Wrote to channel mux when changing channels
This commit is contained in:
parent
8b426ee9e5
commit
62b4c7cb79
@ -887,6 +887,9 @@ int PCIeLink::_adc_ch_cfg(){
|
||||
_FIFO_WRITE(user_handle,currentBoardState.adc_in_sel_12,sizeof(currentBoardState.adc_in_sel_12));
|
||||
_FIFO_WRITE(user_handle,currentBoardState.adc_in_sel_34,sizeof(currentBoardState.adc_in_sel_34));
|
||||
|
||||
//write to datamover reg
|
||||
_Write32(user_handle,DATAMOVER_REG_OUT,currentBoardState.datamover_reg_out);
|
||||
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user