Home
last modified time | relevance | path

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

/hal_st-2.7.6/sensor/stmemsc/lis25ba_STdC/driver/
Dlis25ba_reg.c93 static void bytecpy(uint8_t *target, uint8_t *source) in bytecpy() argument
95 if ((target != NULL) && (source != NULL)) in bytecpy()
97 *target = *source; in bytecpy()
/hal_st-2.7.6/sensor/stmemsc/lis3dsh_STdC/driver/
Dlis3dsh_reg.c93 static void bytecpy(uint8_t *target, uint8_t *source) in bytecpy() argument
95 if ((target != NULL) && (source != NULL)) in bytecpy()
97 *target = *source; in bytecpy()
/hal_st-2.7.6/sensor/stmemsc/ais2dw12_STdC/driver/
Dais2dw12_reg.c93 static void bytecpy(uint8_t *target, uint8_t *source) in bytecpy() argument
95 if ((target != NULL) && (source != NULL)) in bytecpy()
97 *target = *source; in bytecpy()
/hal_st-2.7.6/sensor/stmemsc/lsm6dso32x_STdC/driver/
Dlsm6dso32x_reg.c93 static void bytecpy(uint8_t *target, uint8_t *source) in bytecpy() argument
95 if ((target != NULL) && (source != NULL)) in bytecpy()
97 *target = *source; in bytecpy()
/hal_st-2.7.6/sensor/stmemsc/lsm6dso_STdC/driver/
Dlsm6dso_reg.c94 static void bytecpy(uint8_t *target, uint8_t *source) in bytecpy() argument
96 if ((target != NULL) && (source != NULL)) in bytecpy()
98 *target = *source; in bytecpy()
/hal_st-2.7.6/sensor/stmemsc/lsm6dsox_STdC/driver/
Dlsm6dsox_reg.c93 static void bytecpy(uint8_t *target, uint8_t *source) in bytecpy() argument
95 if ((target != NULL) && (source != NULL)) in bytecpy()
97 *target = *source; in bytecpy()