Home
last modified time | relevance | path

Searched refs:h (Results 1 – 6 of 6) sorted by relevance

/hal_st-latest/sensor/vl53l1x/
DREADME28 * include vl53l1_api.h and vl53l1_platform.h in the driver .h
/hal_st-latest/sensor/vl53l0x/
DREADME31 * include vl53l0x_api.h and vl53l0x_platform.h in the driver .h
/hal_st-latest/sensor/stmemsc/
DREADME23 - xyz_reg.h: contains structures and defines to describe in details
/hal_st-latest/sensor/stmemsc/lsm6dsv_STdC/driver/
Dlsm6dsv_reg.c195 static uint32_t ToFloatBits(uint16_t h) in ToFloatBits() argument
197 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()
/hal_st-latest/sensor/stmemsc/lsm6dsv16x_STdC/driver/
Dlsm6dsv16x_reg.c200 static uint32_t ToFloatBits(uint16_t h) in ToFloatBits() argument
202 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()
/hal_st-latest/sensor/stmemsc/lsm6dsv32x_STdC/driver/
Dlsm6dsv32x_reg.c200 static uint32_t ToFloatBits(uint16_t h) in ToFloatBits() argument
202 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()