![]() |
SatNOGS-COMMS
4.1.0
A COMMS subsystem for CubeSats
|
IO configuration for controlling the various peripherals of the S-Band frontend. More...
#include <rf_frontend24.hpp>
Public Attributes | |
| bsp::gpio & | en_agc |
| The AGC enable GPIO. | |
| bsp::dac & | agc_vset |
| DAC to control the VGA. | |
| bsp::gpio & | flt_sel |
| Filter selection GPIO. | |
| bsp::gpio & | mixer_clk |
| GPIO for the mixer clock. | |
| bsp::gpio & | mixer_rst |
| GPIO for the mixer reset signal. | |
| bsp::gpio & | mixer_enx |
| GPIO for the mixer enable signal (active low). | |
| bsp::gpio & | mixer_sda |
| GPIO for the mixer data transfer (bidirectional). | |
| bsp::chrono & | chrono |
IO configuration for controlling the various peripherals of the S-Band frontend.
Definition at line 95 of file rf_frontend24.hpp.
| bsp::dac& satnogs::comms::lib::rf_frontend24::io_conf::agc_vset |
DAC to control the VGA.
Definition at line 99 of file rf_frontend24.hpp.
| bsp::chrono& satnogs::comms::lib::rf_frontend24::io_conf::chrono |
Chrono device for fetching time information and for introducing delay
Definition at line 105 of file rf_frontend24.hpp.
| bsp::gpio& satnogs::comms::lib::rf_frontend24::io_conf::en_agc |
The AGC enable GPIO.
Definition at line 98 of file rf_frontend24.hpp.
| bsp::gpio& satnogs::comms::lib::rf_frontend24::io_conf::flt_sel |
Filter selection GPIO.
Definition at line 100 of file rf_frontend24.hpp.
| bsp::gpio& satnogs::comms::lib::rf_frontend24::io_conf::mixer_clk |
GPIO for the mixer clock.
Definition at line 101 of file rf_frontend24.hpp.
| bsp::gpio& satnogs::comms::lib::rf_frontend24::io_conf::mixer_enx |
GPIO for the mixer enable signal (active low).
Definition at line 103 of file rf_frontend24.hpp.
| bsp::gpio& satnogs::comms::lib::rf_frontend24::io_conf::mixer_rst |
GPIO for the mixer reset signal.
Definition at line 102 of file rf_frontend24.hpp.
| bsp::gpio& satnogs::comms::lib::rf_frontend24::io_conf::mixer_sda |
GPIO for the mixer data transfer (bidirectional).
Definition at line 104 of file rf_frontend24.hpp.