mirror of
https://github.com/logicog/RTLPlayground.git
synced 2026-08-30 14:52:51 +08:00
Adding DIO for flash access
This commit is contained in:
@@ -4,9 +4,11 @@
|
||||
#include <stdint.h>
|
||||
uint8_t flash_read_status(void);
|
||||
void flash_init(void);
|
||||
void flash_init_dio(void);
|
||||
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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user