Searched refs:inst_len (Results 1 – 2 of 2) sorted by relevance
273 rt_uint8_t inst_len, head_len; in efm_spiFlash_cmd() local316 inst_len = 5; in efm_spiFlash_cmd()320 inst_len = 4; in efm_spiFlash_cmd()325 inst_len = 1; in efm_spiFlash_cmd()327 head_len += inst_len; in efm_spiFlash_cmd()334 inst_buf[0] = inst_len; in efm_spiFlash_cmd()
450 rt_uint8_t inst_len = *((rt_uint8_t *)buffer); in rt_usart_read() local452 rt_uint8_t *rx_buf = *((rt_uint8_t **)(buffer + inst_len + 1)); in rt_usart_read()456 len = inst_len; in rt_usart_read()596 rt_uint8_t inst_len = *((rt_uint8_t *)buffer); in rt_usart_write() local598 rt_uint8_t *tx_buf = *((rt_uint8_t **)(buffer + inst_len + 1)); in rt_usart_write()601 len = inst_len; in rt_usart_write()
Completed in 7 milliseconds