Home
last modified time | relevance | path

Searched full:remain (Results 1 – 25 of 56) sorted by relevance

123

/nrf52832-nimble/rt-thread/components/CMSIS/RTOS/
H A Dcmsis_os.h42 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 Duffs_fs.c83 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 Duffs_fd.c418 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 Dinflate.h47 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 Dcore.c1908 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 Dinterrupt_gcc.S93 /* Remain in M-mode after mret */
/nrf52832-nimble/rt-thread/libcpu/risc-v/rv32m1/
H A Dinterrupt_gcc.S94 /* Remain in M-mode after mret */
/nrf52832-nimble/rt-thread/libcpu/risc-v/k210/
H A Dinterrupt_gcc.S110 /* Remain in M-mode after mret */
/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/src/inc/uffs/
H A Duffs_fs.h115 URET uffs_TruncateObject(uffs_Object *obj, u32 remain);
H A Duffs_fd.h117 int uffs_ftruncate(int fd, long remain);
/nrf52832-nimble/packages/NimBLE-latest/nimble/transport/ram/src/
H A Dble_hci_ram.c141 /* 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 Dlt~obsolete.m432 # Yes, that means every name once taken will need to remain here until
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/src/
H A Dcompr_zlib.c169 /* Let this remain D1 for now -- it should never happen */ in jffs2_zlib_decompress()
/nrf52832-nimble/rt-thread/components/libc/compilers/armlibc/
H A Dstubs.c124 * from a file in which only 5 remain, this routine can do three
/nrf52832-nimble/rt-thread/
H A DLICENSE44 of this License, Derivative Works shall not include works that remain
/nrf52832-nimble/packages/NimBLE-latest/
H A DLICENSE44 of this License, Derivative Works shall not include works that remain
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/src/
H A Dble_l2cap.c237 /* More fragments remain. */ in ble_l2cap_rx_payload()
H A Dble_hs_hci.c483 /* 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 Dtimeouts.c266 * 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 Dtimeouts.c310 * entry (subsequent entries remain untouched), even though the timeout has not
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/
H A Dsyscfg.yml130 in the state, since the specification requires us to remain in
/nrf52832-nimble/rt-thread/components/drivers/usb/usbhost/core/
H A Dcore.c563 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 DCOPYING195 parties remain in full compliance.
/nrf52832-nimble/rt-thread/components/net/freemodbus/
H A Dgpl.txt178 parties remain in full compliance.
/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/
H A DCOPYING178 parties remain in full compliance.

123