Home
last modified time | relevance | path

Searched refs:serial_config (Results 1 - 3 of 3) sorted by relevance

/third_party/jerryscript/jerry-ext/debugger/
H A Ddebugger-serial.c106 jerryx_debugger_serial_configure_attributes (int fd, jerryx_debugger_transport_serial_config_t serial_config) in jerryx_debugger_serial_configure_attributes() argument
119 cfsetispeed (&options, serial_config.baud_rate); in jerryx_debugger_serial_configure_attributes()
120 cfsetospeed (&options, serial_config.baud_rate); in jerryx_debugger_serial_configure_attributes()
126 switch (serial_config.data_bits) in jerryx_debugger_serial_configure_attributes()
150 JERRYX_ERROR_MSG ("Unsupported data bits: %d\n", serial_config.data_bits); in jerryx_debugger_serial_configure_attributes()
155 switch (serial_config.parity) in jerryx_debugger_serial_configure_attributes()
176 JERRYX_ERROR_MSG ("Unsupported parity: %c\n", serial_config.parity); in jerryx_debugger_serial_configure_attributes()
181 switch (serial_config.stop_bits) in jerryx_debugger_serial_configure_attributes()
195 JERRYX_ERROR_MSG ("Unsupported stop bits: %d\n", serial_config.stop_bits); in jerryx_debugger_serial_configure_attributes()
335 jerryx_debugger_transport_serial_config_t serial_config; in jerryx_debugger_serial_create() local
[all...]
/third_party/jerryscript/jerry-debugger/
H A Djerry_client_serial.py22 def __init__(self, serial_config):
23 config = serial_config.split(',')
H A Djerry_client.py281 protocol = Serial(args.serial_config)

Completed in 2 milliseconds