1
0
Fork 0

downconn FW: rename csr

This commit is contained in:
morgan 2024-09-20 15:17:09 +08:00
parent 933fc9b0f6
commit 116f43b2e9
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ pub fn loopback_testing(timer: &mut GlobalTimer, speed: CXP_SPEED) {
csr::cxp::downconn_trig_clr_write(1); csr::cxp::downconn_trig_clr_write(1);
info!("after clr trig ack = {}", csr::cxp::downconn_trig_ack_read()); info!("after clr trig ack = {}", csr::cxp::downconn_trig_ack_read());
info!("decode error = {}", csr::cxp::downconn_decode_error_read()); info!("decoder error = {}", csr::cxp::downconn_decoder_error_read());
info!("packet type = {:#06X}", csr::cxp::downconn_packet_type_read()); info!("packet type = {:#06X}", csr::cxp::downconn_packet_type_read());
// TODO: investigate how to make my packet appear // TODO: investigate how to make my packet appear