/nrf52832-nimble/rt-thread/components/libc/aio/ |
H A D | posix_aio.c | 25 * The aio_cancel() function shall attempt to cancel one or more asynchronous I/O 29 * I/O requests against fildes shall be canceled. 31 * Normal asynchronous notification shall occur for asynchronous I/O operations 33 * then the normal asynchronous completion process shall take place for those 37 * status shall be set to [ECANCELED] and the return status shall be -1. For 38 * requested operations that are not successfully canceled, the aiocbp shall not 64 * The aio_error() function shall return the error status associated with the 80 * The aio_fsync() function shall asynchronously perform a file synchronization 84 * call to aio_fsync(). The function call shall return when the synchronization 88 * option: If op is O_DSYNC, all currently queued I/O operations shall be completed [all …]
|
/nrf52832-nimble/rt-thread/components/CMSIS/RTOS/ |
H A D | cmsis_os.h | 23 Each RTOS that is compliant with CMSIS-RTOS shall provide a specific \b cmsis_os.h header file that… 107 /// \note MUST REMAIN UNCHANGED: \b osKernelSystemId shall be consistent in every CMSIS-RTOS. 110 /// \note MUST REMAIN UNCHANGED: \b osFeature_xxx shall be consistent in every CMSIS-RTOS. 131 /// \note MUST REMAIN UNCHANGED: \b osPriority shall be consistent in every CMSIS-RTOS. 144 /// \note MUST REMAIN UNCHANGED: \b osWaitForever shall be consistent in every CMSIS-RTOS. 148 /// \note MUST REMAIN UNCHANGED: \b osStatus shall be consistent in every CMSIS-RTOS. 169 /// \note MUST REMAIN UNCHANGED: \b os_timer_type shall be consistent in every CMSIS-RTOS. 176 /// \note MUST REMAIN UNCHANGED: \b os_pthread shall be consistent in every CMSIS-RTOS. 180 /// \note MUST REMAIN UNCHANGED: \b os_ptimer shall be consistent in every CMSIS-RTOS. 183 // >>> the following data type definitions may shall adapted towards a specific RTOS [all …]
|
/nrf52832-nimble/rt-thread/ |
H A D | LICENSE | 9 "License" shall mean the terms and conditions for use, reproduction, 12 "Licensor" shall mean the copyright owner or entity authorized by 15 "Legal Entity" shall mean the union of the acting entity and all 23 "You" (or "Your") shall mean an individual or Legal Entity 26 "Source" form shall mean the preferred form for making modifications, 30 "Object" form shall mean any form resulting from mechanical 35 "Work" shall mean the work of authorship, whether in Source or 40 "Derivative Works" shall mean any work, whether in Source or Object 44 of this License, Derivative Works shall not include works that remain 48 "Contribution" shall mean any work of authorship, including [all …]
|
/nrf52832-nimble/packages/NimBLE-latest/ |
H A D | LICENSE | 9 "License" shall mean the terms and conditions for use, reproduction, 12 "Licensor" shall mean the copyright owner or entity authorized by 15 "Legal Entity" shall mean the union of the acting entity and all 23 "You" (or "Your") shall mean an individual or Legal Entity 26 "Source" form shall mean the preferred form for making modifications, 30 "Object" form shall mean any form resulting from mechanical 35 "Work" shall mean the work of authorship, whether in Source or 40 "Derivative Works" shall mean any work, whether in Source or Object 44 of this License, Derivative Works shall not include works that remain 48 "Contribution" shall mean any work of authorship, including [all …]
|
H A D | CODING_STANDARDS.md | 19 compatible license, the original license header shall be maintained. 169 * ```#ifdef``` aliasing, shall be in the following format, where 251 shall be success, and non-zero shall be the failure code.
|
/nrf52832-nimble/rt-thread/components/drivers/cputime/ |
H A D | cputime.c | 17 * The clock_cpu_getres() function shall return the resolution of CPU time, the 32 * The clock_cpu_gettime() function shall return the current value of cpu time tick. 46 * The clock_cpu_microsecond() fucntion shall return the microsecond according to 61 * The clock_cpu_microsecond() fucntion shall return the millisecond according to 76 * The clock_cpu_seops() function shall set the ops of cpu time.
|
/nrf52832-nimble/packages/NimBLE-latest/docs/ble_setup/ |
H A D | ble_lp_clock.rst | 23 - OS cputime frequency shall be set to ``32768`` 24 - OS cputime timer source shall be set to 32768 Hz clock source 26 - 32768 Hz clock source shall be enabled 27 - Crystal settling time shall be set to non-zero value (see below)
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/apps/snmp/ |
H A D | snmp_core_priv.h | 19 * SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 48 …* shall not be used by MIBS anymore, nevertheless required from core for properly answering a v1 r… 53 /* error codes which are internal and shall not be used by MIBS 54 …* shall not be used by MIBS anymore, nevertheless required from core for properly answering a v1 r…
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/apps/snmp/ |
H A D | snmp_core_priv.h | 19 * SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 48 …* shall not be used by MIBS anymore, nevertheless required from core for properly answering a v1 r… 53 /* error codes which are internal and shall not be used by MIBS 54 …* shall not be used by MIBS anymore, nevertheless required from core for properly answering a v1 r…
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/api/ |
H A D | if_api.c | 29 * SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 55 * @param ifname shall point to a buffer of at least {IF_NAMESIZE} bytes 56 * @return If ifindex is an interface index, then the function shall return the 58 * Otherwise, the function shall return a NULL pointer.
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/drivers/nrf52/ |
H A D | syscfg.yml | 31 This value shall be only used for debugging purposes. It is 63 This shall be only enabled for: 71 This shall be only enabled for:
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/ |
H A D | netif.h | 24 * SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 166 * shall be sent. For ethernet netif, set this to 'etharp_output' and set 169 * @param netif The netif which shall send a packet 171 * @param ipaddr The IP address to which the packet shall be sent 179 * shall be sent. For ethernet netif, set this to 'ethip6_output' and set 182 * @param netif The netif which shall send a packet 184 * @param ipaddr The IPv6 address to which the packet shall be sent 191 * netifs. This function is called by ARP when a packet shall be sent. 193 * @param netif The netif which shall send a packet
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/include/lwip/ |
H A D | netif.h | 19 * SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 111 * shall be sent. For ethernet netif, set this to 'etharp_output' and set 114 * @param netif The netif which shall send a packet 116 * @param ipaddr The IP address to which the packet shall be sent 121 * netifs. This function is called by ARP when a packet shall be sent. 123 * @param netif The netif which shall send a packet
|
/nrf52832-nimble/rt-thread/components/drivers/spi/sfud/ |
H A D | LICENSE | 13 The above copyright notice and this permission notice shall be 19 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/ |
H A D | netif.h | 24 * SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 182 * shall be sent. For ethernet netif, set this to 'etharp_output' and set 185 * @param netif The netif which shall send a packet 187 * @param ipaddr The IP address to which the packet shall be sent 195 * shall be sent. For ethernet netif, set this to 'ethip6_output' and set 198 * @param netif The netif which shall send a packet 200 * @param ipaddr The IPv6 address to which the packet shall be sent 207 * netifs. This function is called by ARP when a packet shall be sent. 209 * @param netif The netif which shall send a packet
|
/nrf52832-nimble/rt-thread/components/drivers/spi/sfud/inc/ |
H A D | sfud_cfg.h | 14 * The above copyright notice and this permission notice shall be 20 * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
H A D | sfud.h | 14 * The above copyright notice and this permission notice shall be 20 * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
/nrf52832-nimble/rt-thread/components/dfs/src/ |
H A D | dfs_posix.c | 376 * this function is a POSIX compliant version, which shall request that all data 382 * @return 0 on successful completion. Otherwise, -1 shall be returned and errno 406 * this function is a POSIX compliant version, which shall perform a variety of 414 * @return 0 on successful completion. Otherwise, -1 shall be returned and errno 449 * this function is a POSIX compliant version, which shall perform a variety of 457 * @return 0 on successful completion. Otherwise, -1 shall be returned and errno 863 * this function is a POSIX compliant version, which shall check the file named
|
/nrf52832-nimble/rt-thread/include/ |
H A D | rtdebug.h | 102 rt_kprintf("Function[%s] shall not be used in ISR\n", __FUNCTION__); \ 120 rt_kprintf("Function[%s] shall not be used before scheduler start\n", \
|
/nrf52832-nimble/packages/NimBLE-latest/ext/tinycrypt/include/tinycrypt/ |
H A D | ecc_platform_specific.h | 17 * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE 46 * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
|
H A D | ecc_dh.h | 20 * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE 49 * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
|
/nrf52832-nimble/packages/NimBLE-latest/ext/tinycrypt/ |
H A D | LICENSE | 28 DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR 53 DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
|
/nrf52832-nimble/packages/NimBLE-latest/ext/tinycrypt/src/ |
H A D | ecc_platform_specific.c | 17 * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE 46 * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
|
/nrf52832-nimble/rt-thread/components/drivers/sensors/ |
H A D | sensor.h | 104 * Unless otherwise noted, an enabled sensor shall not prevent the 114 * in practice sensors shall be disabled while in suspend mode to 130 * wake-up: no this sensor shall not wake-up the SoC, events are dropped 541 * No gyro-drift compensation shall be performed. 637 * While this sensor operates, it shall not disrupt any other sensors, in 664 * The minimum size of the hardware's internal counter shall be 16 bits 678 * setDelay() value, but the steps shall continue to be counted. 684 * While this sensor operates, it shall not disrupt any other sensors, in
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/apps/ |
H A D | FILES | 2 Every application shall provide one api file APP.h and optionally one options file APP_opts.h
|