Home
last modified time | relevance | path

Searched defs:num (Results 1 – 25 of 102) sorted by relevance

12345

/hal_espressif-latest/components/esp_hw_support/port/esp32/
Dcache_sram_mmu.c38 #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/
Dcam_hal.c19 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()
Dadc_hal.c40 #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/
Dbta_gattc_co.c175 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/
Dhci_hal_h4.c297 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/
Dheap_caps_zephyr.c80 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/
Dheap_caps_linux.c75 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()
Dheap_caps.c285 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/
Desp_wifi_ap_get_sta_list.h20 int num; /**< Number of connected stations */ member
/hal_espressif-latest/components/esp_wifi/src/
Dwifi_default_ap.c22 int num = wifi_sta_list->num; in esp_wifi_ap_get_sta_list_with_ip() local
/hal_espressif-latest/components/mbedtls/port/dynamic/
Desp_ssl_cli.c111 size_t num; in manage_resource() local
Desp_ssl_srv.c74 size_t num; in manage_resource() local
/hal_espressif-latest/components/esp_rom/include/esp32/rom/
Dcache.h68 …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/
Ddriver.h87 size_t num; member
185 u8 num; member
/hal_espressif-latest/components/bt/host/bluedroid/stack/a2dp/
Da2d_sbc.c179 void A2D_BldSbcMplHdr(UINT8 *p_dst, BOOLEAN frag, BOOLEAN start, BOOLEAN last, UINT8 num) in A2D_BldSbcMplHdr()
Da2d_api.c368 UINT8 A2D_BitsSet(UINT8 num) in A2D_BitsSet()
/hal_espressif-latest/components/wpa_supplicant/port/
Dos_xtensa.c93 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/
Dsecure_boot_signatures_bootloader.c25 #define ALIGN_UP(num, align) (((num) + ((align) - 1)) & ~((align) - 1)) argument
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Duhci_ll.h29 #define UHCI_LL_GET_HW(num) (((num) == 0) ? (&UHCI0) : (NULL)) argument
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Duhci_ll.h17 #define UHCI_LL_GET_HW(num) (((num) == 0) ? (&UHCI0) : (NULL)) argument
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Duhci_ll.h29 #define UHCI_LL_GET_HW(num) (((num) == 0) ? (&UHCI0) : (NULL)) argument
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Duhci_ll.h16 #define UHCI_LL_GET_HW(num) (((num) == 0) ? (&UHCI0) : (NULL)) argument
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/gatt/
Dbtc_gattc.c234 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/
Dio_mux_reg.h122 #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/
Dsleep_retention.c480 …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()

12345