Searched refs:rx_timer (Results 1 – 2 of 2) sorted by relevance
93 k_timer_init(&ctrl->rx_timer, wait_reply, NULL); in udp_control_init()101 &ctrl->rx_timer, in udp_control_access_grant()154 k_timer_start(&data->udp.ctrl->rx_timer, UDP_WAIT, K_NO_WAIT); in send_udp_data()177 struct udp_control *ctrl = CONTAINER_OF(timer, struct udp_control, rx_timer); in wait_reply()291 k_timer_stop(&data->udp.ctrl->rx_timer); in process_udp_proto()383 k_timer_stop(&udp6_ctrl.rx_timer); in stop_udp()392 k_timer_stop(&udp4_ctrl.rx_timer); in stop_udp()
44 struct k_timer rx_timer; member
Completed in 7 milliseconds