Home
last modified time | relevance | path

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

/hal_espressif-latest/components/driver/spi/sdspi/
Dsdspi_host.c72 const uint8_t *data, uint32_t tx_length, bool multi_block, bool stop_trans);
832 const uint8_t *data, uint32_t tx_length, bool multi_block, bool stop_trans) in start_command_write_blocks() argument
862 while (tx_length > 0) { in start_command_write_blocks()
874 size_t will_send = MIN(tx_length, SDSPI_MAX_DATA_LEN); in start_command_write_blocks()
932 tx_length -= will_send; in start_command_write_blocks()