Searched refs:config_delay_us (Results 1 – 3 of 3) sorted by relevance
33 BUILD_ASSERT(DT_INST_PROP(inst, config_delay_us) >= FPGA_ICE40_CONFIG_DELAY_US_MIN); \34 BUILD_ASSERT(DT_INST_PROP(inst, config_delay_us) <= UINT16_MAX); \49 .config_delay_us = DT_INST_PROP(inst, config_delay_us), \70 uint16_t config_delay_us; member
93 LOG_DBG("Delay %u us", config->config_delay_us); in fpga_ice40_load()94 k_busy_wait(config->config_delay_us); in fpga_ice40_load()
189 LOG_DBG("Delay %u us", config->config_delay_us); in fpga_ice40_load()190 k_busy_wait(config->config_delay_us); in fpga_ice40_load()