Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/pico_btstack/
Dbtstack_flash_bank.c43 const mutation_operation_t *mop = (const mutation_operation_t *)param; in pico_flash_bank_perform_flash_mutation_operation() local
44 if (mop->op_is_erase) { in pico_flash_bank_perform_flash_mutation_operation()
45 flash_range_erase(mop->p0, PICO_FLASH_BANK_SIZE); in pico_flash_bank_perform_flash_mutation_operation()
47 flash_range_program(mop->p0, (const uint8_t *)mop->p1, FLASH_PAGE_SIZE); in pico_flash_bank_perform_flash_mutation_operation()
69 mutation_operation_t mop = { in pico_flash_bank_erase() local
76 flash_safe_execute(pico_flash_bank_perform_flash_mutation_operation, &mop, UINT32_MAX); in pico_flash_bank_erase()
156 mutation_operation_t mop = { in pico_flash_bank_write() local
164 flash_safe_execute(pico_flash_bank_perform_flash_mutation_operation, &mop, UINT32_MAX); in pico_flash_bank_write()