ADC_offset0= ADC_offset0SD_N; IER = M_INT2 M_INT3 M_INT4 M_INT13 ;
The code first divides the value of ADC_offset[0] by SD_N and assigns the result back to ADC_offset[0]. It then performs a bitwise OR operation between the values of IER and (M_INT2 | M_INT3 | M_INT4 | M_INT13). The result is then assigned back to IER.
原文地址: http://www.cveoy.top/t/topic/hZKz 著作权归作者所有。请勿转载和采集!