- // Ôàéë ñ ïðîòîòèïàìè èíòåðôåéñíûõ ôóíêöèé äëÿ ðàáîòû ñ W25Q16JV íà âûñîêîì óðîâíå.
- //
- // v 1.1 îò 19/10/20
- // Àâòîð: Ñû÷åâ À.
- #include "drivers\flash\base\flash_api_error.h"
- #include "drivers\flash\base\flash_api_types.h"
- #include "drivers\flash\base\flash_api_base.h"
- #ifndef W25Q16JV_APIFUNC_H
- #define W25Q16JV_APIFUNC_H
- extern const flash_api_descriptor_t W25Q16JV_API;
- #endif
|