Searched refs:ready_time_ms (Results 1 – 2 of 2) sorted by relevance
48 uint8_t ready_time_ms; member413 k_sleep(K_TIMEOUT_ABS_MS(config->ready_time_ms));502 .ready_time_ms = DT_INST_PROP(inst, ready_time_ms), \
63 int ready_time_ms; member485 k_sleep(K_TIMEOUT_ABS_MS(config->ready_time_ms)); in ssd1306_init()566 .ready_time_ms = DT_PROP(node_id, ready_time_ms), \