Home
last modified time | relevance | path

Searched refs:SERIAL_TAG (Results 1 – 3 of 3) sorted by relevance

/dports/emulators/mess/mame-mame0226/src/devices/bus/coco/
H A Dcoco_t4426.cpp77 #define SERIAL_TAG "ser2" // Labled "Ser.I/O2 RC 232C" on the back of the case macro
158 m_uart->txd_handler().set(SERIAL_TAG, FUNC(rs232_port_device::write_txd)); in device_add_mconfig()
159 m_uart->rts_handler().set(SERIAL_TAG, FUNC(rs232_port_device::write_rts)); in device_add_mconfig()
161 rs232_port_device &rs232(RS232_PORT(config, SERIAL_TAG, default_rs232_devices, nullptr)); in device_add_mconfig()
/dports/emulators/mame/mame-mame0226/src/devices/bus/coco/
H A Dcoco_t4426.cpp77 #define SERIAL_TAG "ser2" // Labled "Ser.I/O2 RC 232C" on the back of the case macro
158 m_uart->txd_handler().set(SERIAL_TAG, FUNC(rs232_port_device::write_txd)); in device_add_mconfig()
159 m_uart->rts_handler().set(SERIAL_TAG, FUNC(rs232_port_device::write_rts)); in device_add_mconfig()
161 rs232_port_device &rs232(RS232_PORT(config, SERIAL_TAG, default_rs232_devices, nullptr)); in device_add_mconfig()
/dports/security/masscan/masscan-1.3.2/src/
H A Dproto-x509.c444 SERIAL_TAG, SERIAL_LEN, SERIAL_LENLEN, SERIAL_CONTENTS, enumerator
496 return SERIAL_TAG; in kludge_next()
645 case SERIAL_TAG: in x509_decode()