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

lpc2900_is_ready() function

Check if device is ready. Check if device is ready for flash operation: Must have been successfully probed. Must be halted.

Syntax

static uint32_t lpc2900_is_ready(struct flash_bank *bank);
Implemented in lpc2900.c:227

Arguments

bank

References

LocationReferrerText
lpc2900.c:227
static uint32_t lpc2900_is_ready(struct flash_bank *bank)
lpc2900.c:161
static uint32_t lpc2900_is_ready(struct flash_bank *bank);
lpc2900.c:249lpc2900_read_security_status()
uint32_t status = lpc2900_is_ready(bank);
lpc2900.c:945lpc2900_erase()
status = lpc2900_is_ready(bank);
lpc2900.c:1093lpc2900_write()
status = lpc2900_is_ready(bank);
lpc2900.c:1521lpc2900_erase_check()
uint32_t status = lpc2900_is_ready(bank);

Call Tree

Functions calling lpc2900_is_ready()
Functions called by lpc2900_is_ready()
lpc2900_is_ready()
all items filtered out
Type of lpc2900_is_ready()
lpc2900_is_ready()
uint32_t
all items filtered out