Home
last modified time | relevance | path

Searched refs:erase_op (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/drivers/flash/
Dsoc_flash_nrf.c52 static int erase_op(void *context); /* instance of flash_op_handler_t */
339 .handler = erase_op, in erase_synchronously()
367 static int erase_op(void *context) in erase_op() function
534 return erase_op(&context); in erase()