Home
last modified time | relevance | path

Searched refs:active (Results 1 – 10 of 10) sorted by relevance

/components/drivers/regulator/
A Dregulator-fixed.c58 rt_uint8_t active; in regulator_fixed_is_enabled() local
68 active = rt_pin_read(rf->enable_pin); in regulator_fixed_is_enabled()
72 return active == PIN_HIGH; in regulator_fixed_is_enabled()
75 return active == PIN_LOW; in regulator_fixed_is_enabled()
/components/drivers/spi/
A Ddev_spi_wifi_rw009.c56 rt_uint8_t active; member
150 wifi_device->active = 1; in resp_handler()
155 wifi_device->active = 1; in resp_handler()
195 wifi_device->active = 1; in resp_handler()
419 if (wifi_device->active) in spi_wifi_transfer()
543 if (!wifi_device->active) in rw009_wifi_tx()
801 if(wifi_device->active == 0) in rw009_rssi()
/components/drivers/usb/cherryusb/port/chipidea/
A Dusb_dc_chipidea.c55 volatile uint32_t active : 1; member
305 p_qtd->active = 1; in usb_qtd_init()
696 } else if (p_qtd->active) { in USBD_IRQHandler()
/components/drivers/usb/cherryusb/port/hpmicro/
A Dusb_dc_hpm.c345 } else if (p_qtd->active) { in USBD_IRQHandler()
/components/dfs/
A DKconfig242 int "aspace max active pages."
/components/net/lwip/lwip-1.4.1/doc/
A Drawapi.txt324 pcb is not active until it has either been bound to a local address
/components/net/lwip/lwip-2.0.3/doc/
A Drawapi.txt334 pcb is not active until it has either been bound to a local address
/components/net/lwip/lwip-2.0.3/
A DCHANGELOG307 if DHCP is active is through netif->dhcp field.
317 * tcp.c: tcp_alloc() prefers killing CLOSING/LAST_ACK over active connections
576 is set to the full send window for active open, too, and is updated once
3146 * tcp_in.c: Fixed bug #21181: On active open, the initial congestion window was
3455 the mailbox is active". Now, the post is only done during a connect, and do_send,
4284 * TCP connections now are kept on three lists, one for active
/components/net/lwip/lwip-2.1.2/
A DCHANGELOG560 if DHCP is active is through netif->dhcp field.
570 * tcp.c: tcp_alloc() prefers killing CLOSING/LAST_ACK over active connections
829 is set to the full send window for active open, too, and is updated once
3399 * tcp_in.c: Fixed bug #21181: On active open, the initial congestion window was
3708 the mailbox is active". Now, the post is only done during a connect, and do_send,
4537 * TCP connections now are kept on three lists, one for active
/components/net/lwip/lwip-1.4.1/
A DCHANGELOG2190 * tcp_in.c: Fixed bug #21181: On active open, the initial congestion window was
2499 the mailbox is active". Now, the post is only done during a connect, and do_send,
3328 * TCP connections now are kept on three lists, one for active

Completed in 23 milliseconds