CTS-SAT-1-OBC-Firmware
Loading...
Searching...
No Matches
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
6uint8_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__ */
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