mirror of
https://github.com/logicog/RTLPlayground.git
synced 2026-08-30 14:52:51 +08:00
Adding more flash functionality and image documentation
This commit is contained in:
+3
-4
@@ -3,13 +3,12 @@
|
||||
|
||||
#include <stdint.h>
|
||||
uint8_t flash_read_status(void);
|
||||
void flash_init(void);
|
||||
void flash_init_dio(void);
|
||||
void flash_init(unsigned char enable_dio);
|
||||
void flash_read_uid(void);
|
||||
void flash_write_enable(void);
|
||||
void flash_dump(uint32_t addr, uint8_t len);
|
||||
void flash_dump_dio(uint32_t addr, uint8_t len);
|
||||
void flash_read_jedecid(void);
|
||||
void flash_read_security(uint32_t addr, uint8_t len);
|
||||
|
||||
void flash_block_erase(uint32_t addr);
|
||||
void flash_write_bytes(uint32_t addr, __xdata uint8_t *ptr, uint8_t len);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user