|
SatCat5
|
Configuration for the various Ethernet-over-Serial ports.
The various SatCat5 "port_serial_*" blocks are completely automonomous, but can accept an optional ConfigBus interface for runtime configuration changes (e.g., changing the baud rate or SPI mode).
This file defines configuration interfaces for the following VHDL blocks:
port::SerialAutoport::SerialI2cControllerport::SerialI2cPeripheralport::SerialSpiControllerport::SerialSpiPeripheralport::SerialUartport::SerialUartAll I2C ports use the address-conversion functions defined in cfgbus_i2c.h; refer to that file for more information.
Definition in file port_serial.h.
Go to the source code of this file.
Classes | |
| class | satcat5::port::SerialGeneric |
| Parent class for each of the Serial* objects. More... | |
| class | satcat5::port::SerialAuto |
| Driver for "port_serial_auto.vhd". More... | |
| class | satcat5::port::SerialI2cController |
| Driver for "port_serial_i2c_controller.vhd". More... | |
| class | satcat5::port::SerialI2cPeripheral |
| Driver for "port_serial_i2c_peripheral.vhd". More... | |
| class | satcat5::port::SerialSpiController |
| Driver for "port_serial_spi_controller.vhd". More... | |
| class | satcat5::port::SerialSpiPeripheral |
| Driver for "port_serial_spi_peripheral.vhd". More... | |
| class | satcat5::port::SerialUart |
| Driver for "port_serial_uart_*.vhd". More... | |