Searched refs:output_buffer (Results 1 – 2 of 2) sorted by relevance
528 …l_si91x_command_to_read_common_flash(uint32_t read_address, size_t length, uint8_t *output_buffer);
1872 …sl_si91x_command_to_read_common_flash(uint32_t read_address, size_t length, uint8_t *output_buffer) in sl_si91x_command_to_read_common_flash() argument1875 SL_VERIFY_POINTER_OR_RETURN(output_buffer, SL_STATUS_INVALID_PARAMETER); in sl_si91x_command_to_read_common_flash()1912 memcpy(output_buffer, packet->data, packet->length); in sl_si91x_command_to_read_common_flash()1917 output_buffer += chunkSize; in sl_si91x_command_to_read_common_flash()