Searched refs:disabled (Results 1 – 15 of 15) sorted by relevance
| /components/drivers/misc/ |
| A D | dac.c | 51 result = dac->ops->disabled(dac, (rt_uint32_t)args); in _dac_control() 135 if (dev->ops->disabled != RT_NULL) in rt_dac_disable() 137 result = dev->ops->disabled(dev, channel); in rt_dac_disable()
|
| /components/drivers/include/drivers/ |
| A D | dac.h | 73 rt_err_t (*disabled)(struct rt_dac_device *device, rt_uint32_t channel); member
|
| /components/net/lwip/lwip-2.0.3/src/netif/ppp/ |
| A D | PPPD_FOLLOWUP | 21 the ppp port, but it wasn't really helpful and was disabled when adding 65 feature is disabled in the port, so we don't care about the new 81 We are not parsing config file, all the filesystem I/O stuff were disabled 139 was disabled because we don't have .so plugins in embedded.
|
| /components/net/lwip/lwip-2.1.2/src/netif/ppp/ |
| A D | PPPD_FOLLOWUP | 21 the ppp port, but it wasn't really helpful and was disabled when adding 65 feature is disabled in the port, so we don't care about the new 81 We are not parsing config file, all the filesystem I/O stuff were disabled 139 was disabled because we don't have .so plugins in embedded.
|
| /components/lwp/arch/arm/cortex-a/ |
| A D | lwp_gcc.S | 25 #define I_Bit 0x80 @; when I bit is set, IRQ is disabled 26 #define F_Bit 0x40 @; when F bit is set, FIQ is disabled
|
| /components/net/lwip/lwip-1.4.1/ |
| A D | UPGRADING | 130 * Added timer implementation for NO_SYS==1 (may be disabled with NO_SYS_NO_TIMERS==1
|
| A D | CHANGELOG | 30 be disabled (since runtime checks can often not be seen on embedded targets) 118 * init.c: fixed bug #35537: MEMP_NUM_* sanity checks should be disabled with 653 disabled. 725 * various files: Fixed compiling with different options disabled (TCP/UDP), 726 triggered by bug #29345; don't allocate acceptmbox if LWIP_TCP is disabled 803 disabled on netif used for PPPoE) by adding a new netif flag 1640 RAW netconn. You need to set LWIP_SO_RCVBUF=1 in your lwipopts.h (it's disabled 1773 disabled when matching options are disabled. Also note that their is new options 2168 and has to be explicitly disabled with 'tcp_pcb->flags |= TF_NODELAY'
|
| /components/net/lwip/lwip-1.4.1/doc/ |
| A D | snmp_agent.txt | 26 The groups EGP, CMOT and transmission are disabled by default.
|
| /components/net/lwip/lwip-2.0.3/ |
| A D | UPGRADING | 229 * Added timer implementation for NO_SYS==1 (may be disabled with NO_SYS_NO_TIMERS==1
|
| A D | CHANGELOG | 139 * fixed compiling with IPv4 disabled (IPv6 only case) 262 * many files: task #13480: added LWIP_IPV4 define - IPv4 can be disabled, 736 when LWIP_DHCP_CHECK_LINK_UP==1, which is disabled by default for 877 LWIP_TCPIP_CORE_LOCKING_INPUT disabled 1074 * init.c: fixed bug #35537: MEMP_NUM_* sanity checks should be disabled with 1609 disabled. 1681 * various files: Fixed compiling with different options disabled (TCP/UDP), 1682 triggered by bug #29345; don't allocate acceptmbox if LWIP_TCP is disabled 1759 disabled on netif used for PPPoE) by adding a new netif flag 2729 disabled when matching options are disabled. Also note that their is new options [all …]
|
| /components/net/lwip/lwip-2.1.2/ |
| A D | CHANGELOG | 392 * fixed compiling with IPv4 disabled (IPv6 only case) 515 * many files: task #13480: added LWIP_IPV4 define - IPv4 can be disabled, 989 when LWIP_DHCP_CHECK_LINK_UP==1, which is disabled by default for 1130 LWIP_TCPIP_CORE_LOCKING_INPUT disabled 1327 * init.c: fixed bug #35537: MEMP_NUM_* sanity checks should be disabled with 1862 disabled. 1934 * various files: Fixed compiling with different options disabled (TCP/UDP), 1935 triggered by bug #29345; don't allocate acceptmbox if LWIP_TCP is disabled 2012 disabled on netif used for PPPoE) by adding a new netif flag 2982 disabled when matching options are disabled. Also note that their is new options [all …]
|
| A D | UPGRADING | 264 * Added timer implementation for NO_SYS==1 (may be disabled with NO_SYS_NO_TIMERS==1
|
| /components/net/lwip/lwip-2.0.3/doc/doxygen/ |
| A D | lwip.Doxyfile | 358 # is disabled and one has to add nested compounds explicitly via \ingroup. 396 # with name TypeT. When disabled the typedef will appear as a member of a file, 731 # will automatically be disabled. 1549 # there is already a search function so this one should typically be disabled. 1569 # setting. When disabled, doxygen will generate a PHP script for searching and 2198 # disabled, but it is recommended to install and use dot, since it yields more 2472 # background. This is disabled by default, because dot on Windows does not seem 2486 # this, this feature is disabled by default.
|
| /components/net/lwip/lwip-2.1.2/doc/doxygen/ |
| A D | lwip.Doxyfile | 367 # is disabled and one has to add nested compounds explicitly via \ingroup. 405 # with name TypeT. When disabled the typedef will appear as a member of a file, 740 # will automatically be disabled. 1560 # there is already a search function so this one should typically be disabled. 1580 # setting. When disabled, doxygen will generate a PHP script for searching and 2221 # disabled, but it is recommended to install and use dot, since it yields more 2498 # background. This is disabled by default, because dot on Windows does not seem 2512 # this, this feature is disabled by default.
|
| A D | lwip.Doxyfile.cmake.in | 367 # is disabled and one has to add nested compounds explicitly via \ingroup. 405 # with name TypeT. When disabled the typedef will appear as a member of a file, 740 # will automatically be disabled. 1560 # there is already a search function so this one should typically be disabled. 1580 # setting. When disabled, doxygen will generate a PHP script for searching and 2221 # disabled, but it is recommended to install and use dot, since it yields more 2498 # background. This is disabled by default, because dot on Windows does not seem 2512 # this, this feature is disabled by default.
|
Completed in 29 milliseconds