Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-ext/debugger/
H A Ddebugger-serial.c49 uint32_t stop_bits; /**< specify the number of bits used to indicate the end of a byte. */ member
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()
342 serial_config.stop_bits = (token = strtok (NULL, ",")) ? (uint32_t) strtoul (token, NULL, 10) : 1; in jerryx_debugger_serial_create()

Completed in 1 milliseconds