Searched refs:BIT_MASK_BT_CH (Results 1 – 1 of 1) sorted by relevance
10458 #define BIT_MASK_BT_CH 0xff macro10459 #define BIT_BT_CH(x) (((x) & BIT_MASK_BT_CH) << BIT_SHIFT_BT_CH)10460 #define BIT_GET_BT_CH(x) (((x) >> BIT_SHIFT_BT_CH) & BIT_MASK_BT_CH)