Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
flashwrapper (2).h
00001 /* 00002 * flashwrapper.h 00003 * 00004 * Created on: 25 дек. 2018 г. 00005 * Author: spookee 00006 */ 00007 00008 #pragma once 00009 00010 #include "stdint.h" 00011 00012 00013 uint32_t flashRead(uint32_t address); 00014 void flashWrite(uint32_t address, uint32_t *p_data, uint16_t size); 00015 00016 00017
Generated on Fri Jul 22 2022 17:29:09 by
1.7.2