0 | module Bindings.RtlSdr.Raw.Misc
2 | import Bindings.RtlSdr.Device
8 | %foreign (librtlsdr "get_tuner_type")
9 | get_tuner_type: Ptr RtlSdrHandle -> Int
13 | %foreign (librtlsdr "set_offset_tuning")
14 | set_offset_tuning: Ptr RtlSdrHandle -> Int -> PrimIO Int
18 | %foreign (librtlsdr "get_offset_tuning")
19 | get_offset_tuning: Ptr RtlSdrHandle -> PrimIO Int
24 | %foreign (librtlsdr "set_bias_tee")
25 | set_bias_tee: Ptr RtlSdrHandle -> Int -> PrimIO Int
29 | %foreign (librtlsdr "set_bias_tee_gpio")
30 | set_bias_tee_gpio: Ptr RtlSdrHandle -> Int -> Int -> PrimIO Int