/nrf52832-nimble/rt-thread/src/ |
H A D | object.c | 213 * This function will return the specified type of object information. 216 * @return the object type information or RT_NULL 243 struct rt_object_information *information; in rt_object_init() local 248 /* get object information */ in rt_object_init() 249 information = rt_object_get_information(type); in rt_object_init() 250 RT_ASSERT(information != RT_NULL); in rt_object_init() 274 /* insert object into information object list */ in rt_object_init() 275 rt_list_insert_after(&(information->object_list), &(object->list)); in rt_object_init() 323 struct rt_object_information *information; in rt_object_allocate() local 330 /* get object information */ in rt_object_allocate() [all …]
|
H A D | Kconfig | 269 to dump memory block information. 298 bool "Enable additional interrupt trace information" 301 Add name and counter information for interrupt trace.
|
H A D | device.c | 116 struct rt_object_information *information; in rt_device_find() local 123 information = rt_object_get_information(RT_Object_Class_Device); in rt_device_find() 124 RT_ASSERT(information != RT_NULL); in rt_device_find() 125 for (node = information->object_list.next; in rt_device_find() 126 node != &(information->object_list); in rt_device_find()
|
/nrf52832-nimble/rt-thread/components/utilities/ |
H A D | Kconfig | 26 bool "Information log" 69 bool "Information" 185 bool "Enable time information." 195 bool "Enable level information." 199 bool "Enable tag information." 203 bool "Enable thread information."
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/netif/ppp/ |
H A D | fsm.h | 95 void (*resetci) /* Reset our Configuration Information */ 97 int (*cilen) /* Length of our Configuration Information */ 99 void (*addci) /* Add our Configuration Information */ 101 int (*ackci) /* ACK our Configuration Information */ 103 int (*nakci) /* NAK our Configuration Information */ 105 int (*rejci) /* Reject our Configuration Information */ 107 int (*reqci) /* Request peer's Configuration Information */
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/netif/ppp/ |
H A D | fsm.h | 99 void (*resetci) /* Reset our Configuration Information */ 101 int (*cilen) /* Length of our Configuration Information */ 103 void (*addci) /* Add our Configuration Information */ 105 int (*ackci) /* ACK our Configuration Information */ 107 int (*nakci) /* NAK our Configuration Information */ 109 int (*rejci) /* Reject our Configuration Information */ 111 int (*reqci) /* Request peer's Configuration Information */
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/src/inc/uffs/ |
H A D | uffs_device.h | 63 * \brief block information structure, used to manager block information caches 73 * \brief partition basic information 167 * \brief The core data structure of UFFS, all information needed by manipulate UFFS object 176 struct uffs_PartitionSt par; //!< partition information 181 struct uffs_PageCommInfoSt com; //!< common information
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/devfs/ |
H A D | devfs.c | 133 struct rt_object_information *information; in dfs_device_fs_open() local 141 information = rt_object_get_information(RT_Object_Class_Device); in dfs_device_fs_open() 142 RT_ASSERT(information != RT_NULL); in dfs_device_fs_open() 143 … for (node = information->object_list.next; node != &(information->object_list); node = node->next) in dfs_device_fs_open() 157 … for (node = information->object_list.next; node != &(information->object_list); node = node->next) in dfs_device_fs_open()
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/netif/ppp/ |
H A D | fsm.h | 99 void (*resetci)(fsm*); /* Reset our Configuration Information */ 100 int (*cilen)(fsm*); /* Length of our Configuration Information */ 101 void (*addci)(fsm*, u_char*, int*); /* Add our Configuration Information */ 102 int (*ackci)(fsm*, u_char*, int); /* ACK our Configuration Information */ 103 int (*nakci)(fsm*, u_char*, int); /* NAK our Configuration Information */ 104 int (*rejci)(fsm*, u_char*, int); /* Reject our Configuration Information */ 105 int (*reqci)(fsm*, u_char*, int*, int); /* Request peer's Configuration Information */
|
/nrf52832-nimble/rt-thread/components/drivers/spi/sfud/inc/ |
H A D | sfud_flash_def.h | 49 /* manufacturer information */ 55 /* flash chip information */ 68 /* QSPI flash chip's extended information compared with SPI flash */ 95 /* SFUD supported manufacturer information table */ 117 /* SFUD supported flash chip information table. If the flash not support JEDEC JESD216 standard, 118 …* then the SFUD will find the flash chip information by this table. You can add other flash to her… 119 …* notice me for update it. The configuration information name and index reference the sfud_flash_…
|
H A D | sfud.h | 56 * get flash device by its index which in the flash information table 58 * @param index the index which in the flash information table @see flash_table 65 * get flash device total number on flash device information table @see flash_table 72 * get flash device information table @see flash_table
|
H A D | sfud_cfg.h | 35 * It will print more information on debug mode. 56 …* Using probe flash JEDEC ID then query defined supported flash chip information table. @see SFUD_…
|
/nrf52832-nimble/packages/NimBLE-latest/porting/nimble/include/os/ |
H A D | os_mempool.h | 4 * distributed with this work for additional information 116 * Information describing a memory pool, used to return OS information 133 * Get information about the next system memory pool. 136 * @param info A pointer to the structure to return memory pool information 139 * @return The next memory pool in the list to get information about, or NULL
|
/nrf52832-nimble/packages/NimBLE-latest/porting/nimble/src/ |
H A D | mem.c | 4 * distributed with this work for additional information 55 * information. 96 * information. 139 * information. 186 * information.
|
/nrf52832-nimble/rt-thread/components/drivers/ |
H A D | Kconfig | 99 bool "Enable MTD Nand operations debug information" 196 bool "Using defined supported flash chip information table" 205 bool "Show more SFUD debug information" 275 int "Maximum number of WiFi information automatically saved"
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/include/host/ |
H A D | ble_hs_id.h | 4 * distributed with this work for additional information 79 * if you do not require this information. 83 * if you do not require this information.
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/services/dis/src/ |
H A D | ble_svc_dis.c | 4 * distributed with this work for additional information 26 /* Device information */ 49 { /*** Service: Device Information Service (DIS). */ 111 * Simple read access callback for the device information service
|
/nrf52832-nimble/rt-thread/components/drivers/spi/sfud/src/ |
H A D | sfud.c | 36 #error "Please configure the flash device information table in (in sfud_cfg.h)." 39 /* user configured flash device information table */ 41 /* supported manufacturer information table */ 45 /* supported flash chip information table */ 61 /* QSPI flash chip's extended information table */ 120 /* initialize flash device index of flash device information table */ in sfud_init() 133 * get flash device by its index which in the flash information table 135 * @param index the index which in the flash information table @see flash_table 148 * get flash device total number on flash device information table @see flash_table 157 * get flash device information table @see flash_table [all …]
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/services/dis/ |
H A D | pkg.yml | 4 # distributed with this work for additional information 21 pkg.description: Device Information Service Implementation.
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/src/ |
H A D | ble_att_priv.h | 4 * distributed with this work for additional information 231 /** An information-data entry in a find information response. */ 237 /** A handles-information entry in a find by type value response. */
|
H A D | ble_hs_id.c | 4 * distributed with this work for additional information 96 * information. 101 * if you do not require this information.
|
/nrf52832-nimble/nordic/nrfx/drivers/include/ |
H A D | nrfx_usbd.h | 201 * @param[in] p_event Event information structure. 218 * @brief Structure to be filled with information about the next transfer. 243 * This structure is used to configure total transfer information. 526 * @note This is the information about peripheral itself, not about the bus state. 698 * @brief Get the information about last finished or current transfer. 705 * @param[out] p_size Information about the current/last transfer size. 750 * Stall endpoit to send error information during next transfer request from 837 * @brief Get the information about expected transfer SETUP data direction. 839 * Function returns the information about last expected transfer direction.
|
/nrf52832-nimble/rt-thread/components/drivers/include/drivers/ |
H A D | hwtimer.h | 24 HWTIMER_CTRL_INFO_GET, /* get a timer feature information */ 56 /* Timer Feature Information */
|
/nrf52832-nimble/packages/NimBLE-latest/apps/blecsc/src/ |
H A D | blecsc_sens.h | 4 * distributed with this work for additional information 36 /* Device Information configuration */
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/src/uffs/ |
H A D | uffs_find.c | 87 * get object information 90 * \param[out] info object information will be loaded to info 268 * \param[out] info the object information will be filled to info. 290 * \param[out] info the object information will be filled to info.
|