Home
last modified time | relevance | path

Searched refs:already_output (Results 1 – 2 of 2) sorted by relevance

/components/utilities/ulog/
A Dulog.c593 static rt_bool_t already_output = RT_FALSE; local
594 if (already_output == RT_FALSE)
598 already_output = RT_TRUE;
/components/drivers/serial/
A Ddev_serial.c400 static rt_bool_t already_output = RT_FALSE; in _serial_check_buffer_size() local
402 if (already_output == RT_FALSE) in _serial_check_buffer_size()
408 already_output = RT_TRUE; in _serial_check_buffer_size()

Completed in 7 milliseconds