0 | module Bindings.RtlSdr.Raw.Gain
2 | import Bindings.RtlSdr.Device
8 | %foreign (librtlsdr "get_tuner_gains")
9 | get_tuner_gains: Ptr RtlSdrHandle -> Ptr Int -> PrimIO Int
13 | %foreign (librtlsdr "set_tuner_gain")
14 | set_tuner_gain: Ptr RtlSdrHandle -> Int -> PrimIO Int
18 | %foreign (librtlsdr "set_tuner_bandwidth")
19 | set_tuner_bandwidth: Ptr RtlSdrHandle -> Int -> PrimIO Int
23 | %foreign (librtlsdr "get_tuner_gain")
24 | get_tuner_gain: Ptr RtlSdrHandle -> PrimIO Int
28 | %foreign (librtlsdr "set_tuner_if_gain")
29 | set_tuner_if_gain: Ptr RtlSdrHandle -> Int -> Int -> PrimIO Int
33 | %foreign (librtlsdr "set_tuner_gain_mode")
34 | set_tuner_gain_mode: Ptr RtlSdrHandle -> Int -> PrimIO Int