Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/porting/include/os/
Dutil.h42 #define ARRAY_SIZE(array) \ macro
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/esp/ble_button/
Dbutton_pro.c28 #define ARRAY_SIZE(x) (sizeof(x)/sizeof((x)[0])) macro
/hal_espressif-latest/components/esp_hw_support/port/esp32c6/
Dpmu_param.c22 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0])) macro
/hal_espressif-latest/components/esp_hw_support/port/esp32h2/
Dpmu_param.c22 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0])) macro
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/include/
Dmesh_util.h61 #define ARRAY_SIZE(array) (sizeof(array) / sizeof((array)[0])) macro
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dmspi_timing_tuning_ll.h29 #define ARRAY_SIZE(arr) (sizeof((arr))/sizeof(*(arr))) macro
/hal_espressif-latest/components/wpa_supplicant/src/utils/
Dcommon.h453 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0])) macro
/hal_espressif-latest/components/bt/porting/npl/freertos/include/nimble/
Dnimble_npl_os.h27 #define ARRAY_SIZE(array) \ macro