Searched refs:h (Results 1 – 6 of 6) sorted by relevance
28 * include vl53l1_api.h and vl53l1_platform.h in the driver .h
31 * include vl53l0x_api.h and vl53l0x_platform.h in the driver .h
23 - xyz_reg.h: contains structures and defines to describe in details
195 static uint32_t ToFloatBits(uint16_t h) in ToFloatBits() argument197 uint16_t h_exp = (h & 0x7c00u); in ToFloatBits()198 uint32_t f_sgn = ((uint32_t)h & 0x8000u) << 16; in ToFloatBits()203 uint16_t h_sig = (h & 0x03ffu); in ToFloatBits()222 return f_sgn + 0x7f800000u + (((uint32_t)(h & 0x03ffu)) << 13); in ToFloatBits()225 return f_sgn + (((uint32_t)(h & 0x7fffu) + 0x1c000u) << 13); in ToFloatBits()
200 static uint32_t ToFloatBits(uint16_t h) in ToFloatBits() argument202 uint16_t h_exp = (h & 0x7c00u); in ToFloatBits()203 uint32_t f_sgn = ((uint32_t)h & 0x8000u) << 16; in ToFloatBits()208 uint16_t h_sig = (h & 0x03ffu); in ToFloatBits()227 return f_sgn + 0x7f800000u + (((uint32_t)(h & 0x03ffu)) << 13); in ToFloatBits()230 return f_sgn + (((uint32_t)(h & 0x7fffu) + 0x1c000u) << 13); in ToFloatBits()