phaser: fix docstring formatting (#1866)

This commit is contained in:
ciciwu 2022-03-08 19:03:30 +08:00 committed by GitHub
parent b02abc2bf4
commit 9a96387dfe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -460,8 +460,7 @@ class Phaser:
* :const:`PHASER_STA_TRF1_LD`: Quadrature upconverter 1 lock detect * :const:`PHASER_STA_TRF1_LD`: Quadrature upconverter 1 lock detect
* :const:`PHASER_STA_TERM0`: ADC channel 0 termination indicator * :const:`PHASER_STA_TERM0`: ADC channel 0 termination indicator
* :const:`PHASER_STA_TERM1`: ADC channel 1 termination indicator * :const:`PHASER_STA_TERM1`: ADC channel 1 termination indicator
* :const:`PHASER_STA_SPI_IDLE`: SPI machine is idle and data registers * :const:`PHASER_STA_SPI_IDLE`: SPI machine is idle and data registers can be read/written
can be read/written
:return: Status register :return: Status register
""" """
@ -750,10 +749,11 @@ class PhaserChannel:
* multiple oscillators (in the coredevice phy), * multiple oscillators (in the coredevice phy),
* an interpolation chain and digital upconverter (DUC) on Phaser, * an interpolation chain and digital upconverter (DUC) on Phaser,
* several channel-specific settings in the DAC: * several channel-specific settings in the DAC:
* quadrature modulation compensation QMC * quadrature modulation compensation QMC
* numerically controlled oscillator NCO or coarse mixer CMIX, * numerically controlled oscillator NCO or coarse mixer CMIX,
* the analog quadrature upconverter (in the Phaser-Upconverter hardware
variant), and * the analog quadrature upconverter (in the Phaser-Upconverter hardware variant), and
* a digitally controlled step attenuator. * a digitally controlled step attenuator.
Attributes: Attributes: