Home
last modified time | relevance | path

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

/Zephyr-latest/tests/drivers/flash/erase_blocks/src/
Dmain.c133 off_t page_boundary = info->start_offset; in test_flash_write_across_page_boundary() local
136 off_t cross_write_start_offset = page_boundary - (off_t)write_block_size; in test_flash_write_across_page_boundary()
140 (size_t)page_boundary, in test_flash_write_across_page_boundary()
/Zephyr-latest/drivers/eeprom/
Deeprom_at2x.c133 off_t page_boundary; in eeprom_at2x_limit_write_count() local
141 page_boundary = ROUND_UP(offset + 1, config->pagesize); in eeprom_at2x_limit_write_count()
142 if (offset + count > page_boundary) { in eeprom_at2x_limit_write_count()
143 count = page_boundary - offset; in eeprom_at2x_limit_write_count()