Searched refs:str_len (Results 1 – 3 of 3) sorted by relevance
203 int str_len; in test_rs485() local220 str_len = rt_strlen(txbuf); in test_rs485()223 ret = rt_device_write(serial, 0, &txbuf[0], str_len); in test_rs485()224 RT_ASSERT(ret == str_len); in test_rs485()
388 int str_len; in test_rs485() local408 str_len = rt_strlen(txbuf); in test_rs485()411 ret = rt_device_write(serial, 0, &txbuf[0], str_len); in test_rs485()412 RT_ASSERT(ret == str_len); in test_rs485()
669 uint16_t str_len = 0U, index = 0U; in usbh_strdesc_parse() local680 str_len = USB_MIN((uint16_t)psrc[0] - 2U, len); in usbh_strdesc_parse()684 for (index = 0U; index < str_len; index += 2U) { in usbh_strdesc_parse()
Completed in 11 milliseconds