Home
last modified time | relevance | path

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

/external/platform/lpc15xx/lpcopen/periph_adc_rom/example/src/
A Dadc_rom.c59 static uint32_t size_in_bytes; variable
221 size_in_bytes = pAdcApi->adc_get_mem_size(); in main()
222 if (size_in_bytes / 4 > RAMBLOCK_H) { in main()
/external/platform/lpc15xx/lpcopen/periph_dma_rom_uart/example/src/
A Ddma_rom_uart.c106 static uint32_t size_in_bytes; variable
358 size_in_bytes = pDMAApi->dma_get_mem_size(); in main()
359 if (size_in_bytes > RAMBLOCK) { in main()

Completed in 7 milliseconds