/nrf52832-nimble/rt-thread/components/CMSIS/RTOS/ |
H A D | cmsis_os.h | 42 Definitions that are marked with <b>MUST REMAIN UNCHANGED</b> cannot be altered. Otherwise the CMSI… 101 /// \note MUST REMAIN UNCHANGED: \b osCMSIS identifies the CMSIS-RTOS API version 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. [all …]
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/src/uffs/ |
H A D | uffs_fs.c | 83 static URET do_TruncateObject(uffs_Object *obj, u32 remain, RunOptionE run_opt); 939 * write data to obj, return remain data (0 if all data been written). 945 int remain = len; in do_WriteObject() local 951 while (remain > 0) { in do_WriteObject() 952 write_start = obj->pos + len - remain; in do_WriteObject() 966 size = do_WriteNewBlock(obj, data ? (u8 *)data + len - remain : NULL, in do_WriteObject() 967 remain, fnode->u.file.serial, fdn); in do_WriteObject() 988 remain -= size; in do_WriteObject() 1003 data ? (u8 *)data + len - remain : NULL, remain, in do_WriteObject() 1014 remain -= size; in do_WriteObject() [all …]
|
H A D | uffs_fd.c | 418 int uffs_ftruncate(int fd, long remain) in uffs_ftruncate() argument 425 ret = (uffs_TruncateObject(obj, remain) == U_SUCC) ? 0 : -1; in uffs_ftruncate()
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/src/ |
H A D | inflate.h | 47 DONE, /* finished check, done -- remain here until reset */ 48 BAD, /* got a data error -- remain here until reset */ 49 MEM, /* got an inflate() memory error -- remain here until reset */
|
/nrf52832-nimble/rt-thread/components/drivers/usb/usbdevice/core/ |
H A D | core.c | 1908 rt_int32_t remain, mps; in rt_usbd_ep0_in_handler() local 1917 remain = dcd->ep0.request.remain_size; in rt_usbd_ep0_in_handler() 1919 if (remain > 0) in rt_usbd_ep0_in_handler() 1921 if (remain >= mps) in rt_usbd_ep0_in_handler() 1923 remain = mps; in rt_usbd_ep0_in_handler() 1927 dcd_ep_write(dcd, EP0_IN_ADDR, dcd->ep0.request.buffer, remain); in rt_usbd_ep0_in_handler() 1932 if ((remain == 0) && (dcd->ep0.request.size > 0)) in rt_usbd_ep0_in_handler()
|
/nrf52832-nimble/rt-thread/libcpu/risc-v/e310/ |
H A D | interrupt_gcc.S | 93 /* Remain in M-mode after mret */
|
/nrf52832-nimble/rt-thread/libcpu/risc-v/rv32m1/ |
H A D | interrupt_gcc.S | 94 /* Remain in M-mode after mret */
|
/nrf52832-nimble/rt-thread/libcpu/risc-v/k210/ |
H A D | interrupt_gcc.S | 110 /* Remain in M-mode after mret */
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/src/inc/uffs/ |
H A D | uffs_fs.h | 115 URET uffs_TruncateObject(uffs_Object *obj, u32 remain);
|
H A D | uffs_fd.h | 117 int uffs_ftruncate(int fd, long remain);
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/transport/ram/src/ |
H A D | ble_hci_ram.c | 141 /* If no high-priority event buffers remain, try to grab a in ble_hci_trans_buf_alloc()
|
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/scripts/.autostuff/m4/ |
H A D | lt~obsolete.m4 | 32 # Yes, that means every name once taken will need to remain here until
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/src/ |
H A D | compr_zlib.c | 169 /* Let this remain D1 for now -- it should never happen */ in jffs2_zlib_decompress()
|
/nrf52832-nimble/rt-thread/components/libc/compilers/armlibc/ |
H A D | stubs.c | 124 * from a file in which only 5 remain, this routine can do three
|
/nrf52832-nimble/rt-thread/ |
H A D | LICENSE | 44 of this License, Derivative Works shall not include works that remain
|
/nrf52832-nimble/packages/NimBLE-latest/ |
H A D | LICENSE | 44 of this License, Derivative Works shall not include works that remain
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/src/ |
H A D | ble_l2cap.c | 237 /* More fragments remain. */ in ble_l2cap_rx_payload()
|
H A D | ble_hs_hci.c | 483 /* If any fragments remain, they should be marked as 'middle' in ble_hs_hci_acl_tx_now()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/core/ |
H A D | timeouts.c | 266 * entry (subsequent entries remain untouched), even though the timeout has not
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/core/ |
H A D | timeouts.c | 310 * entry (subsequent entries remain untouched), even though the timeout has not
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/ |
H A D | syscfg.yml | 130 in the state, since the specification requires us to remain in
|
/nrf52832-nimble/rt-thread/components/drivers/usb/usbhost/core/ |
H A D | core.c | 563 RT_DEBUG_LOG(RT_DEBUG_USB,("pipe transform remain size,: %d\n", remain_size)); in rt_usb_hcd_pipe_xfer()
|
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/ |
H A D | COPYING | 195 parties remain in full compliance.
|
/nrf52832-nimble/rt-thread/components/net/freemodbus/ |
H A D | gpl.txt | 178 parties remain in full compliance.
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/ |
H A D | COPYING | 178 parties remain in full compliance.
|