![]() |
SatNOGS-COMMS
4.1.0
A COMMS subsystem for CubeSats
|
IO peripherals required for the control of the various subsystems of the board. More...
#include <board.hpp>
Public Attributes | |
| bsp::gpio & | emmc_en |
| GPIO for the eMMC enable. | |
| bsp::gpio & | emmc_sel |
| GPIO for the eMMC direction selections. | |
| bsp::gpio & | emmc_rst |
| GPIO for the reset signal of the eMMC. | |
| bsp::spi & | fpga_spi |
| SPI peripheral for communication with the FPGA. | |
| bsp::gpio & | led0 |
| GPIO of the LED0. | |
| bsp::gpio & | led1 |
| GPIO of the LED1. | |
| power::io_conf & | pwr_io |
| IO configuration of the power subsystem. | |
| bsp::i2c & | sensors_i2c |
| bsp::gpio & | alert_t_pa_uhf |
| Temperature alert GPIO for the UHF PA. | |
| bsp::gpio & | alert_t_pa_sband |
| Temperature alert GPIO for the S-Band PA. | |
| radio::io_conf & | radio_io |
| IO configuration of the radio subsystem. | |
| bsp::chrono & | chrono |
| Chrono device for measuring time and introducing delay. | |
| bsp::gpio & | fpga_done |
| GPIO indicating successful firmware load on the FPGA. | |
| bsp::gpio & | fpga_boot_sel_1 |
| second GPIO for selecting fpga boot mode | |
| bsp::gpio & | fpga_boot_sel_0 |
| first GPIO for selecting fpga boot mode | |
| comms::lib::antenna & | uhf_antenna |
| UHF antenna interface. | |
| comms::lib::antenna & | sband_antenna |
| S-Band antenna interface. | |
IO peripherals required for the control of the various subsystems of the board.
| bsp::gpio& satnogs::comms::lib::board::io_conf::alert_t_pa_sband |
| bsp::gpio& satnogs::comms::lib::board::io_conf::alert_t_pa_uhf |
| bsp::chrono& satnogs::comms::lib::board::io_conf::chrono |
| bsp::gpio& satnogs::comms::lib::board::io_conf::emmc_en |
| bsp::gpio& satnogs::comms::lib::board::io_conf::emmc_rst |
| bsp::gpio& satnogs::comms::lib::board::io_conf::emmc_sel |
| bsp::gpio& satnogs::comms::lib::board::io_conf::fpga_boot_sel_0 |
| bsp::gpio& satnogs::comms::lib::board::io_conf::fpga_boot_sel_1 |
| bsp::gpio& satnogs::comms::lib::board::io_conf::fpga_done |
| bsp::spi& satnogs::comms::lib::board::io_conf::fpga_spi |
| bsp::gpio& satnogs::comms::lib::board::io_conf::led0 |
| bsp::gpio& satnogs::comms::lib::board::io_conf::led1 |
| power::io_conf& satnogs::comms::lib::board::io_conf::pwr_io |
| radio::io_conf& satnogs::comms::lib::board::io_conf::radio_io |
| comms::lib::antenna& satnogs::comms::lib::board::io_conf::sband_antenna |
| bsp::i2c& satnogs::comms::lib::board::io_conf::sensors_i2c |
| comms::lib::antenna& satnogs::comms::lib::board::io_conf::uhf_antenna |