dRonin  adbada4
dRonin firmware
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
pios_flash_posix_priv.h
Go to the documentation of this file.
1 #include <stdint.h>
2 
4  uint32_t size_of_flash;
5  uint32_t size_of_sector;
6 };
7 
8 int32_t PIOS_Flash_Posix_Init(uintptr_t * chip_id,
9  const struct pios_flash_posix_cfg * cfg,
10  bool force_recreate);
11 void PIOS_Flash_Posix_Destroy(uintptr_t chip_id);
12 void PIOS_Flash_Posix_SetFName(const char *name);
13 
14 extern const struct pios_flash_driver pios_posix_flash_driver;
void PIOS_Flash_Posix_Destroy(uintptr_t chip_id)
void PIOS_Flash_Posix_SetFName(const char *name)
static struct flyingpicmd_cfg_fa cfg
Definition: main.c:49
const struct pios_flash_driver pios_posix_flash_driver
int32_t PIOS_Flash_Posix_Init(uintptr_t *chip_id, const struct pios_flash_posix_cfg *cfg, bool force_recreate)