|
CTS-SAT-1-OBC-Firmware
|
#include <stdint.h>

Go to the source code of this file.
Classes | |
| struct | MPI_dataframe_t |
| Represents an data frame received from the MPI. More... | |
Enumerations | |
| enum | MPI_rx_mode_enum_t { MPI_RX_MODE_COMMAND_MODE , MPI_RX_MODE_SENSING_MODE , MPI_RX_MODE_NOT_LISTENING_TO_MPI } |
| Enumerates the different modes under which the satellite can operate the MPI. More... | |
| enum | MPI_buffer_state_enum_t { MPI_MEMORY_WRITE_STATUS_AWAITING_WRITE , MPI_MEMORY_WRITE_STATUS_READY_TO_FILL } |
| enum | MPI_transceiver_state_enum_t { MPI_TRANSCEIVER_MODE_INACTIVE , MPI_TRANSCEIVER_MODE_MOSI , MPI_TRANSCEIVER_MODE_MISO , MPI_TRANSCEIVER_MODE_DUPLEX } |
| Represents the state of the MPI transceiver chip. More... | |
Functions | |
| const char * | MPI_rx_mode_enum_to_str (MPI_rx_mode_enum_t mode) |
| const char * | MPI_transceiver_state_enum_to_str (MPI_transceiver_state_enum_t state) |
| enum MPI_rx_mode_enum_t |
| const char * MPI_rx_mode_enum_to_str | ( | MPI_rx_mode_enum_t | mode | ) |

| const char * MPI_transceiver_state_enum_to_str | ( | MPI_transceiver_state_enum_t | state | ) |
