Home
last modified time | relevance | path

Searched full:given (Results 1 – 25 of 331) sorted by relevance

12345678910>>...14

/nrf52832-nimble/nordic/nrfx/hal/
H A Dnrf_gpio.h135 …* @brief Function for configuring the GPIO pin range as input pins with given initial value set, h…
172 * @brief Function for configuring the given GPIO pin number as output, hiding inner details.
182 * @brief Function for configuring the given GPIO pin number as input, hiding inner details.
200 * @brief Function for configuring the given GPIO pin number as a watcher. Only input is connected.
208 * @brief Function for disconnecting input for the given GPIO.
216 * @brief Function for configuring the given GPIO pin number as input, hiding inner details.
229 * @brief Function for configuring sense level for the given GPIO.
338 * @brief Function for setting output direction on selected pins on a given port.
347 * @brief Function for setting input direction on selected pins on a given port.
356 * @brief Function for writing the direction configuration of GPIO pins in a given port.
[all …]
H A Dnrf_ppi.h154 * @brief Function for enabling a given PPI channel.
164 * @brief Function for disabling a given PPI channel.
173 * @brief Function for checking if a given PPI channel is enabled.
205 * @brief Function for setting up event and task endpoints for a given PPI channel.
211 * @param[in] channel Channel to which the given endpoints are assigned.
218 * @brief Function for setting up the event endpoint for a given PPI channel.
221 * @param[in] channel Channel to which the given endpoint is assigned.
227 * @brief Function for setting up the task endpoint for a given PPI channel.
230 * @param[in] channel Channel to which the given endpoint is assigned.
238 * @brief Function for setting up task endpoint for a given PPI fork.
[all …]
H A Dnrf_acl.h59 * @brief Function for setting region parameters for given ACL region.
81 * @return Configured region address of given ACL region.
91 * @return Configured region size of given ACL region.
101 * @return Configured region permissions of given ACL region.
H A Dnrf_i2s.h50 * function call to specify that a given I2S signal (SDOUT, SDIN, or MCK)
258 * @brief Function for retrieving the state of a given interrupt.
285 * @brief Function for setting the subscribe configuration for a given
297 * @brief Function for clearing the subscribe configuration for a given
307 * @brief Function for setting the publish configuration for a given
319 * @brief Function for clearing the publish configuration for a given
333 * If a given signal is not needed, pass the @ref NRF_I2S_PIN_NOT_CONNECTED
378 * transmission accordingly. If the transfer in a given direction is not
H A Dnrf_spis.h50 * function to specify that a given SPI signal (SCK, MOSI, or MISO)
224 * @brief Function for retrieving the state of a given interrupt.
237 * @brief Function for setting the subscribe configuration for a given
249 * @brief Function for clearing the subscribe configuration for a given
259 * @brief Function for setting the publish configuration for a given
271 * @brief Function for clearing the publish configuration for a given
316 * If a given signal is not needed, pass the @ref NRF_SPIS_PIN_NOT_CONNECTED
H A Dnrf_wdt.h152 * @brief Function for retrieving the state of given interrupt.
170 * @brief Function for setting the subscribe configuration for a given
180 * @brief Function for clearing the subscribe configuration for a given
188 * @brief Function for setting the publish configuration for a given
198 * @brief Function for clearing the publish configuration for a given
H A Dnrf_timer.h85 * in a given timer instance.
323 * @brief Function for retrieving the state of a given interrupt.
336 * @brief Function for setting the subscribe configuration for a given
348 * @brief Function for clearing the subscribe configuration for a given
358 * @brief Function for setting the publish configuration for a given
370 * @brief Function for clearing the publish configuration for a given
484 * @brief Function for calculating the number of timer ticks for a given time
496 * @brief Function for calculating the number of timer ticks for a given time
H A Dnrf_pdm.h170 * @retval false If at least one of the given interrupts is not enabled.
183 * @brief Function for setting the subscribe configuration for a given
193 * @brief Function for clearing the subscribe configuration for a given
201 * @brief Function for setting the publish configuration for a given
211 * @brief Function for clearing the publish configuration for a given
/nrf52832-nimble/rt-thread/libcpu/c-sky/common/
H A Dcsi_reg.h66 \details Writes the given value to the PSR Register.
89 \details Writes the given value to the SP Register.
113 \details Writes the given value to the VBR Register.
136 \details Writes the given value to the EPC Register.
159 \details Writes the given value to the EPSR Register.
183 \details Assigns the given value to the SRCR.
209 \details Assigns the given value to the CCR.
233 \details Assigns the given value to the CAPR.
244 \details Assigns the given value to the PACR.
269 \details Assigns the given value to the PRSR.
[all …]
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/
H A Dip6_zone.h108 /** Return the zone index of the given IPv6 address; possibly "no zone". */
111 /** Does the given IPv6 address have a zone set? (0/1) */
123 /** Is the zone field of the given IPv6 address equal to the given zone index? (0/1) */
126 /** Are the zone fields of the given IPv6 addresses equal? (0/1)
163 * The given address type may be used to eliminate at compile time certain
184 * given address has a scope, the assigned zone index is that scope's zone of
185 * the given netif; otherwise, the assigned zone index is "no zone".
206 * given address is either scoped or zoned, and thus, it need not test this.
226 /** Does the given IPv6 address have a scope, and as such should also have a
280 /** Verify that the given IPv6 address is properly zoned. */
[all …]
/nrf52832-nimble/rt-thread/components/CMSIS/Include/
H A Dcore_cmFunc.h73 This function writes the given value to the Control Register.
138 This function assigns the given value to the Process Stack Pointer (PSP).
164 This function assigns the given value to the Main Stack Pointer (MSP).
190 This function assigns the given value to the Priority Mask Register.
234 This function assigns the given value to the Base Priority register.
260 This function assigns the given value to the Fault Mask register.
294 This function assigns the given value to the Floating Point Status/Control register.
363 This function writes the given value to the Control Register.
435 This function assigns the given value to the Process Stack Pointer (PSP).
462 This function assigns the given value to the Main Stack Pointer (MSP).
[all …]
/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/src/uffs/
H A Duffs_blockinfo.c204 * \brief load page spare data to given block info structure
205 * with given page number
207 * \param[in] work given block info to be filled with
208 * \param[in] page given page number to be read from,
210 * all pages, otherwise it will read only one given page.
263 * \brief find a block cache with given block number
294 * \retval non-NULL buffer pointer of given block
355 * \brief make the given pages expired in given block info buffer
358 * \param[in] page given page number.
H A Duffs_public.c84 * \brief given a page, search the block to find
91 * \return the better page number, could be the same with the given page.
92 * if the given page does not have good tag, return UFFS_INVALID_PAGE.
127 * \brief find a valid page with given page_id
131 * \return the valid page number which has given page_id
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/services/ans/src/
H A Dble_svc_ans.c97 * the count of new alerts (for a given category).
301 * Adds a new alert to the given category then notifies the client
302 * if the given category is valid and enabled.
331 * Adds an unread alert to the given category then notifies the client
332 * if the given category is valid and enabled.
359 * Send a new alert notification to the given category with the
360 * given info string.
398 * Send an unread alert notification to the given category.
416 * the given destination.
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/include/mesh/
H A Dmain.h91 * output the given number using the given action.
103 * display the given string to the user.
114 * request input from the user using the given action. The
130 * link has been opened on the given provisioning bearer.
139 * link has been closed on the given provisioning bearer.
151 * @param net_idx NetKeyIndex given during provisioning.
H A Dslist.h201 * @brief Test if the given list is empty
263 * @brief Prepend a node to the given list
282 * @brief Append a node to the given list
304 * @brief Append a list to the given list
344 * @brief Insert a node to the given list
367 * @brief Fetch and remove the first node of the given list
389 * @brief Fetch and remove the first node of the given list
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/core/
H A Draw.c62 * Given an incoming IP datagram (as a chain of pbufs) this function
191 * Send the raw IP packet to the given address. Note that actually you cannot
212 /* not enough space to add an IP header to first pbuf in given p chain? */ in raw_sendto()
222 /* chain header q in front of given pbuf p */ in raw_sendto()
226 …LWIP_DEBUGF(RAW_DEBUG, ("raw_sendto: added header pbuf %p before given pbuf %p\n", (void *)q, (voi… in raw_sendto()
228 /* first pbuf q equals given pbuf */ in raw_sendto()
279 * Send the raw IP packet to the address given by raw_connect()
/nrf52832-nimble/packages/NimBLE-latest/porting/nimble/include/os/
H A Dos_cputime.h116 * Converts the given number of nanoseconds into cputime ticks.
126 * Convert the given number of ticks into nanoseconds.
151 * Converts the given number of microseconds into cputime ticks.
160 * Convert the given number of ticks into microseconds.
184 * Initialize a CPU timer, using the given HAL timer.
/nrf52832-nimble/packages/NimBLE-latest/porting/nimble/src/
H A Dos_cputime_pwr2.c40 * Converts the given number of microseconds into cputime ticks.
67 * Convert the given number of ticks into microseconds.
84 /* Given: `freq = 2^n`, calculate `n`. */ in os_cputime_ticks_to_usecs()
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/core/
H A Draw.c121 * Given an incoming IP datagram (as a chain of pbufs) this function
229 /* If the given IP address should have a zone but doesn't, assign one now. in raw_bind()
286 /* If the given IP address should have a zone but doesn't, assign one now, in raw_connect()
344 * Send the raw IP packet to the given address. An IP header will be prepended
408 * Send the raw IP packet to the given address, using a particular outgoing
463 /* not enough space to add an IP header to first pbuf in given p chain? */ in raw_sendto_if_src()
473 /* chain header q in front of given pbuf p */ in raw_sendto_if_src()
477 …LWIP_DEBUGF(RAW_DEBUG, ("raw_sendto: added header pbuf %p before given pbuf %p\n", (void *)q, (voi… in raw_sendto_if_src()
479 /* first pbuf q equals given pbuf */ in raw_sendto_if_src()
539 * Send the raw IP packet to the address given by raw_connect()
/nrf52832-nimble/nordic/cmsis/include/
H A Dcmsis_armcc.h66 \details Writes the given value to the Control Register.
126 \details Assigns the given value to the Process Stack Pointer (PSP).
150 \details Assigns the given value to the Main Stack Pointer (MSP).
174 \details Assigns the given value to the Priority Mask Register.
216 \details Assigns the given value to the Base Priority register.
228 …\details Assigns the given value to the Base Priority register only if BASEPRI masking is disabled,
253 \details Assigns the given value to the Fault Mask register.
285 \details Assigns the given value to the Floating Point Status/Control register.
432 \details Reverses the bit order of the given value.
H A Dcmsis_armcc_V6.h99 \details Writes the given value to the Control Register.
111 \details Writes the given value to the non-secure Control Register when in secure state.
243 \details Assigns the given value to the Process Stack Pointer (PSP).
255 …\details Assigns the given value to the non-secure Process Stack Pointer (PSP) when in secure stat…
297 \details Assigns the given value to the Main Stack Pointer (MSP).
309 \details Assigns the given value to the non-secure Main Stack Pointer (MSP) when in secure state.
351 \details Assigns the given value to the Priority Mask Register.
363 \details Assigns the given value to the non-secure Priority Mask Register when in secure state.
429 \details Assigns the given value to the Base Priority register.
441 \details Assigns the given value to the non-secure Base Priority register when in secure state.
[all …]
/nrf52832-nimble/rt-thread/components/net/freemodbus/modbus/include/
H A Dmb_m.h179 * is given by the application dependent Modbus slave timeout. Internally the
190 * \brief Registers a callback handler for a given function code.
192 * This function registers a new callback handler for a given function code.
233 * is required by the protocol stack. The starting register address is given
234 * by \c usAddress and the last register is given by <tt>usAddress +
256 * is given by \c usAddress and the last register is given by
H A Dmb.h213 * is given by the application dependent Modbus slave timeout. Internally the
246 * \brief Registers a callback handler for a given function code.
248 * This function registers a new callback handler for a given function code.
289 * is required by the protocol stack. The starting register address is given
290 * by \c usAddress and the last register is given by <tt>usAddress +
318 * is given by \c usAddress and the last register is given by
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/core/
H A Draw.c114 * Given an incoming IP datagram (as a chain of pbufs) this function
264 * Send the raw IP packet to the given address. Note that actually you cannot
299 /* not enough space to add an IP header to first pbuf in given p chain? */ in raw_sendto()
309 /* chain header q in front of given pbuf p */ in raw_sendto()
313 …LWIP_DEBUGF(RAW_DEBUG, ("raw_sendto: added header pbuf %p before given pbuf %p\n", (void *)q, (voi… in raw_sendto()
315 /* first pbuf q equals given pbuf */ in raw_sendto()
395 * Send the raw IP packet to the address given by raw_connect()

12345678910>>...14