Home
last modified time | relevance | path

Searched defs:BITS_TO_UINT64 (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/input/
H A D_input.md84 ### BITS_TO_UINT64 subsection
/ohos5.0/drivers/hdf_core/framework/model/input/driver/
H A Dhdf_input_device_manager.h35 #define BITS_TO_UINT64(count) DIV_ROUND_UP(count, BYTE_HAS_BITS * sizeof(unsigned long)) macro
/ohos5.0/drivers/peripheral/input/interfaces/include/
H A Dinput_type.h103 #define BITS_TO_UINT64(count) DIV_ROUND_UP(count, BYTE_HAS_BITS * sizeof(uint64_t)) macro