Searched refs:byte_cnt (Results 1 – 1 of 1) sorted by relevance
237 uint8_t byte_cnt; in command_loop() local257 byte_cnt = get_byte(s->cmd_p + 8) & 0x0f; in command_loop()258 byte_cnt = MAX(byte_cnt, 4); in command_loop()259 byte_cnt = MIN(byte_cnt, sizeof(s->config)); in command_loop()262 MEMTXATTRS_UNSPECIFIED, s->config, byte_cnt); in command_loop()
Completed in 7 milliseconds