Home
last modified time | relevance | path

Searched defs:flash_op_desc (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/drivers/flash/
Dsoc_flash_nrf.h57 struct flash_op_desc { struct
58 flash_op_handler_t handler;
59 struct flash_context *context; /* [in,out] */
Dsoc_flash_nrf.c338 struct flash_op_desc flash_op_desc = { in erase_synchronously() local
356 struct flash_op_desc flash_op_desc = { in write_synchronously() local
Dsoc_flash_nrf_rram.c234 struct flash_op_desc flash_op_desc = {.handler = write_op, .context = &context}; in write_synchronously() local