|
ChibiOS 21.11.4
|
Embedded Flash Driver code. More...
#include "hal.h"Go to the source code of this file.
Functions | |
| static flash_error_t | efl_acquire_exclusive (void *instance) |
| static flash_error_t | efl_release_exclusive (void *instance) |
| void | eflInit (void) |
| Embedded Flash Driver initialization. | |
| void | eflObjectInit (EFlashDriver *eflp) |
Initializes a generic EFlashDriver object. | |
| msg_t | eflStart (EFlashDriver *eflp, const EFlashConfig *config) |
| Configures and starts the driver. | |
| void | eflStop (EFlashDriver *eflp) |
| Stops the driver. | |
Variables | |
| static const struct EFlashDriverVMT | vmt |
Embedded Flash Driver code.
Definition in file hal_efl.c.