/hal_espressif-3.7.0/components/bt/common/btc/profile/esp/blufi/include/ |
D | blufi_int.h | 50 uint8_t type; member 59 uint8_t type; member 81 // packet type 87 #define BLUFI_GET_TYPE(type) ((type) & BLUFI_TYPE_MASK) argument 88 #define BLUFI_GET_SUBTYPE(type) (((type) & BLUFI_SUBTYPE_MASK) >>BLUFI_SUBTYPE_SHIFT) argument 89 #define BLUFI_BUILD_TYPE(type, subtype) (((type) & BLUFI_TYPE_MASK) | ((subtype)<<BLUFI_SUBTYPE_SHI… argument 127 #define BLUFI_TYPE_IS_CTRL(type) (BLUFI_GET_TYPE((type)) == BLUFI_TYPE_CTRL) argument 128 #define BLUFI_TYPE_IS_DATA(type) (BLUFI_GET_TYPE((type)) == BLUFI_TYPE_DATA) argument 130 #define BLUFI_TYPE_IS_CTRL_ACK(type) (BLUFI_TYPE_IS_CTRL((type)) && BLUFI_GET_SUBTY… argument 131 #define BLUFI_TYPE_IS_CTRL_START_NEG(type) (BLUFI_TYPE_IS_CTRL((type)) && BLUFI_GET_SUBTY… argument [all …]
|
/hal_espressif-3.7.0/components/newlib/ |
D | stdatomic.c | 88 __asm__(".type " # name_ ", @function\n" \ 99 #define ATOMIC_LOAD(n, type) type __atomic_load_ ## n (const volatile void* mem, int memorder) \ argument 102 type ret = *(const volatile type*)mem; \ 107 #define ATOMIC_STORE(n, type) void __atomic_store_ ## n (volatile void * mem, type val, int memorde… argument 110 *(volatile type *)mem = val; \ 114 #define ATOMIC_EXCHANGE(n, type) type __atomic_exchange_ ## n (volatile void* mem, type val, int me… argument 117 type ret = *(volatile type*)mem; \ 118 *(volatile type*)mem = val; \ 123 #define CMP_EXCHANGE(n, type) bool __atomic_compare_exchange_ ## n (volatile void* mem, void* expec… argument 127 if (*(volatile type*)mem == *(type*)expect) { \ [all …]
|
/hal_espressif-3.7.0/components/bt/host/bluedroid/external/sbc/decoder/include/ |
D | oi_cpu_dep.h | 31 * as an illustrative example for CPU/compiler-dependent data type definitions. 32 * Go to the source code of this header file to see the details of primitive type 81 #error "OI_CPU_TYPE type not defined" 97 /** @name CPU/compiler-independent primitive data type definitions 101 typedef int OI_BOOL; /**< Boolean values use native integer data type for target CPU. … 102 typedef int OI_INT; /**< Integer values use native integer data type for target CPU. … 103 … OI_UINT; /**< Unsigned integer values use native unsigned integer data type for target CPU. */ 104 typedef unsigned char OI_BYTE; /**< Raw bytes type uses native character data type for target CP… 116 /** @name CPU/compiler-dependent primitive data type definitions for x86 processor family 119 …INT8; /**< 8-bit signed integer values use native signed character data type for x86 processor. … [all …]
|
/hal_espressif-3.7.0/components/esp_common/include/ |
D | esp_attr.h | 144 #define FLAG_ATTR_IMPL(TYPE, INT_TYPE) \ argument 145 FORCE_INLINE_ATTR constexpr TYPE operator~ (TYPE a) { return (TYPE)~(INT_TYPE)a; } \ 146 FORCE_INLINE_ATTR constexpr TYPE operator| (TYPE a, TYPE b) { return (TYPE)((INT_TYPE)a | (INT_TYPE… 147 FORCE_INLINE_ATTR constexpr TYPE operator& (TYPE a, TYPE b) { return (TYPE)((INT_TYPE)a & (INT_TYPE… 148 FORCE_INLINE_ATTR constexpr TYPE operator^ (TYPE a, TYPE b) { return (TYPE)((INT_TYPE)a ^ (INT_TYPE… 149 FORCE_INLINE_ATTR constexpr TYPE operator>> (TYPE a, int b) { return (TYPE)((INT_TYPE)a >> b); } \ 150 FORCE_INLINE_ATTR constexpr TYPE operator<< (TYPE a, int b) { return (TYPE)((INT_TYPE)a << b); } \ 151 FORCE_INLINE_ATTR TYPE& operator|=(TYPE& a, TYPE b) { a = a | b; return a; } \ 152 FORCE_INLINE_ATTR TYPE& operator&=(TYPE& a, TYPE b) { a = a & b; return a; } \ 153 FORCE_INLINE_ATTR TYPE& operator^=(TYPE& a, TYPE b) { a = a ^ b; return a; } \ [all …]
|
/hal_espressif-3.7.0/components/soc/esp32c6/include/soc/ |
D | interrupt_matrix_struct.h | 14 /** Type of wifi_mac_intr_map register 28 /** Type of wifi_mac_nmi_map register 42 /** Type of wifi_pwr_intr_map register 56 /** Type of wifi_bb_intr_map register 70 /** Type of bt_mac_intr_map register 84 /** Type of bt_bb_intr_map register 98 /** Type of bt_bb_nmi_map register 112 /** Type of lp_timer_intr_map register 126 /** Type of coex_intr_map register 140 /** Type of ble_timer_intr_map register [all …]
|
D | otp_debug_struct.h | 14 /** Type of wr_dis register 29 /** Type of blk0_backup1_w1 register 44 /** Type of blk0_backup1_w2 register 59 /** Type of blk0_backup1_w3 register 74 /** Type of blk0_backup1_w4 register 89 /** Type of blk0_backup1_w5 register 104 /** Type of blk0_backup2_w1 register 119 /** Type of blk0_backup2_w2 register 134 /** Type of blk0_backup2_w3 register 149 /** Type of blk0_backup2_w4 register [all …]
|
/hal_espressif-3.7.0/components/esp_hw_support/include/esp_private/ |
D | esp_memprot_internal.h | 35 * @brief Converts operation type to string, no combination of operations allowed 37 * @param oper_type PMS operation type 42 * @brief Converts PMS World type to string 44 * @param area_type PMS World type 49 * @brief Sets splitting address for given line type in the target Memory type 51 * @param mem_type memory type 52 * @param line_type split address type 59 * ESP_ERR_MEMPROT_SPLIT_ADDR_OUT_OF_RANGE on splitting line out of given memory-type range 65 * @brief Gets PMS splitting address for given split_addr type 69 * @param mem_type memory type [all …]
|
/hal_espressif-3.7.0/tools/esptool_py/espefuse/efuse_defs/ |
D | esp32s2.yaml | 3 …WR_DIS : {show: y, blk : 0, word: 0, pos : 0, len : 32, start : 0, type : '… 4 …RD_DIS : {show: y, blk : 0, word: 1, pos : 0, len : 7, start : 32, type : … 5 …DIS_RTC_RAM_BOOT : {show: n, blk : 0, word: 1, pos : 7, len : 1, start : 39, type … 6 …DIS_ICACHE : {show: y, blk : 0, word: 1, pos : 8, len : 1, start : 40, type … 7 …DIS_DCACHE : {show: y, blk : 0, word: 1, pos : 9, len : 1, start : 41, type … 8 …DIS_DOWNLOAD_ICACHE : {show: y, blk : 0, word: 1, pos: 10, len : 1, start : 42, type … 9 …DIS_DOWNLOAD_DCACHE : {show: y, blk : 0, word: 1, pos: 11, len : 1, start : 43, type … 10 …DIS_FORCE_DOWNLOAD : {show: y, blk : 0, word: 1, pos: 12, len : 1, start : 44, type … 11 …DIS_USB : {show: y, blk : 0, word: 1, pos: 13, len : 1, start : 45, type … 12 …DIS_TWAI : {show: y, blk : 0, word: 1, pos: 14, len : 1, start : 46, type … [all …]
|
D | esp32c3.yaml | 3 … : {show: y, blk : 0, word: 0, pos : 0, len : 32, start : 0, type : 'uint:32', wr_dis… 4 … : {show: y, blk : 0, word: 1, pos : 0, len : 7, start : 32, type : 'uint:7', wr_dis… 5 … : {show: n, blk : 0, word: 1, pos : 7, len : 1, start : 39, type : bool, wr_dis… 6 … : {show: y, blk : 0, word: 1, pos : 8, len : 1, start : 40, type : bool, wr_dis… 7 … : {show: y, blk : 0, word: 1, pos : 9, len : 1, start : 41, type : bool, wr_dis… 8 … : {show: y, blk : 0, word: 1, pos: 10, len : 1, start : 42, type : bool, wr_dis… 9 … : {show: y, blk : 0, word: 1, pos: 11, len : 1, start : 43, type : bool, wr_dis… 10 … : {show: y, blk : 0, word: 1, pos: 12, len : 1, start : 44, type : bool, wr_dis… 11 … : {show: n, blk : 0, word: 1, pos: 13, len : 1, start : 45, type : bool, wr_dis… 12 … : {show: y, blk : 0, word: 1, pos: 14, len : 1, start : 46, type : bool, wr_dis… [all …]
|
D | esp32c6.yaml | 3 … : {show: y, blk : 0, word: 0, pos : 0, len : 32, start : 0, type : 'uint:32', wr_dis… 4 … : {show: y, blk : 0, word: 1, pos : 0, len : 7, start : 32, type : 'uint:7', wr_dis… 5 … : {show: y, blk : 0, word: 1, pos : 7, len : 1, start : 39, type : bool, wr_dis… 6 … : {show: y, blk : 0, word: 1, pos : 8, len : 1, start : 40, type : bool, wr_dis… 7 … : {show: y, blk : 0, word: 1, pos : 9, len : 1, start : 41, type : bool, wr_dis… 8 … : {show: y, blk : 0, word: 1, pos: 10, len : 1, start : 42, type : bool, wr_dis… 9 … : {show: y, blk : 0, word: 1, pos: 11, len : 1, start : 43, type : bool, wr_dis… 10 … : {show: y, blk : 0, word: 1, pos: 12, len : 1, start : 44, type : bool, wr_dis… 11 …S : {show: y, blk : 0, word: 1, pos: 13, len : 1, start : 45, type : bool, wr_dis… 12 … : {show: y, blk : 0, word: 1, pos: 14, len : 1, start : 46, type : bool, wr_dis… [all …]
|
D | esp32p4.yaml | 3 … : {show: y, blk : 0, word: 0, pos : 0, len : 32, start : 0, type : 'uint:32', wr_dis… 4 … : {show: y, blk : 0, word: 1, pos : 0, len : 7, start : 32, type : 'uint:7', wr_dis… 5 …S : {show: y, blk : 0, word: 1, pos : 7, len : 1, start : 39, type : bool, wr_dis… 6 … : {show: y, blk : 0, word: 1, pos : 8, len : 1, start : 40, type : bool, wr_dis… 7 … : {show: y, blk : 0, word: 1, pos : 9, len : 1, start : 41, type : bool, wr_dis… 8 … : {show: y, blk : 0, word: 1, pos: 10, len : 1, start : 42, type : bool, wr_dis… 9 … : {show: n, blk : 0, word: 1, pos: 11, len : 1, start : 43, type : bool, wr_dis… 10 … : {show: y, blk : 0, word: 1, pos: 12, len : 1, start : 44, type : bool, wr_dis… 11 …S : {show: y, blk : 0, word: 1, pos: 13, len : 1, start : 45, type : bool, wr_dis… 12 … : {show: y, blk : 0, word: 1, pos: 14, len : 1, start : 46, type : bool, wr_dis… [all …]
|
D | esp32s3.yaml | 3 … : {show: y, blk : 0, word: 0, pos : 0, len : 32, start : 0, type : 'uint:32', wr_dis… 4 … : {show: y, blk : 0, word: 1, pos : 0, len : 7, start : 32, type : 'uint:7', wr_dis… 5 … : {show: n, blk : 0, word: 1, pos : 7, len : 1, start : 39, type : bool, wr_dis… 6 … : {show: y, blk : 0, word: 1, pos : 8, len : 1, start : 40, type : bool, wr_dis… 7 … : {show: y, blk : 0, word: 1, pos : 9, len : 1, start : 41, type : bool, wr_dis… 8 … : {show: y, blk : 0, word: 1, pos: 10, len : 1, start : 42, type : bool, wr_dis… 9 … : {show: y, blk : 0, word: 1, pos: 11, len : 1, start : 43, type : bool, wr_dis… 10 … : {show: y, blk : 0, word: 1, pos: 12, len : 1, start : 44, type : bool, wr_dis… 11 … : {show: y, blk : 0, word: 1, pos: 13, len : 1, start : 45, type : bool, wr_dis… 12 … : {show: y, blk : 0, word: 1, pos: 14, len : 1, start : 46, type : bool, wr_dis… [all …]
|
D | esp32h2.yaml | 3 … : {show: y, blk : 0, word: 0, pos : 0, len : 32, start : 0, type : 'uint:32', wr_dis… 4 … : {show: y, blk : 0, word: 1, pos : 0, len : 7, start : 32, type : 'uint:7', wr_dis… 5 … : {show: n, blk : 0, word: 1, pos : 7, len : 1, start : 39, type : bool, wr_dis… 6 … : {show: y, blk : 0, word: 1, pos : 8, len : 1, start : 40, type : bool, wr_dis… 7 … : {show: y, blk : 0, word: 1, pos : 9, len : 1, start : 41, type : bool, wr_dis… 8 … : {show: y, blk : 0, word: 1, pos: 10, len : 1, start : 42, type : bool, wr_dis… 9 … : {show: n, blk : 0, word: 1, pos: 11, len : 1, start : 43, type : bool, wr_dis… 10 … : {show: y, blk : 0, word: 1, pos: 12, len : 1, start : 44, type : bool, wr_dis… 11 …S : {show: y, blk : 0, word: 1, pos: 13, len : 1, start : 45, type : bool, wr_dis… 12 … : {show: y, blk : 0, word: 1, pos: 14, len : 1, start : 46, type : bool, wr_dis… [all …]
|
D | esp32.yaml | 3 …WR_DIS : {show: y, blk : 0, word: 0, pos : 0, len : 16, start : 0, type : 'uint:16'… 4 …RD_DIS : {show: y, blk : 0, word: 0, pos: 16, len : 4, start : 16, type : 'uint:4'… 5 …FLASH_CRYPT_CNT : {show: y, blk : 0, word: 0, pos: 20, len : 7, start : 20, type : 'uint:7'… 6 …UART_DOWNLOAD_DIS : {show: y, blk : 0, word: 0, pos: 27, len : 1, start : 27, type : bool… 7 …RESERVED_0_28 : {show: n, blk : 0, word: 0, pos: 28, len : 4, start : 28, type : 'uint:4'… 8 …MAC : {show: y, blk : 0, word: 1, pos : 0, len : 48, start : 32, type : 'bytes:6'… 9 …MAC_CRC : {show: y, blk : 0, word: 2, pos: 16, len : 8, start : 80, type : 'uint:8'… 10 …RESERVE_0_88 : {show: n, blk : 0, word: 2, pos: 24, len : 8, start : 88, type : 'uint:8'… 11 …DISABLE_APP_CPU : {show: y, blk : 0, word: 3, pos : 0, len : 1, start : 96, type : bool… 12 …DISABLE_BT : {show: y, blk : 0, word: 3, pos : 1, len : 1, start : 97, type : bool… [all …]
|
D | esp32c5.yaml | 3 … : {show: y, blk : 0, word: 0, pos : 0, len : 32, start : 0, type : 'uint:32', wr_dis… 4 … : {show: y, blk : 0, word: 1, pos : 0, len : 7, start : 32, type : 'uint:7', wr_dis… 5 … : {show: n, blk : 0, word: 1, pos : 7, len : 1, start : 39, type : bool, wr_dis… 6 … : {show: y, blk : 0, word: 1, pos : 8, len : 1, start : 40, type : bool, wr_dis… 7 … : {show: y, blk : 0, word: 1, pos : 9, len : 1, start : 41, type : bool, wr_dis… 8 … : {show: n, blk : 0, word: 1, pos: 10, len : 1, start : 42, type : bool, wr_dis… 9 … : {show: n, blk : 0, word: 1, pos: 11, len : 1, start : 43, type : bool, wr_dis… 10 … : {show: y, blk : 0, word: 1, pos: 12, len : 1, start : 44, type : bool, wr_dis… 11 …S : {show: y, blk : 0, word: 1, pos: 13, len : 1, start : 45, type : bool, wr_dis… 12 … : {show: y, blk : 0, word: 1, pos: 14, len : 1, start : 46, type : bool, wr_dis… [all …]
|
D | esp32c5beta3.yaml | 3 … : {show: y, blk : 0, word: 0, pos : 0, len : 32, start : 0, type : 'uint:32', wr_dis… 4 … : {show: y, blk : 0, word: 1, pos : 0, len : 7, start : 32, type : 'uint:7', wr_dis… 5 … : {show: n, blk : 0, word: 1, pos : 7, len : 1, start : 39, type : bool, wr_dis… 6 … : {show: y, blk : 0, word: 1, pos : 8, len : 1, start : 40, type : bool, wr_dis… 7 … : {show: y, blk : 0, word: 1, pos : 9, len : 1, start : 41, type : bool, wr_dis… 8 … : {show: n, blk : 0, word: 1, pos: 10, len : 1, start : 42, type : bool, wr_dis… 9 … : {show: n, blk : 0, word: 1, pos: 11, len : 1, start : 43, type : bool, wr_dis… 10 … : {show: y, blk : 0, word: 1, pos: 12, len : 1, start : 44, type : bool, wr_dis… 11 …S : {show: y, blk : 0, word: 1, pos: 13, len : 1, start : 45, type : bool, wr_dis… 12 … : {show: y, blk : 0, word: 1, pos: 14, len : 1, start : 46, type : bool, wr_dis… [all …]
|
D | esp32c2.yaml | 3 …WR_DIS : {show: y, blk : 0, word: 0, pos : 0, len : 8, start : 0, type : 'u… 4 …RESERVED_0_8 : {show: n, blk : 0, word: 0, pos : 8, len : 24, start : 8, type : 'ui… 5 …RD_DIS : {show: y, blk : 0, word: 1, pos : 0, len : 2, start : 32, type : 'u… 6 …WDT_DELAY_SEL : {show: y, blk : 0, word: 1, pos : 2, len : 2, start : 34, type : 'u… 7 …DIS_PAD_JTAG : {show: y, blk : 0, word: 1, pos : 4, len : 1, start : 36, type … 8 …DIS_DOWNLOAD_ICACHE : {show: y, blk : 0, word: 1, pos : 5, len : 1, start : 37, type … 9 …DIS_DOWNLOAD_MANUAL_ENCRYPT: {show: y, blk : 0, word: 1, pos : 6, len : 1, start : 38, type … 10 …SPI_BOOT_CRYPT_CNT : {show: y, blk : 0, word: 1, pos : 7, len : 3, start : 39, type : 'u… 11 …XTS_KEY_LENGTH_256 : {show: y, blk : 0, word: 1, pos: 10, len : 1, start : 42, type … 12 …UART_PRINT_CONTROL : {show: y, blk : 0, word: 1, pos: 11, len : 2, start : 43, type : 'u… [all …]
|
D | esp32c61.yaml | 3 … : {show: y, blk : 0, word: 0, pos : 0, len : 32, start : 0, type : 'uint:32', wr_dis… 4 … : {show: y, blk : 0, word: 1, pos : 0, len : 7, start : 32, type : 'uint:7', wr_dis… 5 … : {show: y, blk : 0, word: 1, pos : 7, len : 1, start : 39, type : bool, wr_dis… 6 … : {show: y, blk : 0, word: 1, pos : 8, len : 1, start : 40, type : bool, wr_dis… 7 … : {show: n, blk : 0, word: 1, pos : 9, len : 1, start : 41, type : bool, wr_dis… 8 … : {show: y, blk : 0, word: 1, pos: 10, len : 1, start : 42, type : bool, wr_dis… 9 …S : {show: y, blk : 0, word: 1, pos: 11, len : 1, start : 43, type : bool, wr_dis… 10 … : {show: y, blk : 0, word: 1, pos: 12, len : 1, start : 44, type : bool, wr_dis… 11 … : {show: y, blk : 0, word: 1, pos: 13, len : 1, start : 45, type : bool, wr_dis… 12 …ENCRYPT : {show: y, blk : 0, word: 1, pos: 14, len : 1, start : 46, type : bool, wr_dis… [all …]
|
/hal_espressif-3.7.0/components/soc/esp32h2/include/soc/ |
D | interrupt_matrix_struct.h | 14 /** Type of pmu_intr_map register 28 /** Type of efuse_intr_map register 42 /** Type of lp_rtc_timer_intr_map register 56 /** Type of lp_ble_timer_intr_map register 70 /** Type of lp_wdt_intr_map register 84 /** Type of lp_peri_timeout_intr_map register 98 /** Type of lp_apm_m0_intr_map register 112 /** Type of cpu_intr_from_cpu_0_map register 126 /** Type of cpu_intr_from_cpu_1_map register 140 /** Type of cpu_intr_from_cpu_2_map register [all …]
|
/hal_espressif-3.7.0/tools/idf_monitor/idf_monitor_base/ |
D | logger.py | 29 # type: (str, miniterm.Console, bool, str, bytes, bool, str) -> None 30 self.log_file = None # type: Optional[BinaryIO] 31 self._output_enabled = True # type: bool 41 def pc_address_buffer(self): # type: () -> bytes 45 def pc_address_buffer(self, value): # type: (bytes) -> None 49 def output_enabled(self): # type: () -> bool 53 def output_enabled(self, value): # type: (bool) -> None 57 def log_file(self): # type: () -> Optional[BinaryIO] 61 def log_file(self, value): # type: (Optional[BinaryIO]) -> None 64 def toggle_logging(self): # type: () -> None [all …]
|
/hal_espressif-3.7.0/components/wpa_supplicant/src/utils/ |
D | list.h | 70 #define offsetof(type, member) ((long) &((type *) 0)->member) argument 73 #define dl_list_entry(item, type, member) \ argument 74 ((type *) ((char *) item - offsetof(type, member))) 76 #define dl_list_first(list, type, member) \ argument 78 dl_list_entry((list)->next, type, member)) 80 #define dl_list_last(list, type, member) \ argument 82 dl_list_entry((list)->prev, type, member)) 84 #define dl_list_for_each(item, list, type, member) \ argument 85 for (item = dl_list_entry((list)->next, type, member); \ 87 item = dl_list_entry(item->member.next, type, member)) [all …]
|
/hal_espressif-3.7.0/components/hal/esp32h2/include/hal/ |
D | ecdsa_ll.h | 74 * @brief Enable interrupt of a given type 76 * @param type Interrupt type 78 static inline void ecdsa_ll_enable_intr(ecdsa_ll_intr_type_t type) in ecdsa_ll_enable_intr() argument 80 switch (type) { in ecdsa_ll_enable_intr() 88 HAL_ASSERT(false && "Unsupported interrupt type"); in ecdsa_ll_enable_intr() 94 * @brief Disable interrupt of a given type 96 * @param type Interrupt type 98 static inline void ecdsa_ll_disable_intr(ecdsa_ll_intr_type_t type) in ecdsa_ll_disable_intr() argument 100 switch (type) { in ecdsa_ll_disable_intr() 108 HAL_ASSERT(false && "Unsupported interrupt type"); in ecdsa_ll_disable_intr() [all …]
|
/hal_espressif-3.7.0/zephyr/ |
D | module.yml | 10 type: lib 18 type: lib 26 type: lib 34 type: lib 42 type: lib 50 type: lib 58 type: lib 66 type: lib 74 type: lib 82 type: lib [all …]
|
/hal_espressif-3.7.0/components/esp_hw_support/ |
D | mac_addr.c | 35 esp_mac_type_t type: 4; member 65 static esp_err_t generate_mac(uint8_t *mac, uint8_t *base_mac_addr, esp_mac_type_t type); 72 static int get_idx(esp_mac_type_t type) in get_idx() argument 75 if (s_mac_table[idx].type == type) { in get_idx() 79 ESP_LOGE(TAG, "%d mac type is incorrect (not found)", type); in get_idx() 89 esp_mac_type_t type = s_mac_table[idx].type; in get_mac_addr_from_mac_table() local 90 if (ESP_MAC_BASE <= type && type <= ESP_MAC_EFUSE_EXT) { in get_mac_addr_from_mac_table() 92 if (type == ESP_MAC_BASE || type == ESP_MAC_EFUSE_FACTORY) { in get_mac_addr_from_mac_table() 94 } else if (type == ESP_MAC_EFUSE_CUSTOM) { in get_mac_addr_from_mac_table() 98 else if (type == ESP_MAC_EFUSE_EXT) { in get_mac_addr_from_mac_table() [all …]
|
/hal_espressif-3.7.0/components/heap/ |
D | heap_task_info.c | 37 for (size_t type = 0; type < NUM_HEAP_TASK_CAPS; ++type) { in heap_caps_get_per_task_info() local 38 params->totals[i].size[type] = 0; in heap_caps_get_per_task_info() 39 params->totals[i].count[type] = 0; in heap_caps_get_per_task_info() 53 uint32_t type; in heap_caps_get_per_task_info() local 54 for (type = 0; type < NUM_HEAP_TASK_CAPS; ++type) { in heap_caps_get_per_task_info() 55 if ((caps & params->mask[type]) == params->caps[type]) { in heap_caps_get_per_task_info() 59 if (type == NUM_HEAP_TASK_CAPS) { in heap_caps_get_per_task_info() 82 params->totals[i].size[type] += bsize; in heap_caps_get_per_task_info() 83 params->totals[i].count[type] += 1; in heap_caps_get_per_task_info() 88 params->totals[count].size[type] = bsize; in heap_caps_get_per_task_info() [all …]
|