You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So the enable parameter is used for selecting the channel direction (tx or rx) when calling iio_device_find_channel, while I guess the meaning was to use it to configure the value to send in iio_channel_attr_write. All the more since quadrature_tracking_en is only a RX channel attr.
Since it is only called later with 0 for the enable parameter, it does not manifest as a bug.
Do you confirm ?
The text was updated successfully, but these errors were encountered:
The code inside quad_tracking function is ambiguous to me. It reads in current master :
So the
enable
parameter is used for selecting the channel direction (tx or rx) when callingiio_device_find_channel
, while I guess the meaning was to use it to configure the value to send iniio_channel_attr_write
. All the more sincequadrature_tracking_en
is only a RX channel attr.Since it is only called later with
0
for theenable
parameter, it does not manifest as a bug.Do you confirm ?
The text was updated successfully, but these errors were encountered: