Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/hardware_flash/include/hardware/
Dflash.h83 void flash_range_program(uint32_t flash_offs, const uint8_t *data, size_t count);
/hal_rpi_pico-latest/src/rp2_common/pico_btstack/
Dbtstack_flash_bank.c47 flash_range_program(mop->p0, (const uint8_t *)mop->p1, FLASH_PAGE_SIZE); in pico_flash_bank_perform_flash_mutation_operation()
/hal_rpi_pico-latest/src/rp2_common/hardware_flash/
Dflash.c151 void __no_inline_not_in_flash_func(flash_range_program)(uint32_t flash_offs, const uint8_t *data, s… in __no_inline_not_in_flash_func() argument