| /Zephyr-latest/tests/drivers/disk/disk_access/ |
| D | README.txt | 14 * Read test: Verifies that the driver can consistently read sectors. This test 15 starts by reading sectors from a variety of start locations. Each location is 16 read from several times, each time with a different number of desired sectors. 17 The test deliberately will read sectors beyond the end of the disk, and if 22 * Write test: Verifies that the driver can consistently write sectors. This test 25 of various length to various sectors (once again, the driver must reject
|
| /Zephyr-latest/tests/drivers/disk/disk_performance/ |
| D | README.txt | 12 sector, than over multiple sequential sectors. 18 one sector, than over multiple sequential sectors.
|
| /Zephyr-latest/subsys/usb/device_next/class/ |
| D | usbd_msc_scsi.c | 713 uint32_t sectors; in fill_read_10() local 715 sectors = MIN(CONFIG_USBD_MSC_SCSI_BUFFER_SIZE, ctx->remaining_data) / ctx->sector_size; in fill_read_10() 716 if (disk_access_read(ctx->disk, buf, ctx->lba, sectors) != 0) { in fill_read_10() 718 sectors = 0; in fill_read_10() 720 ctx->lba += sectors; in fill_read_10() 721 return sectors * ctx->sector_size; in fill_read_10() 749 uint32_t sectors; in store_write_10() local 753 sectors = MIN(length, ctx->remaining_data) / ctx->sector_size; in store_write_10() 754 if (disk_access_write(ctx->disk, buf, ctx->lba, sectors) != 0) { in store_write_10() 756 sectors = 0; in store_write_10() [all …]
|
| /Zephyr-latest/samples/subsys/nvs/boards/ |
| D | nucleo_f429zi.overlay | 9 /* Set 48KB of storage at the beginning of bank2 in order to have 3 sectors smaller than 32K
|
| /Zephyr-latest/samples/subsys/fs/fs_sample/boards/ |
| D | nrf52840dk_nrf52840_ram_disk.overlay | 15 /* Disk size is 64kB, 128 sectors of 512B, the minimal
|
| D | nrf52840dk_nrf52840_ram_disk_region.overlay | 45 /* Disk size is 64kB, 128 sectors of 512B, the minimal
|
| /Zephyr-latest/boards/st/nucleo_f767zi/ |
| D | nucleo_f767zi.dts | 211 * The two sectors 0-1 (32+32 kbytes) are reserved for 223 * This represents sectors 2-3 (32+32 kbytes) 235 * Allocated 3 (256k x 3) sectors for image-0. Sectors 5-7. 243 * Allocated 3 (256k x 3) sectors for image-1. Sectors 8-10.
|
| /Zephyr-latest/include/zephyr/storage/ |
| D | flash_map.h | 254 struct flash_sector *sectors); 268 int flash_area_sectors(const struct flash_area *fa, uint32_t *count, struct flash_sector *sectors);
|
| /Zephyr-latest/tests/subsys/fs/fcb/src/ |
| D | main.c | 115 void fcb_tc_pretest(int sectors, struct fcb *_fcb) in fcb_tc_pretest() argument 121 _fcb->f_sector_cnt = sectors; in fcb_tc_pretest()
|
| /Zephyr-latest/boards/seagate/legend/ |
| D | legend.dts | 104 * Erase size : whole chip, 64 and 32 KB blocks, 4 KB sectors, 116 * Erase size : whole chip, 64 and 32 KB blocks, 4 KB sectors 127 * Erase size : whole chip, 64 and 32 KB blocks, 4 KB sectors
|
| /Zephyr-latest/doc/services/storage/nvs/ |
| D | nvs.rst | 7 FIFO-managed circular buffer. The flash area is divided into sectors. Elements 10 sector it is checked that identifier - data pairs exist in the sectors in use, 67 - ``NVS_SECTOR_COUNT`` is the number of sectors, it is at least 2, one 86 equal to the pagesize (1024 bytes) and 2 sectors have been defined. 92 only two sectors, the first sector will be used for storage and will be erased 94 writes, with two sectors writing every 171 minutes, the device should last
|
| /Zephyr-latest/subsys/settings/ |
| D | Kconfig | 141 Number of sectors used for the NVS settings area 155 The number of sectors used by default is the maximum value that can 157 Enabling this config allows to customize the number of used sectors. 164 Number of sectors used for the ZMS settings area
|
| /Zephyr-latest/boards/st/nucleo_f410rb/ |
| D | nucleo_f410rb.dts | 136 * The flash sectors 2&3 at 0x00008000 and ending at 144 * The flash sectors 4 at 0x00010000 and ending at
|
| /Zephyr-latest/doc/services/storage/zms/ |
| D | zms.rst | 12 ZMS divides the memory space into sectors (minimum 2), and each sector is filled with key-value 35 A sector is organized in this form (example with 3 sectors): 114 /** Storage system is split into sectors, each sector size must be multiple of 118 /** Number of sectors in the file system */ 137 To avoid rewriting the same data with the same ID again, ZMS must look in all the sectors if the 158 in all sectors of the partition and for each valid ATE try to find if an older one exists. 175 Closing sectors 213 So, if we suppose that 4 sectors exist in a partition, ZMS will only use 3 sectors to store 215 The empty sector will rotate between the 4 sectors in the partition. 234 ``NUM_SECTOR``: Total number of sectors [all …]
|
| /Zephyr-latest/boards/nxp/mimxrt1050_evk/ |
| D | mimxrt1050_evk_mimxrt1052_qspi.dts | 40 /* The MCUBoot swap-move algorithm uses the last 2 sectors
|
| D | mimxrt1050_evk_mimxrt1052_hyperflash.dts | 55 /* The MCUBoot swap-move algorithm uses the last 2 sectors
|
| /Zephyr-latest/boards/nxp/mimxrt1060_evk/ |
| D | mimxrt1060_evk_mimxrt1062_qspi.dts | 43 /* The MCUBoot swap-move algorithm uses the last 2 sectors
|
| D | mimxrt1060_evk_mimxrt1062_hyperflash.dts | 53 /* The MCUBoot swap-move algorithm uses the last 2 sectors
|
| /Zephyr-latest/boards/nxp/ucans32k1sic/support/ |
| D | startup.cmm | 65 ; all target non-empty flash sectors are marked as pending, to be reprogrammed. 71 ; Program only changed sectors to target flash and erase obsolete code
|
| /Zephyr-latest/boards/nxp/mr_canhubk3/support/ |
| D | startup.cmm | 72 ; all target non-empty flash sectors are marked as pending, to be reprogrammed. 78 ; Program only changed sectors to target flash and erase obsolete code
|
| /Zephyr-latest/boards/nxp/mimxrt1170_evk/ |
| D | mimxrt1170_evk_mimxrt1176_cm4_B.overlay | 43 /* The MCUBoot swap-move algorithm uses the last 3 sectors
|
| D | mimxrt1170_evk_mimxrt1176_cm7_B.overlay | 46 /* The MCUBoot swap-move algorithm uses the last 3 sectors
|
| /Zephyr-latest/boards/particle/nrf52_blenano2/ |
| D | nrf52_blenano2.dts | 91 * 0x0007ffff (sectors 122-127) is reserved for use
|
| /Zephyr-latest/boards/nxp/s32z2xxdc2/ |
| D | s32z2xxdc2_s32z270.dtsi | 113 ppw-sectors-addr-mapping = "LOW";
|
| /Zephyr-latest/boards/segger/ip_k66f/ |
| D | ip_k66f.dts | 83 * 0x0001ffff (sectors 16-31) is reserved for use
|