Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/flash/
Dsoc_flash_nrf.h57 struct flash_op_desc { struct
137 int nrf_flash_sync_exe(struct flash_op_desc *op_desc);
Dsoc_flash_nrf.c338 struct flash_op_desc flash_op_desc = { in erase_synchronously() local
344 return nrf_flash_sync_exe(&flash_op_desc); in erase_synchronously()
356 struct flash_op_desc flash_op_desc = { in write_synchronously() local
362 return nrf_flash_sync_exe(&flash_op_desc); in write_synchronously()
Dsoc_flash_nrf_rram.c234 struct flash_op_desc flash_op_desc = {.handler = write_op, .context = &context}; in write_synchronously() local
237 return nrf_flash_sync_exe(&flash_op_desc); in write_synchronously()
/Zephyr-latest/subsys/bluetooth/controller/flash/
Dsoc_flash_nrf_ticker.c77 struct flash_op_desc *op_desc; in time_slot_callback_work()
193 int nrf_flash_sync_exe(struct flash_op_desc *op_desc) in nrf_flash_sync_exe()