We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The user's guide (https://www.analog.com/media/en/technical-documentation/user-guides/adrv9001-ug1828.pdf) states on page 260-261 that DPGIO_12 - DGPIO_15 can be configured in "TX DCLK OUT" mode / feature. When looking at the driver code, these enums are missing from typedef enum adi_adrv9001_GpioSignal
typedef enum adi_adrv9001_GpioSignal
https://github.com/analogdevicesinc/linux/blob/adi-6.1.0/drivers/iio/adc/navassa/devices/adrv9001/public/include/adi_adrv9001_gpio_types.h#L150
Is there a different way to configure "TX DCLK OUT" that I'm missing? (I'm on the adi-6.1.0 branch)
adi-6.1.0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The user's guide (https://www.analog.com/media/en/technical-documentation/user-guides/adrv9001-ug1828.pdf) states on page 260-261 that DPGIO_12 - DGPIO_15 can be configured in "TX DCLK OUT" mode / feature. When looking at the driver code, these enums are missing from
typedef enum adi_adrv9001_GpioSignal
https://github.com/analogdevicesinc/linux/blob/adi-6.1.0/drivers/iio/adc/navassa/devices/adrv9001/public/include/adi_adrv9001_gpio_types.h#L150
Is there a different way to configure "TX DCLK OUT" that I'm missing? (I'm on the
adi-6.1.0
branch)The text was updated successfully, but these errors were encountered: