Searched refs:LIS2DS12_CTRL2 (Results 1 – 2 of 2) sorted by relevance
/hal_st-3.6.0/sensor/stmemsc/lis2ds12_STdC/driver/ |
D | lis2ds12_reg.c | 599 ret = lis2ds12_read_reg(ctx, LIS2DS12_CTRL2, (uint8_t *)&ctrl2, 1); in lis2ds12_auto_increment_set() 604 ret = lis2ds12_write_reg(ctx, LIS2DS12_CTRL2, (uint8_t *)&ctrl2, 1); in lis2ds12_auto_increment_set() 624 ret = lis2ds12_read_reg(ctx, LIS2DS12_CTRL2, (uint8_t *)&ctrl2, 1); in lis2ds12_auto_increment_get() 649 ret = lis2ds12_read_reg(ctx, LIS2DS12_CTRL2, (uint8_t *)&ctrl2, 1); in lis2ds12_mem_bank_set() 654 ret = lis2ds12_write_reg(ctx, LIS2DS12_CTRL2, (uint8_t *)&ctrl2, 1); in lis2ds12_mem_bank_set() 688 ret = lis2ds12_read_reg(ctx, LIS2DS12_CTRL2, (uint8_t *)&ctrl2, 1); in lis2ds12_reset_set() 693 ret = lis2ds12_write_reg(ctx, LIS2DS12_CTRL2, (uint8_t *)&ctrl2, 1); in lis2ds12_reset_set() 713 ret = lis2ds12_read_reg(ctx, LIS2DS12_CTRL2, (uint8_t *)&ctrl2, 1); in lis2ds12_reset_get() 732 ret = lis2ds12_read_reg(ctx, LIS2DS12_CTRL2, (uint8_t *)&ctrl2, 1); in lis2ds12_boot_set() 737 ret = lis2ds12_write_reg(ctx, LIS2DS12_CTRL2, (uint8_t *)&ctrl2, 1); in lis2ds12_boot_set() [all …]
|
D | lis2ds12_reg.h | 346 #define LIS2DS12_CTRL2 0x21U macro
|