Home
last modified time | relevance | path

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

/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/upg/
Dboot_upg_common.h42 #define bit_get(x, i) (((1 << (i)) & (x)) ? 1 : 0) macro
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/include/
Dcmd_loop.h53 #define bit_get(x, i) (((1 << (i)) & (x)) ? 1 : 0) macro
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/system/upg/
Dupg_common.h91 #define bit_get(x, i) (((1 << (i)) & (x)) ? 1 : 0) macro