Lines Matching refs:memory

4 …nent that is implemented to prevent situation when some sectors in flash memory used by erase oper…
18 …- Flash_Access - memory access interface. Used to access the memory. A classes WL_Flash, Partition…
19 - SPI_Flash - class implements the Flash_Access interface to provide access to the flash memory.
24 …- wear_levelling - wrapper API class that provides "C" interface to access the memory through the …
31 - read - read memory to the buffer.
32 - write - writes buffer to the memory.
34 - erase_range - erase range of memory. The address of rage must be rounded to the sector size.
35 - chip_size - returns the equivalent amount of memory.
39 The WLC implements this interface for the user, and requires this interface to access the memory.
45 - start_addr - offset in the flash memory. The WLC will place all data after this address.
46 - full_mem_size - amount of memory that was allocated and can be used by WLC
47 - sector_size - flash memory sector size
48 - page_size - size of memory for relocation at once. Must be N*sector_size, where N > 0.
52 - temp_buff_size - amount of memory that the WLC will allocate internally. Must be > 0.
56 The WLC divide the memory that are define by start_addr and full_mem_size to three regions:
61 …n used to store configuration information. The user can use it to recover the WLC from memory dump.
68 …address used by user to access the WLC, the real address used by the WLC to access the real memory.
74 …ge in the memory and erase counter will reach the updaterate, the move counter will be cleared and…
75 Bellow shown the example with 4 available memory pages. Every state after updaterate erases. The X …
81 - X 1 2 0 - state stored to the memory
85 - X 2 0 1 - state stored to the memory
89 - X 0 1 2 - state stored to the memory, the memory made full cycle.
91 …amount of erase cycles will be shared between the full memory. The price for that is a one memory