0 | module Bindings.RtlSdr.Raw.Frequency
2 | import Bindings.RtlSdr.Device
8 | %foreign (librtlsdr "set_xtal_freq")
9 | set_xtal_freq: Ptr RtlSdrHandle -> Int -> Int -> PrimIO Int
13 | %foreign (librtlsdr "get_xtal_freq")
14 | get_xtal_freq: Ptr RtlSdrHandle -> Ptr Int -> Ptr Int -> PrimIO Int
19 | %foreign (librtlsdr "set_center_freq")
20 | set_center_freq: Ptr RtlSdrHandle -> Int -> PrimIO Int
24 | %foreign (librtlsdr "get_center_freq")
25 | get_center_freq: Ptr RtlSdrHandle -> PrimIO Int
29 | %foreign (librtlsdr "set_freq_correction")
30 | set_freq_correction: Ptr RtlSdrHandle -> Int -> PrimIO Int
34 | %foreign (librtlsdr "get_freq_correction")
35 | get_freq_correction: Ptr RtlSdrHandle -> PrimIO Int