Searched defs:delay_ticks (Results 1 – 4 of 4) sorted by relevance
37 void test_usb_set_phy_state(bool connected, TickType_t delay_ticks) in test_usb_set_phy_state()
33 static void force_conn_state(bool connected, TickType_t delay_ticks) in force_conn_state()
51 static void force_conn_state(bool connected, TickType_t delay_ticks) in force_conn_state()
226 const int delay_ticks = delay_ms / portTICK_PERIOD_MS; variable