![]() |
SatNOGS-COMMS
4.1.0
A COMMS subsystem for CubeSats
|
IO configuration that is necessary for the radio to operate. More...
#include <radio.hpp>
Public Attributes | |
| bsp::spi & | spi_ctrl |
| SPI device controlling the AT86RF215. | |
| bsp::gpio & | nreset |
| nRST signal for the AT86RF215 | |
| bsp::gpio & | en_ext_clk |
| bsp::chrono & | chrono |
| rf_frontend09::io_conf & | rffe09_io |
| rf_frontend24::io_conf & | rffe24_io |
IO configuration that is necessary for the radio to operate.
| bsp::chrono& satnogs::comms::lib::radio::io_conf::chrono |
| bsp::gpio& satnogs::comms::lib::radio::io_conf::en_ext_clk |
| bsp::gpio& satnogs::comms::lib::radio::io_conf::nreset |
| rf_frontend09::io_conf& satnogs::comms::lib::radio::io_conf::rffe09_io |
The IO configuration of the UHF frontend.
| rf_frontend24::io_conf& satnogs::comms::lib::radio::io_conf::rffe24_io |
The IO configuration of the S-Band frontend.
| bsp::spi& satnogs::comms::lib::radio::io_conf::spi_ctrl |