/hal_espressif-latest/components/xtensa/include/xtensa/ |
D | core-macros.h | 211 # define _XTHAL_DCACHE_BLOCK_DOWNGRADE_MAX(addr, size, type, max) \ argument 212 if (max <= XCHAL_DCACHE_SIZE) { \ 231 # define xthal_dcache_block_invalidate_max(addr, size, max) do { \ argument 232 _XTHAL_DCACHE_BLOCK_DOWNGRADE_MAX(addr, size, XT_DHI_B, max); \ 234 # define xthal_dcache_block_writeback_max(addr, size, max) do { \ argument 235 _XTHAL_DCACHE_BLOCK_DOWNGRADE_MAX(addr, size, XT_DHWB_B, max); \ 237 # define xthal_dcache_block_writeback_inv_max(addr, size, max) do { \ argument 238 _XTHAL_DCACHE_BLOCK_DOWNGRADE_MAX(addr, size, XT_DHWBI_B, max); \ 279 # define xthal_dcache_block_invalidate_max(addr, size, max) do {/*nothing*/} while(0) argument 280 # define xthal_dcache_block_writeback_max(addr, size, max) do {/*nothing*/} while(0) argument [all …]
|
/hal_espressif-latest/components/esp_coex/esp32s2/ |
D | esp_coex_adapter.c | 82 void * esp_coex_common_semphr_create_wrapper(uint32_t max, uint32_t init) in esp_coex_common_semphr_create_wrapper() argument 84 return (void *)xSemaphoreCreateCounting(max, init); in esp_coex_common_semphr_create_wrapper() 146 static void *esp_coex_internal_semphr_create_wrapper(uint32_t max, uint32_t init) in esp_coex_internal_semphr_create_wrapper() argument 159 semphr->handle = xSemaphoreCreateCountingStatic(max, init, semphr->storage); in esp_coex_internal_semphr_create_wrapper() 175 semphr->handle = xSemaphoreCreateCounting(max, init); in esp_coex_internal_semphr_create_wrapper()
|
/hal_espressif-latest/components/esp_coex/esp32/ |
D | esp_coex_adapter.c | 80 void * esp_coex_common_semphr_create_wrapper(uint32_t max, uint32_t init) in esp_coex_common_semphr_create_wrapper() argument 82 return (void *)xSemaphoreCreateCounting(max, init); in esp_coex_common_semphr_create_wrapper() 136 static void *esp_coex_internal_semphr_create_wrapper(uint32_t max, uint32_t init) in esp_coex_internal_semphr_create_wrapper() argument 149 semphr->handle = xSemaphoreCreateCountingStatic(max, init, semphr->storage); in esp_coex_internal_semphr_create_wrapper() 165 semphr->handle = xSemaphoreCreateCounting(max, init); in esp_coex_internal_semphr_create_wrapper()
|
/hal_espressif-latest/components/esp_coex/esp32s3/ |
D | esp_coex_adapter.c | 83 void * esp_coex_common_semphr_create_wrapper(uint32_t max, uint32_t init) in esp_coex_common_semphr_create_wrapper() argument 85 return (void *)xSemaphoreCreateCounting(max, init); in esp_coex_common_semphr_create_wrapper() 152 static void *esp_coex_internal_semphr_create_wrapper(uint32_t max, uint32_t init) in esp_coex_internal_semphr_create_wrapper() argument 165 semphr->handle = xSemaphoreCreateCountingStatic(max, init, semphr->storage); in esp_coex_internal_semphr_create_wrapper() 181 semphr->handle = xSemaphoreCreateCounting(max, init); in esp_coex_internal_semphr_create_wrapper()
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/ |
D | btm_pm.c | 214 …((p_mode->mode & BTM_PM_MD_FORCE) && (p_mode->max >= p_cb->interval) && (p_mode->min <= p_cb->inte… in BTM_SetPowerMode() 215 ((p_mode->mode & BTM_PM_MD_FORCE) == 0 && (p_mode->max >= p_cb->interval)) ) { in BTM_SetPowerMode() 216 …de: mode:0x%x interval %d max:%d, min:%d", p_mode->mode, p_cb->interval, p_mode->max, p_mode->min); in BTM_SetPowerMode() 462 p_res->max = (p_md1->max < p_md2->max) ? (p_md1->max) : (p_md2->max); in btm_pm_compare_modes() 467 if ( p_res->max < p_res->min) { in btm_pm_compare_modes() 567 ((md_res.max >= p_cb->interval) && (md_res.min <= p_cb->interval)) ) { in btm_pm_snd_md_req() 624 md_res.max, md_res.min)) { in btm_pm_snd_md_req() 631 md_res.max, md_res.min, md_res.attempt, in btm_pm_snd_md_req() 639 md_res.max, md_res.min)) { in btm_pm_snd_md_req()
|
/hal_espressif-latest/zephyr/esp32s2/src/coex/ |
D | esp_coex_adapter.c | 67 void *esp_coex_common_semphr_create_wrapper(uint32_t max, uint32_t init) in esp_coex_common_semphr_create_wrapper() argument 75 k_sem_init(sem, init, max); in esp_coex_common_semphr_create_wrapper() 108 void *esp_coex_internal_semphr_create_wrapper(uint32_t max, uint32_t init) in esp_coex_internal_semphr_create_wrapper() argument 116 k_sem_init(sem, init, max); in esp_coex_internal_semphr_create_wrapper()
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/server/include/ |
D | state_binding.h | 88 int16_t bt_mesh_convert_temperature_to_gen_level(uint16_t temp, uint16_t min, uint16_t max); 90 uint16_t bt_mesh_covert_gen_level_to_temperature(int16_t level, uint16_t min, uint16_t max);
|
/hal_espressif-latest/components/esp_coex/esp32h2/ |
D | esp_coex_adapter.c | 77 void *esp_coex_common_semphr_create_wrapper(uint32_t max, uint32_t init) in esp_coex_common_semphr_create_wrapper() argument 79 return (void *)xSemaphoreCreateCounting(max, init); in esp_coex_common_semphr_create_wrapper()
|
/hal_espressif-latest/components/esp_hw_support/ |
D | mspi_timing_tuning.c | 149 uint32_t max = 0; in find_max_consecutive_success_points() local 158 if (match_num > max) { in find_max_consecutive_success_points() 159 max = match_num; in find_max_consecutive_success_points() 167 *out_length = match_num > max ? match_num : max; in find_max_consecutive_success_points()
|
/hal_espressif-latest/components/esp_coex/esp32c2/ |
D | esp_coex_adapter.c | 77 void * esp_coex_common_semphr_create_wrapper(uint32_t max, uint32_t init) in esp_coex_common_semphr_create_wrapper() argument 79 return (void *)xSemaphoreCreateCounting(max, init); in esp_coex_common_semphr_create_wrapper()
|
/hal_espressif-latest/components/esp_coex/esp32c3/ |
D | esp_coex_adapter.c | 78 void * esp_coex_common_semphr_create_wrapper(uint32_t max, uint32_t init) in esp_coex_common_semphr_create_wrapper() argument 80 return (void *)xSemaphoreCreateCounting(max, init); in esp_coex_common_semphr_create_wrapper()
|
/hal_espressif-latest/components/esp_coex/esp32c6/ |
D | esp_coex_adapter.c | 77 void *esp_coex_common_semphr_create_wrapper(uint32_t max, uint32_t init) in esp_coex_common_semphr_create_wrapper() argument 79 return (void *)xSemaphoreCreateCounting(max, init); in esp_coex_common_semphr_create_wrapper()
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/server/ |
D | state_binding.c | 64 int16_t bt_mesh_convert_temperature_to_gen_level(uint16_t temp, uint16_t min, uint16_t max) in bt_mesh_convert_temperature_to_gen_level() argument 66 float tmp = (temp - min) * UINT16_MAX / (max - min); in bt_mesh_convert_temperature_to_gen_level() 70 uint16_t bt_mesh_covert_gen_level_to_temperature(int16_t level, uint16_t min, uint16_t max) in bt_mesh_covert_gen_level_to_temperature() argument 72 float diff = (float) (max - min) / UINT16_MAX; in bt_mesh_covert_gen_level_to_temperature()
|
/hal_espressif-latest/zephyr/esp32/src/coex/ |
D | esp_coex_adapter.c | 66 void *esp_coex_common_semphr_create_wrapper(uint32_t max, uint32_t init) in esp_coex_common_semphr_create_wrapper() argument 74 k_sem_init(sem, init, max); in esp_coex_common_semphr_create_wrapper()
|
/hal_espressif-latest/zephyr/esp32c2/src/coex/ |
D | esp_coex_adapter.c | 67 void *esp_coex_common_semphr_create_wrapper(uint32_t max, uint32_t init) in esp_coex_common_semphr_create_wrapper() argument 71 k_sem_init(sem, init, max); in esp_coex_common_semphr_create_wrapper()
|
/hal_espressif-latest/zephyr/esp32c3/src/coex/ |
D | esp_coex_adapter.c | 67 void *esp_coex_common_semphr_create_wrapper(uint32_t max, uint32_t init) in esp_coex_common_semphr_create_wrapper() argument 75 k_sem_init(sem, init, max); in esp_coex_common_semphr_create_wrapper()
|
/hal_espressif-latest/zephyr/esp32c6/src/coex/ |
D | esp_coex_adapter.c | 67 void *esp_coex_common_semphr_create_wrapper(uint32_t max, uint32_t init) in esp_coex_common_semphr_create_wrapper() argument 75 k_sem_init(sem, init, max); in esp_coex_common_semphr_create_wrapper()
|
/hal_espressif-latest/zephyr/esp32s3/src/coex/ |
D | esp_coex_adapter.c | 65 void * esp_coex_common_semphr_create_wrapper(uint32_t max, uint32_t init) in esp_coex_common_semphr_create_wrapper() argument 73 k_sem_init(sem, init, max); in esp_coex_common_semphr_create_wrapper()
|
/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/ |
D | esp_bt_defs.h | 168 #define ESP_BLE_IS_VALID_PARAM(x, min, max) (((x) >= (min) && (x) <= (max)) ) argument
|
/hal_espressif-latest/components/bt/host/bluedroid/external/sbc/decoder/srce/ |
D | bitalloc-sbc.c | 123 OI_UINT8 max = common->maxBitneed; in OI_CODEC_SBC_GetMaxBitneed() local 126 return max; in OI_CODEC_SBC_GetMaxBitneed()
|
/hal_espressif-latest/components/esp_coex/include/private/ |
D | esp_modem_wrapper.h | 28 void * esp_coex_common_semphr_create_wrapper(uint32_t max, uint32_t init);
|
D | esp_coexist_adapter.h | 30 void *(*_semphr_create)(uint32_t max, uint32_t init);
|
/hal_espressif-latest/components/bootloader_support/src/ |
D | bootloader_common_loader.c | 96 …common_select_otadata(const esp_ota_select_entry_t *two_otadata, bool *valid_two_otadata, bool max) in bootloader_common_select_otadata() argument 103 …uint32_t condition = (max == true) ? MAX(two_otadata[0].ota_seq, two_otadata[1].ota_seq) : MIN(two… in bootloader_common_select_otadata()
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_ag/include/ |
D | bta_ag_at.h | 57 INT16 max; /* maximum value for int arg */ member
|
/hal_espressif-latest/components/bootloader_support/include/ |
D | bootloader_common.h | 151 …ommon_select_otadata(const esp_ota_select_entry_t *two_otadata, bool *valid_two_otadata, bool max);
|