Searched refs:active (Results 1 – 10 of 10) sorted by relevance
| /components/drivers/regulator/ |
| A D | regulator-fixed.c | 58 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 D | dev_spi_wifi_rw009.c | 56 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 D | usb_dc_chipidea.c | 55 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 D | usb_dc_hpm.c | 345 } else if (p_qtd->active) { in USBD_IRQHandler()
|
| /components/dfs/ |
| A D | Kconfig | 242 int "aspace max active pages."
|
| /components/net/lwip/lwip-1.4.1/doc/ |
| A D | rawapi.txt | 324 pcb is not active until it has either been bound to a local address
|
| /components/net/lwip/lwip-2.0.3/doc/ |
| A D | rawapi.txt | 334 pcb is not active until it has either been bound to a local address
|
| /components/net/lwip/lwip-2.0.3/ |
| A D | CHANGELOG | 307 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 D | CHANGELOG | 560 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 D | CHANGELOG | 2190 * 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