Searched defs:bitstream (Results 1 – 3 of 3) sorted by relevance
15 def __init__(self, cfg: RunnerConfig, config=None, bitstream=None, argument
107 volatile uint32_t *bitstream = (volatile uint32_t *)image_ptr; in eos_s3_fpga_load() local
22 static uint32_t ens210_crc7(uint32_t bitstream) in ens210_crc7()