/nrf52832-nimble/nordic/nrfx/drivers/src/prs/ |
H A D | nrfx_prs.h | 95 * @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 D | Semaphore.h | 18 /** 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 D | smtp.h | 31 /** Out of resources locally */ 95 * by writing length=0 to avoid hogging system resources
|
H A D | httpd_opts.h | 347 * Called to free resources allocated by fs_open_custom().
|
/nrf52832-nimble/rt-thread/components/net/freemodbus/modbus/include/ |
H A D | mb.h | 118 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 D | mb_m.h | 137 * \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 D | mbconfig.h | 42 * excluded. This is specially important if target resources are very small
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/src/ |
H A D | gcthread.c | 80 // 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 D | ble_gatt_priv.h | 149 * Contains counts of resources required by the GATT server. The contents of
|
/nrf52832-nimble/rt-thread/include/ |
H A D | rtdbg.h | 88 * It will be DISCARDED later. Because it will take up more resources.
|
/nrf52832-nimble/rt-thread/documentation/ |
H A D | roadmap-2.1.0.md | 9 …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 D | uffs_fileem_share.c | 146 * Release resources
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/netif/ppp/ |
H A D | ppp.h | 70 #define PPPERR_ALLOC -4 /* Unable to allocate resources. */
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/ |
H A D | errno.h | 112 #define ENOSR 63 /* Out of streams resources */
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/ |
H A D | errno.h | 112 #define ENOSR 63 /* Out of streams resources */
|
H A D | tcp.h | 84 * 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 D | arch.h | 143 #define ENOSR 63 /* Out of streams resources */
|
H A D | tcp.h | 76 * been acknowledged by the remote side. Use it to free corresponding resources.
|
/nrf52832-nimble/rt-thread/components/drivers/usb/usbhost/class/ |
H A D | hid.c | 340 * and release all hub class related resources.
|
H A D | adk.c | 362 * and release all hub class related resources.
|
H A D | udisk.c | 402 * and release all udisk related resources.
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/ |
H A D | syscfg.yml | 356 procedure. One of these resources is consumed each time a peer
|
/nrf52832-nimble/nordic/nrfx/drivers/src/ |
H A D | nrfx_i2s.c | 52 // switch off all resources).
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/apps/ |
H A D | httpd_opts.h | 278 * Called to free resources allocated by fs_open_custom().
|
/nrf52832-nimble/rt-thread/components/CMSIS/RTOS/ |
H A D | cmsis_os.h | 530 /// Create and Initialize a Semaphore object used for managing resources 532 /// \param[in] count number of available resources.
|