/hal_espressif-latest/components/esp_hw_support/port/esp32/ |
D | cache_sram_mmu.c | 38 #define FLASH_MMU_EDGE_CHECK(mmu_val,num) (((mmu_val) + (num)) > 256) argument 40 #define SRAM_MMU_EDGE_CHECK(mmu_val,num,psize) (((mmu_val) + (num)) > ((8*1024)/(psize))) argument 56 …cache_sram_mmu_set(int cpu_no, int pid, unsigned int vaddr, unsigned int paddr, int psize, int num) in cache_sram_mmu_set() 132 …che_sram_mmu_set(int cpu_no, int pid, unsigned int vaddr, unsigned int paddr, int psize, int num) { in cache_sram_mmu_set()
|
/hal_espressif-latest/components/hal/ |
D | cam_hal.c | 19 static void cam_hal_set_line_int_num(cam_hal_context_t *hal, uint32_t num) in cam_hal_set_line_int_num() 38 static void cam_hal_set_vsync_filter_num(cam_hal_context_t *hal, uint32_t num) in cam_hal_set_vsync_filter_num()
|
D | adc_hal.c | 40 #define adc_ll_digi_dma_set_eof_num(dev, num) adc_ll_digi_dma_set_eof_num(num) argument 55 #define adc_ll_digi_dma_set_eof_num(dev, num) adc_ll_digi_dma_set_eof_num(num) argument 74 #define adc_ll_digi_dma_set_eof_num(dev, num) do {((i2s_dev_t *)(dev))->rx_eof_num = num… argument
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/ |
D | bta_gattc_co.c | 175 UINT8 num = cache_env->num_addr; in cacheReset() local 471 UINT8 num = cache_env->num_addr; in bta_gattc_co_addr_in_cache() local 485 UINT8 num = cache_env->num_addr; in bta_gattc_co_find_addr_in_cache() local 500 UINT8 num = cache_env->num_addr; in bta_gattc_co_find_hash_in_cache() local 522 UINT8 num = cache_env->num_addr; in bta_gattc_co_get_addr_list() local 644 UINT8 num = cache_env->num_addr; in bta_gattc_co_cache_find_src_addr() local
|
/hal_espressif-latest/components/bt/host/bluedroid/hci/ |
D | hci_hal_h4.c | 297 static void hci_adv_credits_consumed(uint16_t num) in hci_adv_credits_consumed() 305 int hci_adv_credits_prep_to_release(uint16_t num) in hci_adv_credits_prep_to_release() 340 static int hci_adv_credits_release_rollback(uint16_t num) in hci_adv_credits_release_rollback() 387 int hci_adv_credits_try_release(uint16_t num) in hci_adv_credits_try_release() 403 int hci_adv_credits_force_release(uint16_t num) in hci_adv_credits_force_release()
|
/hal_espressif-latest/zephyr/port/heap/ |
D | heap_caps_zephyr.c | 80 void *heap_caps_malloc_prefer( size_t size, size_t num, ... ) in heap_caps_malloc_prefer() 107 void *heap_caps_realloc_prefer( void *ptr, size_t size, size_t num, ... ) in heap_caps_realloc_prefer() 140 void *heap_caps_calloc_prefer( size_t n, size_t size, size_t num, ... ) in heap_caps_calloc_prefer()
|
/hal_espressif-latest/components/heap/ |
D | heap_caps_linux.c | 75 void *heap_caps_malloc_prefer( size_t size, size_t num, ... ) in heap_caps_malloc_prefer() 102 void *heap_caps_realloc_prefer( void *ptr, size_t size, size_t num, ... ) in heap_caps_realloc_prefer() 135 void *heap_caps_calloc_prefer( size_t n, size_t size, size_t num, ... ) in heap_caps_calloc_prefer()
|
D | heap_caps.c | 285 HEAP_IRAM_ATTR void *heap_caps_malloc_prefer( size_t size, size_t num, ... ) in heap_caps_malloc_prefer() 309 HEAP_IRAM_ATTR void *heap_caps_realloc_prefer( void *ptr, size_t size, size_t num, ... ) in heap_caps_realloc_prefer() 333 HEAP_IRAM_ATTR void *heap_caps_calloc_prefer( size_t n, size_t size, size_t num, ... ) in heap_caps_calloc_prefer()
|
/hal_espressif-latest/components/esp_wifi/include/ |
D | esp_wifi_ap_get_sta_list.h | 20 int num; /**< Number of connected stations */ member
|
/hal_espressif-latest/components/esp_wifi/src/ |
D | wifi_default_ap.c | 22 int num = wifi_sta_list->num; in esp_wifi_ap_get_sta_list_with_ip() local
|
/hal_espressif-latest/components/mbedtls/port/dynamic/ |
D | esp_ssl_cli.c | 111 size_t num; in manage_resource() local
|
D | esp_ssl_srv.c | 74 size_t num; in manage_resource() local
|
/hal_espressif-latest/components/esp_rom/include/esp32/rom/ |
D | cache.h | 68 …che_flash_mmu_set(int cpu_no, int pid, unsigned int vaddr, unsigned int paddr, int psize, int num) in cache_flash_mmu_set()
|
/hal_espressif-latest/components/wpa_supplicant/src/drivers/ |
D | driver.h | 87 size_t num; member 185 u8 num; member
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/a2dp/ |
D | a2d_sbc.c | 179 void A2D_BldSbcMplHdr(UINT8 *p_dst, BOOLEAN frag, BOOLEAN start, BOOLEAN last, UINT8 num) in A2D_BldSbcMplHdr()
|
D | a2d_api.c | 368 UINT8 A2D_BitsSet(UINT8 num) in A2D_BitsSet()
|
/hal_espressif-latest/components/wpa_supplicant/port/ |
D | os_xtensa.c | 93 int z_strcasecmp(const char * str1, const char * str2, size_t num) in z_strcasecmp()
|
/hal_espressif-latest/components/bootloader_support/src/secure_boot_v2/ |
D | secure_boot_signatures_bootloader.c | 25 #define ALIGN_UP(num, align) (((num) + ((align) - 1)) & ~((align) - 1)) argument
|
/hal_espressif-latest/components/hal/esp32s3/include/hal/ |
D | uhci_ll.h | 29 #define UHCI_LL_GET_HW(num) (((num) == 0) ? (&UHCI0) : (NULL)) argument
|
/hal_espressif-latest/components/hal/esp32c6/include/hal/ |
D | uhci_ll.h | 17 #define UHCI_LL_GET_HW(num) (((num) == 0) ? (&UHCI0) : (NULL)) argument
|
/hal_espressif-latest/components/hal/esp32c3/include/hal/ |
D | uhci_ll.h | 29 #define UHCI_LL_GET_HW(num) (((num) == 0) ? (&UHCI0) : (NULL)) argument
|
/hal_espressif-latest/components/hal/esp32h2/include/hal/ |
D | uhci_ll.h | 16 #define UHCI_LL_GET_HW(num) (((num) == 0) ? (&UHCI0) : (NULL)) argument
|
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/gatt/ |
D | btc_gattc.c | 234 static esp_gatt_status_t btc_gattc_check_valid_param(int num, uint16_t offset) in btc_gattc_check_valid_param() 245 static void btc_gattc_fill_gatt_db_conversion(uint16_t count, uint16_t num, esp_gatt_db_attr_type_t… in btc_gattc_fill_gatt_db_conversion() 570 uint16_t num = 0; in btc_ble_gattc_get_db() local
|
/hal_espressif-latest/components/soc/esp32c3/include/soc/ |
D | io_mux_reg.h | 122 #define GPIO_PAD_PULLUP(num) do{PIN_PULLDWN_DIS(IOMUX_REG_GPIO##num);PIN_PULLUP_EN(IOMUX_REG_GPIO##… argument 123 #define GPIO_PAD_PULLDOWN(num) do{PIN_PULLUP_DIS(IOMUX_REG_GPIO##num);PIN_PULLDWN_EN(IOMUX_REG_GPIO… argument 124 #define GPIO_PAD_SET_DRV(num, drv) PIN_SET_DRV(IOMUX_REG_GPIO##num, drv) argument
|
/hal_espressif-latest/components/esp_hw_support/ |
D | sleep_retention.c | 480 …ion_entries_create_impl(const sleep_retention_entries_config_t retent[], int num, regdma_link_prio… in sleep_retention_entries_create_impl() 567 …_entries_create_wrapper(const sleep_retention_entries_config_t retent[], int num, regdma_link_prio… in sleep_retention_entries_create_wrapper() 584 esp_err_t sleep_retention_entries_create(const sleep_retention_entries_config_t retent[], int num, … in sleep_retention_entries_create()
|