/nrf52832-nimble/rt-thread/components/cplusplus/ |
H A D | README.md | 21 PROVIDE(__ctors_start__ = .); 28 PROVIDE(__ctors_end__ = .); 49 PROVIDE(__dtors_start__ = .); 52 PROVIDE(__dtors_end__ = .);
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/include/mesh/ |
H A D | slist.h | 42 * @brief Provide the primitive to iterate on a list 61 * @brief Provide the primitive to iterate on a list, from a node in the list 87 * @brief Provide the primitive to safely iterate on a list 109 * @brief Provide the primitive to resolve the container of a list node 119 * @brief Provide the primitive to peek container of the list head 129 * @brief Provide the primitive to peek container of the list tail 139 * @brief Provide the primitive to peek the next container 150 * @brief Provide the primitive to iterate on a list under a container 168 * @brief Provide the primitive to safely iterate on a list under a container
|
/nrf52832-nimble/rt-thread/documentation/doxygen/ |
H A D | hardware.h | 50 * @note not all of platform provide this function. 59 * @note not all of platform provide this function. 70 * @note not all of platform provide this function.
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/ |
H A D | arch.h | 55 * If the compiler does not provide memset() this file must include a 110 /** Define this to 1 in arch/cc.h of your port if your compiler does not provide 121 /* stdint.h is C99 which should also provide support for 64-bit integers */ 138 /** Define this to 1 in arch/cc.h of your port if your compiler does not provide 175 /** Define this to 1 in arch/cc.h of your port if your compiler does not provide 194 /* If SSIZE_MAX is defined, unistd.h should provide the type as well */ 209 /** Define this to 1 in arch/cc.h of your port if your compiler does not provide 376 /** LWIP_PROVIDE_ERRNO==1: Let lwIP provide ERRNO values and the 'errno' variable.
|
H A D | sys.h | 48 /* For a totally minimal and standalone system, we provide null 131 * other error will provide a hint what went wrong, but except for assertions, 188 * other error will provide a hint what went wrong, but except for assertions, 278 * other error will provide a hint what went wrong, but except for assertions, 450 In some implementations they can provide a more light-weight protection
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/doc/ |
H A D | sys_arch.txt | 20 the OS emulation layer must provide several header files defining 54 other error will provide a hint what went wrong, but except for assertions, 101 other error will provide a hint what went wrong, but except for assertions, 137 other error will provide a hint what went wrong, but except for assertions, 281 If the compiler does not provide memset() this file must include a
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/doc/ |
H A D | sys_arch.txt | 20 the OS emulation layer must provide several header files defining 55 other error will provide a hint what went wrong, but except for assertions, 104 other error will provide a hint what went wrong, but except for assertions, 245 If the compiler does not provide memset() this file must include a
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/apps/ |
H A D | snmp_opts.h | 232 * To make sysName field settable, call snmp_mib2_set_sysname() to provide the necessary buffers. 240 …* To make sysContact field settable, call snmp_mib2_set_syscontact() to provide the necessary buff… 248 …* To make sysLocation field settable, call snmp_mib2_set_syslocation() to provide the necessary bu…
|
H A D | FILES | 2 Every application shall provide one api file APP.h and optionally one options file APP_opts.h
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/apps/ |
H A D | snmp_opts.h | 232 * To make sysName field settable, call snmp_mib2_set_sysname() to provide the necessary buffers. 240 …* To make sysContact field settable, call snmp_mib2_set_syscontact() to provide the necessary buff… 248 …* To make sysLocation field settable, call snmp_mib2_set_syslocation() to provide the necessary bu…
|
H A D | FILES | 2 Every application shall provide one api file APP.h and optionally one options file APP_opts.h
|
/nrf52832-nimble/nordic/nrfx/mdk/ |
H A D | nrf_common.ld | 140 PROVIDE(end = .); 157 PROVIDE(__stack = __StackTop);
|
H A D | nrf52_common.ld | 142 PROVIDE(end = .); 159 PROVIDE(__stack = __StackTop);
|
H A D | nrf51_common.ld | 142 PROVIDE(end = .); 159 PROVIDE(__stack = __StackTop);
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/netif/ |
H A D | etharp.h | 1 /* ARP has been moved to core/ipv4, provide this #include for compatibility only */
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/netif/ |
H A D | etharp.h | 1 /* ARP has been moved to core/ipv4, provide this #include for compatibility only */
|
/nrf52832-nimble/rt-thread/components/net/uip/doc/ |
H A D | pt-doc.txt | 117 generators provide multiple exit points from a generator function. 138 particular place in the program, but does not provide any call history
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/ |
H A D | arch.h | 108 /** Define this to 1 in arch/cc.h of your port if your compiler does not provide 128 /** Define this to 1 in arch/cc.h of your port if your compiler does not provide 165 /** Define this to 1 in arch/cc.h of your port if your compiler does not provide
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/elmfat/ |
H A D | 00readme.txt | 19 storage device. You have to provide a low level disk I/O module that written
|
/nrf52832-nimble/nordic/nrfx/ |
H A D | README.md | 7 The intention was to provide drivers that can be used in various environments
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/core/ipv6/ |
H A D | icmp6.c | 331 * timeout). The caller must provide the zoned source and destination addresses 353 LWIP_ASSERT("must provide both source and destination", src_addr != NULL); in icmp6_send_response_with_addrs() 354 LWIP_ASSERT("must provide both source and destination", dest_addr != NULL); in icmp6_send_response_with_addrs()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/test/unit/ |
H A D | Filelists.cmake | 8 # The intention is to provide greater flexibility to users to
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/src/ |
H A D | FAQ | 157 for the application to provide custom memory allocation routines. 202 difficulties, please provide a complete problem report to [email protected] 221 these systems. If you do use it on one of these, please provide us with
|
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/ |
H A D | INSTALL | 18 instructions specific to this package. Some packages provide this 91 8. Some packages, particularly those that use Automake, provide `make 165 correct locations to `configure'; however, many packages provide one or
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/ |
H A D | dfs_uffs.h | 43 /* enable this ,you need provide a mark_badblock/check_block funciton */
|