Home
last modified time | relevance | path

Searched defs:array (Results 1 – 8 of 8) sorted by relevance

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/include/
Dmesh_util.h51 #define IS_ARRAY(array) \ argument
61 #define ARRAY_SIZE(array) (sizeof(array) / sizeof((array)[0])) argument
68 #define PART_OF_ARRAY(array, ptr) \ argument
/hal_espressif-latest/components/bt/porting/include/os/
Dutil.h42 #define ARRAY_SIZE(array) \ argument
/hal_espressif-latest/components/esp_system/port/arch/riscv/
Dpanic_arch.c29 #define DIM(array) (sizeof(array)/sizeof(*array)) argument
/hal_espressif-latest/components/esp_hw_support/
Dmspi_timing_tuning.c147 static void find_max_consecutive_success_points(uint8_t *array, uint32_t size, uint32_t *out_length… in find_max_consecutive_success_points()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dsdp_api.h99 UINT8 array[4]; /* Variable length field */ member
/hal_espressif-latest/components/bt/porting/npl/freertos/include/nimble/
Dnimble_npl_os.h27 #define ARRAY_SIZE(array) \ argument
/hal_espressif-latest/components/esp_system/
Deh_frame_parser.c31 #define DIM(array) (sizeof(array)/sizeof(*array)) argument
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/server/
Dgeneric_server.c2120 static int search_prop_id_index(const uint16_t *array, uint8_t array_idx, uint16_t id) in search_prop_id_index()