Searched refs:rx_length (Results 1 – 3 of 3) sorted by relevance
69 uint8_t *data, uint32_t rx_length, bool need_stop_command);699 uint8_t *data, uint32_t rx_length, bool need_stop_command) in start_command_read_blocks() argument728 while (rx_length > 0) { in start_command_read_blocks()754 size_t will_receive = MIN(rx_length, SDSPI_MAX_DATA_LEN) - extra_data_size; in start_command_read_blocks()762 const size_t receive_extra_bytes = (rx_length > SDSPI_MAX_DATA_LEN) ? 4 : 2; in start_command_read_blocks()801 rx_length -= will_receive + extra_data_size; in start_command_read_blocks()
239 uint32_t rx_length; //0xa4 member