Instant SoC Class Library
3.1
|
UART Transmitter. More...
Public Member Functions | |
FC_IO_UART_TX (int baudrate, int fifo_depth=16) | |
void | SetTextMode (bool text_mode=true) |
U32 | GetNumReady () |
bool | Write (U8 d) |
FC_IO_UART_TX & | operator<< (char d) |
FC_IO_UART_TX & | operator<< (const char *msg) |
Additional Inherited Members | |
Protected Member Functions inherited from FC_Base | |
FC_Base (int addr_range_32=0) | |
U32 | Get () |
U32 | Get (int i) |
void | Set (const U32 v) |
void | Set (const U32 v, int i) |
Protected Attributes inherited from FC_Base | |
volatile U32 * | pBase |
Static Protected Attributes inherited from FC_Base | |
static U32 | g_id |
UART Transmitter.
Adds to interface:
<name> : out std_logic
where <name> is c++ object name.
Any number of instances are allowed.