Home
last modified time | relevance | path

Searched refs:BCD (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/esp_rom/include/esp32s3/rom/usb/
Dusb_common.h24 #define BCD(x) ((((x) / 10) << 4) | ((x) / 10)) macro
58 #define BCDDEVICE_RELNUM (BCD(KERNEL_VERSION_MAJOR) << 8 | \
59 BCD(KERNEL_VERSION_MINOR))
/hal_espressif-latest/components/esp_rom/include/esp32s2/rom/usb/
Dusb_common.h24 #define BCD(x) ((((x) / 10) << 4) | ((x) / 10)) macro
58 #define BCDDEVICE_RELNUM (BCD(KERNEL_VERSION_MAJOR) << 8 | \
59 BCD(KERNEL_VERSION_MINOR))