dRonin
adbada4
dRonin firmware
|
#include <stdint.h>
Go to the source code of this file.
Data Structures | |
struct | pios_flash_posix_cfg |
Functions | |
int32_t | PIOS_Flash_Posix_Init (uintptr_t *chip_id, const struct pios_flash_posix_cfg *cfg, bool force_recreate) |
void | PIOS_Flash_Posix_Destroy (uintptr_t chip_id) |
void | PIOS_Flash_Posix_SetFName (const char *name) |
Variables | |
const struct pios_flash_driver | pios_posix_flash_driver |
void PIOS_Flash_Posix_Destroy | ( | uintptr_t | chip_id | ) |
Definition at line 96 of file pios_flash_posix.c.
int32_t PIOS_Flash_Posix_Init | ( | uintptr_t * | chip_id, |
const struct pios_flash_posix_cfg * | cfg, | ||
bool | force_recreate | ||
) |
Definition at line 45 of file pios_flash_posix.c.
void PIOS_Flash_Posix_SetFName | ( | const char * | name | ) |
Definition at line 40 of file pios_flash_posix.c.
const struct pios_flash_driver pios_posix_flash_driver |
Definition at line 204 of file pios_flash_posix.c.