Home
last modified time | relevance | path

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

/dports/lang/micropython/micropython-1.17/ports/stm32/
H A Dstorage.c240 #define MICROPY_HW_BDEV_WRITEBLOCKS_EXT(src, bl, off, len) \ macro
249 #define MICROPY_HW_BDEV_WRITEBLOCKS_EXT(dest, bl, off, len) (flash_bdev_writeblocks_ext((dest), (bl… macro
365 #if defined(MICROPY_HW_BDEV_WRITEBLOCKS_EXT) in pyb_flash_writeblocks()
373 ret = MICROPY_HW_BDEV_WRITEBLOCKS_EXT(bufinfo.buf, block_num, offset, bufinfo.len); in pyb_flash_writeblocks()
/dports/lang/micropython/micropython-1.17/ports/stm32/boards/LEGO_HUB_NO6/
H A Dmpconfigboard.h112 #define MICROPY_HW_BDEV_WRITEBLOCKS_EXT(src, bl, off, len) \ macro