/nrf52832-nimble/rt-thread/components/drivers/usb/usbhost/class/ |
H A D | mass.c | 47 /* get storage instance from the interface instance */ in _pipe_check() 73 RT_DEBUG_LOG(RT_DEBUG_USB, ("clean storage in pipe stall\n")); in _pipe_check() 112 /* get storage instance from the interface instance */ in rt_usb_bulk_only_xfer() 515 * This function will run mass storage class driver when usb device is detected 516 * and identified as a mass storage class device, it will continue to do the enumulate 564 /* the endpoint type of mass storage class should be BULK */ in rt_usbh_storage_enable() 571 /* alloc an in pipe for the storage instance */ in rt_usbh_storage_enable() 576 /* alloc an output pipe for the storage instance */ in rt_usbh_storage_enable() 597 * and release all mass storage class related resources. 615 /* get storage instance from interface instance */ in rt_usbh_storage_disable() [all …]
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/include/host/ |
H A D | ble_hs.h | 263 /** Storage Read callback handles read of security material */ 266 /** Storage Write callback handles write of security material */ 269 /** Storage Delete callback handles deletion of security material */ 272 /** @brief Storage Status callback. 276 * insufficient storage capacity for a record to be persisted, this 282 /** An optional argument that gets passed to the storage status callback. */
|
H A D | ble_store.h | 34 /** Failed to persist record; insufficient storage capacity. */ 154 * Represents a write that failed due to storage exhaustion. Valid for 168 * storage exhaustion. Valid for the following event types:
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/elmfat/ |
H A D | 00readme.txt | 19 storage device. You have to provide a low level disk I/O module that written 20 to control the target storage device.
|
/nrf52832-nimble/packages/NimBLE-latest/apps/blemesh_models_example_2/src/ |
H A D | main.c | 83 /* Assume vaules are retrived from Persistence Storage (Start). in light_default_status_init() 100 * Storage (Start). in light_default_status_init() 117 * Storage (Start). in light_default_status_init()
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/ |
H A D | syscfg.yml | 474 This option enables Mesh settings storage. 480 are actually written into persistent storage (flash) after 487 updated in persistent storage (i.e. flash). E.g. a value of 100 491 infrequently a value as low as 0 (update storage for every 501 persistent storage after a change occurs. If the node receives 508 writing to storage exposes the node to potential message
|
/nrf52832-nimble/rt-thread/components/drivers/usb/usbdevice/class/ |
H A D | mstorage.c | 158 "RTT Mass Storage", 790 * This function will handle mass storage bulk out endpoint request. 893 * This function will handle mass storage interface request. 947 …* This function will run mass storage function, it will be called on handle set configuration requ… 957 RT_DEBUG_LOG(RT_DEBUG_USB, ("Mass storage function enabled\n")); in _function_enable() 1004 …* This function will stop mass storage function, it will be called on handle set configuration req… 1015 RT_DEBUG_LOG(RT_DEBUG_USB, ("Mass storage function disabled\n")); in _function_disable() 1056 * This function will create a mass storage function instance. 1076 /* create a mass storage function */ in rt_usbd_function_mstorage_create() 1080 /* allocate memory for mass storage function data */ in rt_usbd_function_mstorage_create() [all …]
|
/nrf52832-nimble/rt-thread/components/net/freemodbus/modbus/functions/ |
H A D | mbutils.c | 73 /* copy bits into temporary storage. */ in xMBUtilSetBits() 80 /* move bits back into storage */ in xMBUtilSetBits() 103 /* copy bits into temporary storage. */ in xMBUtilGetBits()
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/src/ |
H A D | settings.c | 25 /* Tracking of what storage changes are pending for App and Net Keys. We 39 /* Mesh network storage information */ 45 /* Sequence number storage */ 50 /* Heartbeat Publication storage */ 71 /* IV Index & IV Update storage */ 78 /* Replay Protection List storage */ 84 /* NetKey storage information */ 91 /* AppKey storage information */ 215 * to the settings storage. in seq_set() 374 BT_DBG("NetKeyIndex 0x%03x recovered from storage", net_idx); in net_key_set() [all …]
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/src/emu/ |
H A D | uffs_fileem.c | 72 // setup device storage attr and private data structure. in femu_InitDevice() 73 // all femu partition share one storage attribute in femu_InitDevice()
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/api/ |
H A D | netdb.c | 62 /** define "hostent" variables storage: 0 if we use a static (but unprotected) 63 * set of variables for lwip_gethostbyname, 1 if we use a local storage */ 68 /** define "hostent" variables storage */ 230 * any additional storage associated with those structures. If the ai_next field
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/api/ |
H A D | netdb.c | 64 /** define "hostent" variables storage: 0 if we use a static (but unprotected) 65 * set of variables for lwip_gethostbyname, 1 if we use a local storage */ 70 /** define "hostent" variables storage */ 230 * any additional storage associated with those structures. If the ai_next field
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/api/ |
H A D | netdb.c | 64 /** define "hostent" variables storage: 0 if we use a static (but unprotected) 65 * set of variables for lwip_gethostbyname, 1 if we use a local storage */ 70 /** define "hostent" variables storage */ 230 * any additional storage associated with those structures. If the ai_next field
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/nfs/rpc/ |
H A D | xdr.c | 530 * pointer to storage; If the pointer is null, then the necessary 531 * storage is allocated. The last parameter is the max allowed length 680 * the storage of fixed length arrays is static and unfreeable. 706 * translated. pp references a pointer to storage. If *pp is null 707 * the necessary storage is allocated.
|
/nrf52832-nimble/rt-thread/components/drivers/include/drivers/ |
H A D | sdio.h | 103 #define SDIO_FBR_SUPPORTS_CSA 0x40 /* supports Code Storage Area */ 104 #define SDIO_FBR_ENABLE_CSA 0x80 /* enable Code Storage Area */
|
/nrf52832-nimble/rt-thread/components/drivers/ |
H A D | Kconfig | 375 bool "Enable to use device as Mass Storage device" 400 bool "Enable to use device as Mass Storage device"
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/src/inc/uffs/ |
H A D | uffs_flash.h | 97 * \brief uffs device storage attribute, provide by nand specific file 112 void *_private; //!< private data for storage attribute 295 /** load uffs_FileInfo from flash storage */
|
H A D | uffs_buf.h | 164 /** load physical storage data to page buffer */ 167 /** load physical storage data to page buffer withouth checking ECC */
|
H A D | uffs_mtb.h | 54 int end_block; // partition end block ( if < 0, reserve space form the end of storage)
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/include/linux/ |
H A D | jffs2.h | 119 /* The JFFS2 raw inode structure: Used for storage on physical media. */ 187 /* The JFFS2 raw inode structure: Used for storage on physical media. */
|
/nrf52832-nimble/rt-thread/components/drivers/usb/usbhost/core/ |
H A D | usbhost.c | 44 /* register mass storage class driver */ in rt_usb_host_init()
|
/nrf52832-nimble/rt-thread/components/libc/pthreads/ |
H A D | pthread_internal.h | 55 void** tls; /* thread-local storage area */
|
/nrf52832-nimble/rt-thread/include/ |
H A D | rtservice.h | 140 * @n: another rt_list_t * to use as temporary storage 161 * @n: another type * to use as temporary storage
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/src/uffs/ |
H A D | uffs_ecc.c | 177 * \param[in] read_ecc 3 bytes ECC read from storage 244 * \param[in] read_ecc ECC read from storage 328 * \param[in] read_ecc ecc read from storage
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/ |
H A D | dfs_uffs.c | 37 struct uffs_StorageAttrSt storage; member 120 flash_storage = &nand_part->storage; in init_uffs_fs() 122 /* setup nand storage attributes */ in init_uffs_fs()
|