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