Home
last modified time | relevance | path

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

/hal_espressif-latest/components/driver/spi/sdspi/
Dsdspi_host.c874 size_t will_send = MIN(tx_length, SDSPI_MAX_DATA_LEN); in start_command_write_blocks() local
883 memcpy(tmp, tx_data, will_send); in start_command_write_blocks()
889 .length = will_send * 8, in start_command_write_blocks()
898 uint16_t crc = sdspi_crc16(data, will_send); in start_command_write_blocks()
932 tx_length -= will_send; in start_command_write_blocks()
933 data += will_send; in start_command_write_blocks()