Home
last modified time | relevance | path

Searched full:starting (Results 1 – 25 of 196) sorted by relevance

12345678

/nrf52832-nimble/rt-thread/components/net/freemodbus/modbus/include/
H A Dmbutils.h57 * \param usBitOffset The starting address of the bits to set. The first
62 * starting at <code>usBitOffset</code> is the LSB of the value
68 * // Set bit 4 to 1 (read: set 1 bit starting at bit offset 4 to value 1)
87 * \param usBitOffset The starting address of the bits to set. The first
H A Dmb_m.h233 * is required by the protocol stack. The starting register address is given
239 * \param usAddress The starting address of the register. Input registers
255 * read or written by the protocol stack. The starting register address
263 * \param usAddress The starting address of the register.
289 * starting at address \c usAddress is stored in the LSB of the
319 * coil values. The first discrete input starting at \c usAddress must be
322 * \param usAddress The starting address of the first discrete input.
H A Dmb.h289 * is required by the protocol stack. The starting register address is given
295 * \param usAddress The starting address of the register. Input registers
317 * read or written by the protocol stack. The starting register address
325 * \param usAddress The starting address of the register.
357 * starting at address \c usAddress is stored in the LSB of the
393 * coil values. The first discrete input starting at \c usAddress must be
396 * \param usAddress The starting address of the first discrete input.
/nrf52832-nimble/nordic/nrfx/drivers/include/
H A Dnrfx_clock.h97 * @brief Function for starting the LFCLK.
115 * @brief Function for starting the high-accuracy source HFCLK.
133 * @brief Function for starting calibration of internal LFCLK.
155 * @brief Function for starting calibration timer.
H A Dnrfx_qspi.h154 * Write, read, and erase operations check memory device busy state before starting the operation.
177 * Write, read, and erase operations check memory device busy state before starting the operation.
202 * @brief Function for starting erasing of one memory block - 4KB, 64KB, or the whole chip.
204 * Write, read, and erase operations check memory device busy state before starting the operation.
227 * @brief Function for starting an erase operation of the whole chip.
H A Dnrfx_spim.h263 * @brief Function for starting the SPI data transfer.
269 * - @ref NRFX_SPIM_FLAG_HOLD_XFER<span></span>: Driver is not starting the transfer. Use this
310 * @brief Function for starting the SPI data transfer with DCX control.
H A Dnrfx_pwm.h151 This shortcut triggers the proper starting
225 * @brief Function for starting a single sequence playback.
262 * @brief Function for starting a two-sequence playback.
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/src/
H A Datomic.h284 * @param bit Bit number (starting from 0).
303 * @param bit Bit number (starting from 0).
325 * @param bit Bit number (starting from 0).
347 * @param bit Bit number (starting from 0).
366 * @param bit Bit number (starting from 0).
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/src/
H A Dalgorithm.txt27 The hash chains are searched starting with the most recent strings, to
161 Table X is two bits long since the longest code starting with 110 is five bits
169 Table Y is three bits long since the longest code starting with 111 is six
H A Dinftrees.c94 creating from that a table of starting indices for each length in the
201 huff = 0; /* starting code */
202 sym = 0; /* starting code symbol */
203 len = min; /* starting code length */
H A Dinflate.h102 code const FAR *lencode; /* starting table for length/literal codes */
103 code const FAR *distcode; /* starting table for distance codes */
/nrf52832-nimble/rt-thread/libcpu/mips/x1000/
H A Dmips_fp_gcc.S50 # DESCRIPTION: save floating point registers to memory starting at a0
121 # DESCRIPTION: load floating point registers from context chain starting at a0
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/doc/
H A Dsnmp_agent.txt74 Before starting the agent you should supply pointers
88 Also before starting the agent you need to setup
/nrf52832-nimble/rt-thread/components/net/freemodbus/modbus/functions/
H A Dmbutils.c59 /* Calculate byte offset for first byte containing the bit values starting in xMBUtilSetBits()
93 /* Calculate byte offset for first byte containing the bit values starting in xMBUtilGetBits()
H A Dmbfunccoils.c126 /* The response contains the function code, the starting address in eMBFuncReadCoils()
249 /* The response contains the function code, the starting address in eMBFuncWriteMultipleCoils()
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/src/
H A Dble_att_cmd_priv.h66 * | Starting Handle | 2 |
98 * | Starting Handle | 2 |
133 * | Starting Handle | 2 |
232 * | Starting Handle | 2 |
/nrf52832-nimble/nordic/nrfx/hal/
H A Dnrf_uart.h57 …NRF_UART_TASK_STARTRX = offsetof(NRF_UART_Type, TASKS_STARTRX), /**< Task for starting reception. …
59 …NRF_UART_TASK_STARTTX = offsetof(NRF_UART_Type, TASKS_STARTTX), /**< Task for starting transmissio…
313 * @brief Function for starting an UART task.
/nrf52832-nimble/rt-thread/components/net/uip/uip/
H A Dpt.h72 * starting to execute the protothread.
106 * This macro is used to declare the starting point of a
/nrf52832-nimble/packages/NimBLE-latest/apps/bletest/src/
H A Dbletest.c885 /* Fill with incrementing pattern (starting from 1) */ in bletest_send_packet()
1100 /* Wait one second before starting test task */ in bletest_task_handler()
1115 console_printf("Starting BLE test task as advertiser\n"); in bletest_task_handler()
1129 console_printf("Starting BLE test task as scanner\n"); in bletest_task_handler()
1135 console_printf("Starting BLE test task as initiator\n"); in bletest_task_handler()
1213 /* Wait some time before starting */ in bletest_task_handler()
/nrf52832-nimble/nordic/nrfx/drivers/src/
H A Dnrfx_clock.c107 // applies delay of 138us before starting LFCLK.
117 * @brief Function for applying delay of 138us before starting LFCLK.
/nrf52832-nimble/rt-thread/examples/libc/
H A Dex1.c13 printf("Starting process %s\n", (char *)arg); in process()
/nrf52832-nimble/rt-thread/components/cplusplus/
H A DThread.h25 /** Allocate a new thread without starting execution
/nrf52832-nimble/rt-thread/libcpu/mips/xburst/
H A Dcpu.c64 * Bits are numbered starting at 1 (the least significant bit). A return value of
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/netif/ppp/
H A Dfsm.c127 if( f->callbacks->starting ) in fsm_lowerdown()
128 (*f->callbacks->starting)(f); in fsm_lowerdown()
164 if( f->callbacks->starting ) in fsm_open()
165 (*f->callbacks->starting)(f); in fsm_open()
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/netif/ppp/
H A Dfsm.c127 if( f->callbacks->starting ) in fsm_lowerdown()
128 (*f->callbacks->starting)(f); in fsm_lowerdown()
164 if( f->callbacks->starting ) in fsm_open()
165 (*f->callbacks->starting)(f); in fsm_open()

12345678