Home
last modified time | relevance | path

Searched full:resources (Results 1 – 25 of 67) sorted by relevance

123

/nrf52832-nimble/nordic/nrfx/drivers/src/prs/
H A Dnrfx_prs.h95 * @brief Function for acquiring shared peripheral resources associated with
98 * Certain resources and registers are shared among peripherals that have
101 * reserves proper resources to be used by the specified peripheral.
103 * that are sharing resources with others are implemented by the @ref nrfx_prs
110 * @retval NRFX_SUCCESS If resources were acquired successfully or the
112 * subsystem and there is no need to acquire resources
114 * @retval NRFX_ERROR_BUSY If resources were already acquired.
120 * @brief Function for releasing shared resources reserved previously by
/nrf52832-nimble/rt-thread/components/cplusplus/
H A DSemaphore.h18 /** The Semaphore class is used to manage and protect access to a set of shared resources. */
22 /** Create and Initialize a Semaphore object used for managing resources.
23 @param number of available resources; maximum index value is (count-1).
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/apps/
H A Dsmtp.h31 /** Out of resources locally */
95 * by writing length=0 to avoid hogging system resources
H A Dhttpd_opts.h347 * Called to free resources allocated by fs_open_custom().
/nrf52832-nimble/rt-thread/components/net/freemodbus/modbus/include/
H A Dmb.h118 MB_ENORES, /*!< insufficient resources. */
171 * \brief Release resources used by the protocol stack.
174 * hardware resources. It must only be called when the protocol stack
180 * \return If the resources where released it return eMBErrorCode::MB_ENOERR.
261 * more resources are available it returns eMBErrorCode::MB_ENORES. In this
H A Dmb_m.h137 * \brief Release resources used by the protocol stack.
140 * hardware resources. It must only be called when the protocol stack
146 * \return If the resources where released it return eMBErrorCode::MB_ENOERR.
205 * more resources are available it returns eMBErrorCode::MB_ENORES. In this
H A Dmbconfig.h42 * excluded. This is specially important if target resources are very small
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/src/
H A Dgcthread.c80 // Kill and free the resources ... this is safe due to the flag
206 // Kill and free the resources ... this is safe due to the flag in jffs2_stop_garbage_collect_thread()
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/src/
H A Dble_gatt_priv.h149 * Contains counts of resources required by the GATT server. The contents of
/nrf52832-nimble/rt-thread/include/
H A Drtdbg.h88 * It will be DISCARDED later. Because it will take up more resources.
/nrf52832-nimble/rt-thread/documentation/
H A Droadmap-2.1.0.md9 …o account the open source ecosystem as well. There are many open source resources you can use or r…
/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/src/emu/
H A Duffs_fileem_share.c146 * Release resources
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/netif/ppp/
H A Dppp.h70 #define PPPERR_ALLOC -4 /* Unable to allocate resources. */
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/
H A Derrno.h112 #define ENOSR 63 /* Out of streams resources */
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/
H A Derrno.h112 #define ENOSR 63 /* Out of streams resources */
H A Dtcp.h84 * been acknowledged by the remote side. Use it to free corresponding resources.
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/include/lwip/
H A Darch.h143 #define ENOSR 63 /* Out of streams resources */
H A Dtcp.h76 * been acknowledged by the remote side. Use it to free corresponding resources.
/nrf52832-nimble/rt-thread/components/drivers/usb/usbhost/class/
H A Dhid.c340 * and release all hub class related resources.
H A Dadk.c362 * and release all hub class related resources.
H A Dudisk.c402 * and release all udisk related resources.
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/
H A Dsyscfg.yml356 procedure. One of these resources is consumed each time a peer
/nrf52832-nimble/nordic/nrfx/drivers/src/
H A Dnrfx_i2s.c52 // switch off all resources).
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/apps/
H A Dhttpd_opts.h278 * Called to free resources allocated by fs_open_custom().
/nrf52832-nimble/rt-thread/components/CMSIS/RTOS/
H A Dcmsis_os.h530 /// Create and Initialize a Semaphore object used for managing resources
532 /// \param[in] count number of available resources.

123