Home
last modified time | relevance | path

Searched refs:tx_char (Results 1 – 24 of 24) sorted by relevance

/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/fpga/usrp3/lib/control_200/
H A Dcvita_uart.v116 wire [7:0] tx_char; net
123 .fifo_in(tx_char), .fifo_write(fifo_write), .fifo_level(), .fifo_full(fifo_full),
163 assign tx_char = i_tdata[7:0];
/dports/emulators/mess/mame-mame0226/src/emu/
H A Ddipty.cpp63 void device_pty_interface::write(u8 tx_char) const in write()
67 m_pty_master->write(&tx_char, 0, 1, actual_bytes); in write()
H A Ddipty.h27 void write(u8 tx_char) const;
/dports/emulators/mame/mame-mame0226/src/emu/
H A Ddipty.cpp63 void device_pty_interface::write(u8 tx_char) const in write()
67 m_pty_master->write(&tx_char, 0, 1, actual_bytes); in write()
H A Ddipty.h27 void write(u8 tx_char) const;
/dports/devel/avr-gdb/gdb-7.3.1/sim/m68hc11/
H A Ddv-m68hc11sio.c93 unsigned char tx_char; member
166 controller->tx_char = 0; in m68hc11sio_finish()
208 controller->tx_char = 0; in m68hc11sio_port_event()
340 dv_sockser_write (sd, controller->tx_char); in m68hc11sio_tx_poll()
344 sim_io_write_stdout (sd, &controller->tx_char, 1); in m68hc11sio_tx_poll()
641 controller->tx_char = val; in m68hc11sio_io_write_buffer()
H A Ddv-m68hc11spi.c83 unsigned char tx_char; member
262 (controller->tx_char & (1 << controller->tx_bit))); in m68hc11spi_clock()
510 controller->tx_char = val; in m68hc11spi_io_write_buffer()
/dports/devel/gdb761/gdb-7.6.1/sim/m68hc11/
H A Ddv-m68hc11sio.c92 unsigned char tx_char; member
165 controller->tx_char = 0; in m68hc11sio_finish()
207 controller->tx_char = 0; in m68hc11sio_port_event()
339 dv_sockser_write (sd, controller->tx_char); in m68hc11sio_tx_poll()
343 sim_io_write_stdout (sd, &controller->tx_char, 1); in m68hc11sio_tx_poll()
640 controller->tx_char = val; in m68hc11sio_io_write_buffer()
H A Ddv-m68hc11spi.c82 unsigned char tx_char; member
261 (controller->tx_char & (1 << controller->tx_bit))); in m68hc11spi_clock()
509 controller->tx_char = val; in m68hc11spi_io_write_buffer()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/sim/m68hc11/
H A Ddv-m68hc11sio.c93 unsigned char tx_char; member
166 controller->tx_char = 0; in m68hc11sio_finish()
208 controller->tx_char = 0; in m68hc11sio_port_event()
340 dv_sockser_write (sd, controller->tx_char); in m68hc11sio_tx_poll()
344 sim_io_write_stdout (sd, &controller->tx_char, 1); in m68hc11sio_tx_poll()
641 controller->tx_char = val; in m68hc11sio_io_write_buffer()
H A Ddv-m68hc11spi.c83 unsigned char tx_char; member
262 (controller->tx_char & (1 << controller->tx_bit))); in m68hc11spi_clock()
510 controller->tx_char = val; in m68hc11spi_io_write_buffer()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/sim/m68hc11/
H A Ddv-m68hc11sio.c93 unsigned char tx_char; member
166 controller->tx_char = 0; in m68hc11sio_finish()
208 controller->tx_char = 0; in m68hc11sio_port_event()
340 dv_sockser_write (sd, controller->tx_char); in m68hc11sio_tx_poll()
344 sim_io_write_stdout (sd, &controller->tx_char, 1); in m68hc11sio_tx_poll()
641 controller->tx_char = val; in m68hc11sio_io_write_buffer()
H A Ddv-m68hc11spi.c83 unsigned char tx_char; member
262 (controller->tx_char & (1 << controller->tx_bit))); in m68hc11spi_clock()
510 controller->tx_char = val; in m68hc11spi_io_write_buffer()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libgloss/m32r/
H A Dm32r-lib.c66 tx_char(char c) in tx_char() function
84 tx_char(c); in putDebugChar()
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/libgloss/m32r/
H A Dm32r-lib.c66 tx_char(char c) in tx_char() function
84 tx_char(c); in putDebugChar()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libgloss/m32r/
H A Dm32r-lib.c66 tx_char(char c) in tx_char() function
84 tx_char(c); in putDebugChar()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libgloss/sparc/
H A Dsalib-701.c92 tx_char(char c) in tx_char() function
116 tx_char(c); in putDebugChar()
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/libgloss/sparc/
H A Dsalib-701.c92 tx_char(char c) in tx_char() function
116 tx_char(c); in putDebugChar()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libgloss/sparc/
H A Dsalib-701.c92 tx_char(char c) in tx_char() function
116 tx_char(c); in putDebugChar()
/dports/comms/fldigi/fldigi-4.1.20/src/feld/
H A Dfeld.cxx635 void feld::tx_char(char c) in tx_char() function in feld
676 tx_char('.'); in tx_process()
684 tx_char('.'); in tx_process()
687 tx_char(' '); in tx_process()
714 tx_char(c); in tx_process()
/dports/comms/fldigi/fldigi-4.1.20/src/include/
H A Dfeld.h98 void tx_char(char);
H A Dpsk.h171 void tx_char(unsigned char c);
/dports/comms/fldigi/fldigi-4.1.20/src/psk/
H A Dpsk.cxx2467 void psk::tx_char(unsigned char c) in tx_char() function in psk
2518 tx_char(0); // Send <NUL> to clear bit accumulators on both Tx and Rx ends. in tx_flush()
2525 tx_char(0); // Send <NUL> to clear bit accumulators on both Tx and Rx ends. in tx_flush()
2575 tx_char(0); // <NUL> in tx_process()
2585 tx_char(0); // Send 4 <NUL> characters as both sacrificial-header and pad-to-ramp-up-the-FEC. in tx_process()
2586 tx_char(10); // <LF> newline as first character in tx_process()
2600 tx_char(0); in tx_process()
2615 tx_char(0); in tx_process()
2648 tx_char(0); // <NUL> in tx_process()
2657 tx_char(c); in tx_process()
/dports/devel/msp430-debug-stack/msp430-debug-stack-3.15.0.1/Bios/src/fw/uifv1/
H A Dstream.h205 extern short _stream_to_tx_buffer(void *tx_char,unsigned short size); //,unsigned char res_type);