Searched refs:ack (Results 1 – 8 of 8) sorted by relevance
| /components/drivers/i2c/ |
| A D | dev_i2c_bit_ops.c | 112 rt_bool_t ack; in i2c_waitack() local 124 ack = !GET_SDA(ops); /* ACK : SDA pin is pulled low */ in i2c_waitack() 125 LOG_D("%s", ack ? "ACK" : "NACK"); in i2c_waitack() 129 return ack; in i2c_waitack() 225 static rt_err_t i2c_send_ack_or_nack(struct rt_i2c_bus_device *bus, int ack) in i2c_send_ack_or_nack() argument 229 if (ack) in i2c_send_ack_or_nack()
|
| /components/utilities/rt-link/inc/ |
| A D | rtlink.h | 123 rt_uint8_t ack : 1; member
|
| /components/net/lwip/port/ |
| A D | ethernetif.c | 97 struct rt_completion ack; member 461 rt_completion_init(&msg.ack); in ethernetif_linkoutput() 465 rt_completion_wait(&msg.ack, RT_WAITING_FOREVER); in ethernetif_linkoutput() 903 rt_completion_done(&msg->ack); in eth_tx_thread_entry()
|
| /components/utilities/rt-link/src/ |
| A D | rtlink.c | 99 frame->head.ack = 1; in rt_link_frame_init() 293 if ((is_finish) && (frame->head.ack == 0)) in rt_link_frame_send() 444 if (receive_frame->head.ack) in rt_link_short_handle() 505 if (receive_frame->head.ack) in _long_handle_second() 686 , receive_frame.head.ack in rt_link_frame_check()
|
| /components/dfs/dfs_v2/src/ |
| A D | dfs_pcache.c | 55 struct rt_mailbox *ack; member 63 struct rt_mailbox *ack; member
|
| /components/net/lwip/lwip-2.0.3/ |
| A D | CHANGELOG | 531 * dhcp.c: fixed bug #38203: DHCP options are not recorded in all DHCP ack messages 622 data ACKed with the same ack as FIN) 1945 * tcp.h, tcp_in.c, tcp_out.c: Fixed bug #28106: dup ack for fast retransmit
|
| /components/net/lwip/lwip-2.1.2/ |
| A D | CHANGELOG | 784 * dhcp.c: fixed bug #38203: DHCP options are not recorded in all DHCP ack messages 875 data ACKed with the same ack as FIN) 2198 * tcp.h, tcp_in.c, tcp_out.c: Fixed bug #28106: dup ack for fast retransmit
|
| /components/net/lwip/lwip-1.4.1/ |
| A D | CHANGELOG | 989 * tcp.h, tcp_in.c, tcp_out.c: Fixed bug #28106: dup ack for fast retransmit
|
Completed in 25 milliseconds