Searched refs:MAX_CHUNK_SIZE (Results 1 – 2 of 2) sorted by relevance
1840 size_t chunkSize = (write_data_length < MAX_CHUNK_SIZE) ? write_data_length : MAX_CHUNK_SIZE; in sl_si91x_command_to_write_common_flash()1853 send_size = sizeof(sl_si91x_request_ta2m4_t) - MAX_CHUNK_SIZE + chunkSize; in sl_si91x_command_to_write_common_flash()1887 size_t chunkSize = (length < MAX_CHUNK_SIZE) ? length : MAX_CHUNK_SIZE; in sl_si91x_command_to_read_common_flash()
1335 #define MAX_CHUNK_SIZE 1400 macro1352 uint8_t input_data[MAX_CHUNK_SIZE];