ChibiOS 21.11.4
hal_efl.c File Reference

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

Detailed Description

Embedded Flash Driver code.

Definition in file hal_efl.c.