CTS-SAT-1-OBC-Firmware
Toggle main menu visibility
Loading...
Searching...
No Matches
firmware
Core
Inc
littlefs
flash_benchmark.h
Go to the documentation of this file.
1
#ifndef INCLUDE_GUARD__FLASH_BENCHMARK_H__
2
#define INCLUDE_GUARD__FLASH_BENCHMARK_H__
3
4
#include <stdint.h>
5
6
uint8_t
FLASH_benchmark_erase_write_read
(uint8_t chip_num, uint32_t test_data_address, uint16_t test_data_length,
char
* response_str, uint16_t response_str_len);
7
8
#endif
/* INCLUDE_GUARD__FLASH_BENCHMARK_H__ */
FLASH_benchmark_erase_write_read
uint8_t FLASH_benchmark_erase_write_read(uint8_t chip_num, uint32_t test_data_address, uint16_t test_data_length, char *response_str, uint16_t response_str_len)
Benchmarks the erase/read/write operations on the flash memory module.
Definition
flash_benchmark.c:20
Generated by
1.17.0