Home
last modified time | relevance | path

Searched defs:minor (Results 1 – 14 of 14) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/bta/sys/
Dutl.c187 UINT8 minor, major, reserved_2; in utl_set_device_class() local
260 UINT8 minor, major, reserved_2; in utl_get_device_class() local
/hal_espressif-latest/components/esp_common/include/
Desp_idf_version.h25 #define ESP_IDF_VERSION_VAL(major, minor, patch) ((major << 16) | (minor << 8) | (patch)) argument
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dutl.h48 UINT8 minor; member
/hal_espressif-latest/components/bootloader_support/src/
Dbootloader_init.c46 unsigned int minor = revision % 100; in bootloader_check_bootloader_validity() local
/hal_espressif-latest/zephyr/common/
Dsoc_init.c127 unsigned int minor = revision % 100; in check_bootloader_validity() local
/hal_espressif-latest/components/xtensa/esp32s2/include/xtensa/config/
Dcore.h1394 # define XCHAL_HW_RELEASE_AT_OR_BELOW(major,minor) (XTHAL_REL_LE( XCHAL_HW_VERSION_MAJOR,XCHAL_HW_V… argument
1395 # define XCHAL_HW_RELEASE_AT_OR_ABOVE(major,minor) (XTHAL_REL_GE( XCHAL_HW_VERSION_MAJOR,XCHAL_HW_V… argument
1396 # define XCHAL_HW_RELEASE_AT(major,minor) (XTHAL_REL_EQ( XCHAL_HW_VERSION_MAJOR,XCHAL_HW_VERSION_M… argument
1399 # define XCHAL_HW_RELEASE_AT_OR_BELOW(major,minor) ( ((major) < 1040 && XCHAL_HAVE_XEA2) ? 0 \ argument
1402 # define XCHAL_HW_RELEASE_AT_OR_ABOVE(major,minor) ( ((major) >= 2000 && XCHAL_HAVE_XEA1) ? 0 \ argument
1405 # define XCHAL_HW_RELEASE_AT(major,minor) ( (((major) < 1040 && XCHAL_HAVE_XEA2) || \ argument
/hal_espressif-latest/components/xtensa/esp32/include/xtensa/config/
Dcore.h1340 # define XCHAL_HW_RELEASE_AT_OR_BELOW(major,minor) (XTHAL_REL_LE( XCHAL_HW_VERSION_MAJOR,XCHAL_HW_V… argument
1341 # define XCHAL_HW_RELEASE_AT_OR_ABOVE(major,minor) (XTHAL_REL_GE( XCHAL_HW_VERSION_MAJOR,XCHAL_HW_V… argument
1342 # define XCHAL_HW_RELEASE_AT(major,minor) (XTHAL_REL_EQ( XCHAL_HW_VERSION_MAJOR,XCHAL_HW_VERSION_M… argument
1345 # define XCHAL_HW_RELEASE_AT_OR_BELOW(major,minor) ( ((major) < 1040 && XCHAL_HAVE_XEA2) ? 0 \ argument
1348 # define XCHAL_HW_RELEASE_AT_OR_ABOVE(major,minor) ( ((major) >= 2000 && XCHAL_HAVE_XEA1) ? 0 \ argument
1351 # define XCHAL_HW_RELEASE_AT(major,minor) ( (((major) < 1040 && XCHAL_HAVE_XEA2) || \ argument
/hal_espressif-latest/components/xtensa/esp32s3/include/xtensa/config/
Dcore.h1400 # define XCHAL_HW_RELEASE_AT_OR_BELOW(major,minor) (XTHAL_REL_LE( XCHAL_HW_VERSION_MAJOR,XCHAL_HW_… argument
1401 # define XCHAL_HW_RELEASE_AT_OR_ABOVE(major,minor) (XTHAL_REL_GE( XCHAL_HW_VERSION_MAJOR,XCHAL_HW_… argument
1402 # define XCHAL_HW_RELEASE_AT(major,minor) (XTHAL_REL_EQ( XCHAL_HW_VERSION_MAJOR,XCHAL_HW_VERS… argument
1405 # define XCHAL_HW_RELEASE_AT_OR_BELOW(major,minor) ( ((major) < 1040 && XCHAL_HAVE_XEA2) ? 0 \ argument
1408 # define XCHAL_HW_RELEASE_AT_OR_ABOVE(major,minor) ( ((major) >= 2000 && XCHAL_HAVE_XEA1) ? 0 \ argument
1411 # define XCHAL_HW_RELEASE_AT(major,minor) ( (((major) < 1040 && XCHAL_HAVE_XEA2) || \ argument
/hal_espressif-latest/components/esp_coex/include/private/
Desp_coexist_adapter.h58 uint8_t minor; member
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_inq.c166 UINT8 major, minor, reserved_2; in BTM_SetDiscoverability() local
Dbtm_sec.c5875 UINT8 minor = (UINT8)(p_dev_rec->dev_class[2] & BTM_COD_MINOR_CLASS_MASK); in btm_sec_check_prefetch_pin() local
/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/
Desp_gap_bt_api.h25 uint32_t minor: 6; /*!< minor class */ member
/hal_espressif-latest/zephyr/esp32/src/bt/
Desp_bt_adapter.c953 static int coex_version_get_wrapper(unsigned int *major, unsigned int *minor, unsigned int *patch) in coex_version_get_wrapper()
/hal_espressif-latest/components/bt/controller/esp32/
Dbt.c1216 static int coex_version_get_wrapper(unsigned int *major, unsigned int *minor, unsigned int *patch) in coex_version_get_wrapper()