2#ifndef INCLUDE_GUARD__FLASH_TELECOMMAND_DEFS_H__
3#define INCLUDE_GUARD__FLASH_TELECOMMAND_DEFS_H__
10 char *response_output_buf, uint16_t response_output_buf_len);
13 char *response_output_buf, uint16_t response_output_buf_len);
16 char *response_output_buf, uint16_t response_output_buf_len);
19 char *response_output_buf, uint16_t response_output_buf_len);
22 char *response_output_buf, uint16_t response_output_buf_len);
25 char *response_output_buf, uint16_t response_output_buf_len);
28 char *response_output_buf, uint16_t response_output_buf_len);
31 char *response_output_buf, uint16_t response_output_buf_len);
34 char *response_output_buf, uint16_t response_output_buf_len);
uint8_t TCMDEXEC_flash_benchmark_erase_write_read(const char *args_str, char *response_output_buf, uint16_t response_output_buf_len)
Telecommand: Benchmarks the erase/write/read operations on the flash memory module.
Definition flash_telecommand_defs.c:300
uint8_t TCMDEXEC_flash_erase(const char *args_str, char *response_output_buf, uint16_t response_output_buf_len)
Telecommand: Erase a block of flash memory containing the given page number.
Definition flash_telecommand_defs.c:242
uint8_t TCMDEXEC_flash_reset(const char *args_str, char *response_output_buf, uint16_t response_output_buf_len)
Telecommand: Reset the flash memory module.
Definition flash_telecommand_defs.c:333
uint8_t TCMDEXEC_flash_write_hex(const char *args_str, char *response_output_buf, uint16_t response_output_buf_len)
Telecommand: Write a hex string of bytes to a page number.
Definition flash_telecommand_defs.c:182
uint8_t TCMDEXEC_flash_read_hex(const char *args_str, char *response_output_buf, uint16_t response_output_buf_len)
Telecommand: Read bytes as hex from a page number.
Definition flash_telecommand_defs.c:103
uint8_t TCMDEXEC_flash_read_status_register(const char *args_str, char *response_output_buf, uint16_t response_output_buf_len)
Telecommand: Read and print Status Register value as hex from the flash memory module.
Definition flash_telecommand_defs.c:377
uint8_t TCMDEXEC_flash_write_enable(const char *args_str, char *response_output_buf, uint16_t response_output_buf_len)
Telecommand: Set the write enable lath to high on the flash memory module.
Definition flash_telecommand_defs.c:422
uint8_t TCMDEXEC_flash_each_is_reachable(const char *args_str, char *response_output_buf, uint16_t response_output_buf_len)
Telecommand: Read bytes as hex from a flash address.
Definition flash_telecommand_defs.c:50
uint8_t TCMDEXEC_flash_activate_each_cs(const char *args_str, char *response_output_buf, uint16_t response_output_buf_len)
Telecommand: Read bytes as hex from a flash address.
Definition flash_telecommand_defs.c:20