Home
last modified time | relevance | path

Searched full:immediately (Results 1 – 25 of 97) sorted by relevance

1234

/nrf52832-nimble/rt-thread/libcpu/xilinx/microblaze/
H A Dcontext_gcc.S93 ANDNI r3, r3, IE_BIT /* clear IE bit, prevent interrupt occur immediately*/
112 ANDNI r3, r3, IE_BIT /* clear IE bit, prevent interrupt occur immediately*/
216 ANDNI r3, r3, IE_BIT /* clear IE bit, prevent interrupt occur immediately*/
/nrf52832-nimble/rt-thread/components/libc/aio/
H A Dposix_aio.c86 * cannot be synchronized immediately).
183 * to the file or device (even when the data cannot be delivered immediately).
198 * immediately prior to the operation with an offset equal to aio_offset and a
341 * aio_offset, as if lseek() were called immediately prior to the operation with
397 * If the mode argument is LIO_NOWAIT, the function shall return immediately, and
/nrf52832-nimble/nordic/nrfx/drivers/include/
H A Dnrfx_uart.h210 * returns immediately and the handler is called when the transfer is done.
252 * returns immediately and the handler is called when the transfer is done.
258 * buffer can be set immediately after starting the transfer and will be filled
H A Dnrfx_uarte.h219 * returns immediately and the handler is called when the transfer is done.
269 * returns immediately and the handler is called when the transfer is done.
274 * buffer can be set immediately after starting the transfer and will be filled
/nrf52832-nimble/rt-thread/components/cplusplus/
H A DMutex.h33 /** Try to lock the mutex, and return immediately
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/kernel/linux/
H A Dkernel.h16 #define KERN_ALERT "<1>" // action must be taken immediately
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/src/
H A Derase.c87 /* Erase failed immediately. Refile it on the list */ in jffs2_erase_block()
100 …printk(KERN_WARNING "Erase at 0x%08x failed immediately: -EROFS. Is the sector locked?\n", jeb->of… in jffs2_erase_block()
102 printk(KERN_WARNING "Erase at 0x%08x failed immediately: errno %d\n", jeb->offset, ret); in jffs2_erase_block()
/nrf52832-nimble/rt-thread/examples/nanopb/
H A Dsimple.c44 /* But because we are lazy, we will just decode it immediately. */ in nanopb_test()
/nrf52832-nimble/rt-thread/components/net/uip/rt-thread/
H A Duip_pbuf.h34 /** indicates this packet's data should be immediately passed to the application */
/nrf52832-nimble/packages/NimBLE-latest/docs/ble_setup/
H A Dble_sync_cb.rst8 sync. In a combined host-controller app, the sync happens immediately at
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/include/
H A Dzlib.h304 Z_FINISH can be used immediately after deflateInit if all the compression
396 zlib or gzip format, this will cause inflate() to return immediately after
405 plus 128 if inflate() returned immediately after decoding an end-of-block
544 immediately after deflateInit, deflateInit2 or deflateReset, before any
741 sequence. This function must be called immediately after a call of inflate,
746 immediately after inflateInit2() or inflateReset() and before any call of
825 force inflate() to return immediately after header processing is complete
926 immediately for input. If strm->next_in is not Z_NULL, then strm->avail_in
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/
H A Dzlib.h304 Z_FINISH can be used immediately after deflateInit if all the compression
396 zlib or gzip format, this will cause inflate() to return immediately after
405 plus 128 if inflate() returned immediately after decoding an end-of-block
544 immediately after deflateInit, deflateInit2 or deflateReset, before any
741 sequence. This function must be called immediately after a call of inflate,
746 immediately after inflateInit2() or inflateReset() and before any call of
825 force inflate() to return immediately after header processing is complete
926 immediately for input. If strm->next_in is not Z_NULL, then strm->avail_in
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/
H A Dsyscfg.yml412 this number, immediately send a number-of-completed-packets event.
419 If enabled, the host will immediately transmit a
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/src/
H A Dble_gatts.c248 /* The value attribute is always immediately after the declaration. */ in ble_gatts_chr_def_access()
766 /* The value attribute is always immediately after the declaration. */ in ble_gatts_clt_cfg_access()
1307 * the update should be sent immediately, it is indicated in the return code.
1313 * @return The att_op of the update to send immediately,
1326 /* Notifications always get sent immediately. */ in ble_gatts_schedule_update()
1493 * characteristic. If not, return immediately. in ble_gatts_chr_updated()
/nrf52832-nimble/rt-thread/components/libc/termios/
H A Dposix_termios.c31 /* make the change immediately */ in tcsetattr()
/nrf52832-nimble/rt-thread/components/utilities/
H A DKconfig139 …When enable asynchronous output mode. The log output is not immediately and the log will stored to…
/nrf52832-nimble/rt-thread/components/net/freemodbus/
H A DChangelog.txt106 error state immediately to the idle state. Correct behaviour
120 state is immediately left because of a missing break. Instead
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/include/lwip/
H A Dsio.h104 * immediately if no data is available and never blocks.
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/
H A Dsio.h105 * immediately if no data is available and never blocks.
H A Dpbuf.h68 * pbuf, the application must free the pbuf immediately, rather than reusing it
171 /** indicates this packet's data should be immediately passed to the application */
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/
H A Dsio.h105 * immediately if no data is available and never blocks.
/nrf52832-nimble/rt-thread/components/utilities/ulog/syslog/
H A Dsyslog.h28 #define LOG_ALERT 1 /* action must be taken immediately */
/nrf52832-nimble/packages/NimBLE-latest/porting/nimble/include/hal/
H A Dhal_timer.h147 * has already passed the timer callback will be called "immediately" (at
/nrf52832-nimble/rt-thread/documentation/doxygen/
H A Dkernel.h107 * the memory pool is empty, the allocated thread can be blocked (or immediately return,
/nrf52832-nimble/packages/NimBLE-latest/nimble/include/nimble/
H A Dble_hci_trans.h132 * The function is called immediately before the free occurs.

1234