efc_get_status() is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

efc_get_status() function

Get the current status of the EEFC and the value of some status bits (LOCKE, PROGE).

Syntax

static int efc_get_status(struct sam4_bank_private *private,     uint32_t *v);

Arguments

private

- info about the bank

v

- result goes here

References

LocationReferrerText
at91sam4.c:1448
static int efc_get_status(struct sam4_bank_private *private, uint32_t *v)
at91sam4.c:1536efc_start_command()
efc_get_status(private, &v);
at91sam4.c:1597efc_perform_command()
r = efc_get_status(private, &v);

Call Tree

Functions calling efc_get_status()
Functions called by efc_get_status()
efc_get_status()
all items filtered out
Data read by efc_get_status()
Data written by efc_get_status()
efc_get_status()
efc_get_status()::r
all items filtered out