Idris2Doc : Bindings.RtlSdr.Misc

Bindings.RtlSdr.Misc

Definitions

getTunerType : PtrRtlSdrHandle->TunerType
  Get the tuner type.

@h is the device handle

Totality: total
Visibility: export
setOffsetTuning : PtrRtlSdrHandle->Bool->IO (EitherRTLSDR_ERROR ())
  Enable or disable offset tuning for zero-IF tuners, which allows to avoid
problems caused by the DC offset of the ADCs and 1/f noise.

@h is the device handle
@t toggles where False means disabled and True means enabled

Totality: total
Visibility: export
getOffsetTuning : PtrRtlSdrHandle->IO (EitherRTLSDR_ERRORBool)
  Get state of the offset tuning mode

@h is the device handle

Totality: total
Visibility: export
setBiasTee : PtrRtlSdrHandle->Bool->IO (EitherRTLSDR_ERROR ())
  Enable or disable the bias tee on GPIO PIN 0.

@h is the device handle
@t is the toggle of `True` for Bias T on. `False` for Bias T off.

Totality: total
Visibility: export
setBiasTeeGpio : PtrRtlSdrHandle->Int->Bool->IO (EitherRTLSDR_ERROR ())
  Enable or disable the bias tee on the given GPIO pin.

@h is the device handle
@g is the gpio pin to configure as a Bias T control.
@t is the toggle of `True` for Bias T on. `False` for Bias T off.

Totality: total
Visibility: export