Home
last modified time | relevance | path

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

/bsp/simulator/drivers/
A Dsst25vfxx_mtd_sim.c28 #define BLOCK_SIZE (64*1024) macro
108 static char block_buffer[BLOCK_SIZE];
130 memset(block_buffer, 0xFF, BLOCK_SIZE); in sst25vfxx_erase_block()
133 result = fwrite(block_buffer, BLOCK_SIZE, 1, sst25->file); in sst25vfxx_erase_block()
221 fseek(sst25->file, i * BLOCK_SIZE, SEEK_SET); in sst25vfxx_mtd_init()
222 fwrite(block_buffer, BLOCK_SIZE, 1, sst25->file); in sst25vfxx_mtd_init()
247 sst25vfxx_erase_block(mtd, index * mtd->block_size, BLOCK_SIZE); in nor_erase()
A Dnanddrv_file.c30 #define BLOCK_SIZE (PAGE_SIZE * PAGE_PER_BLOCK) macro
33 static unsigned char block_data[BLOCK_SIZE];
335 fseek(file, block * BLOCK_SIZE, SEEK_SET); in nanddrv_file_erase_block()
370 if (size < BLOCK_NUM * BLOCK_SIZE) in rt_hw_mtd_nand_init()
/bsp/synwit/libraries/SWM320_drivers/
A Ddrv_nor_flash.c21 #define BLOCK_SIZE (64 * 1024) macro
23 #define BLOCK_COUNTER (FLASH_SIZE / BLOCK_SIZE)
100 mtd_device.block_size = BLOCK_SIZE; /* 64kByte */ in swm_norflash_init()
/bsp/ck802/libraries/common/eflash/
A Dck_eflash.h34 #define BLOCK_SIZE 0x200 macro
/bsp/core-v-mcu/Libraries/core_v_hal_libraries/core_v_udma_driver/source/
A Dudma_sdio_driver.c31 #define BLOCK_SIZE 512 macro
94 lData |= ( BLOCK_SIZE - 1 ) << 16; //Block size in udma_sdio_writeBlockData()
120 lData |= ( BLOCK_SIZE - 1 ) << 16; //Block size in udma_sdio_readBlockData()
/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/soc/bl808/std/include/hardware/
A Dsdh_reg.h1818 uint16_t BLOCK_SIZE : 12; /* [11: 0], RW, 0x000 */ member
/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/soc/bl616/std/include/hardware/
A Dsdh_reg.h1818 uint16_t BLOCK_SIZE : 12; /* [11: 0], RW, 0x000 */ member

Completed in 50 milliseconds