Home
last modified time | relevance | path

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

/bsp/samd21/sam_d2x_asflib/sam0/drivers/spi_flash/
A Dspi_flash.c367 unsigned long end_offset = start_offset + size; in spi_flash_erase() local
371 if (end_offset > FLASH_MEMORY_SIZE) { in spi_flash_erase()
380 while(start_offset < end_offset) { in spi_flash_erase()
/bsp/nxp/imx/imxrt/libraries/drivers/vglite/VGLite/
A Dvg_lite.c344 uint32_t end_offset; member
3361 ctx->end_offset = 0; in _allocate_command_buffer()
4430 context->end_offset = CMDBUF_OFFSET(*context); in push_states()
4514 context->end_offset = CMDBUF_OFFSET(*context); in push_state()
4582 context->end_offset = CMDBUF_OFFSET(*context); in push_state_ptr()
4648 context->end_offset = CMDBUF_OFFSET(*context); in push_call()
4714 context->end_offset = CMDBUF_OFFSET(*context); in push_rectangle()
4736 start_offset, context->end_offset, &cmd_count); in push_rectangle()
4792 context->end_offset = CMDBUF_OFFSET(*context); in push_data()
4868 context->end_offset = CMDBUF_OFFSET(*context); in push_stall()
[all …]

Completed in 28 milliseconds