simon e5db0b21c7 Add optional BMA456 accelerometer init on shared I2C bus.
Probe and configure the sensor when present; log and continue boot if
init fails so boards without BMA456 still run normally.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-18 22:51:32 +02:00

1546 lines
71 KiB
C

/**
* Copyright (c) 2023 Bosch Sensortec GmbH. All rights reserved.
*
* BSD-3-Clause
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain the above copyright
* notice, this list of conditions and the following disclaimer.
*
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
*
* 3. Neither the name of the copyright holder nor the names of its
* contributors may be used to endorse or promote products derived from
* this software without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
* LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
* FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
* COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
* INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
* (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
* SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
* STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
* IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
*
* @file bma456w.c
* @date 2023-07-05
* @version V2.29.0
*
*/
/*! \file bma456w.c
* \brief Sensor Driver for BMA456W sensor
*/
#include "bma456w.h"
/**\name Feature configuration file */
const uint8_t bma456w_config_file[] = {
0x80, 0x2e, 0xf0, 0x01, 0x80, 0x2e, 0xf2, 0x01, 0xc8, 0x2e, 0x00, 0x2e, 0x80, 0x2e, 0xff, 0x00, 0x80, 0x2e, 0xfe,
0x00, 0x80, 0x2e, 0xf1, 0x01, 0x80, 0x2e, 0xef, 0x01, 0x80, 0x2e, 0x92, 0xb0, 0x80, 0x2e, 0xb6, 0x09, 0xb0, 0xf0,
0x10, 0x30, 0x21, 0x2e, 0x16, 0xf0, 0x80, 0x2e, 0xf3, 0x01, 0x71, 0x50, 0x6f, 0x52, 0x01, 0x42, 0x3b, 0x80, 0x41,
0x30, 0x01, 0x42, 0x3c, 0x80, 0x00, 0x2e, 0x01, 0x40, 0x01, 0x42, 0x21, 0x2e, 0xff, 0xaf, 0xb8, 0x2e, 0x22, 0xeb,
0x80, 0x2e, 0x18, 0x00, 0x80, 0x2e, 0x18, 0x00, 0x80, 0x2e, 0x18, 0x00, 0x80, 0x2e, 0x18, 0x00, 0x80, 0x2e, 0x18,
0x00, 0x80, 0x2e, 0x18, 0x00, 0x80, 0x2e, 0x18, 0x00, 0x80, 0x2e, 0x18, 0x00, 0x80, 0x2e, 0x18, 0x00, 0x80, 0x2e,
0x18, 0x00, 0x80, 0x2e, 0x18, 0x00, 0x80, 0x2e, 0x18, 0x00, 0x80, 0x2e, 0x18, 0x00, 0x80, 0x2e, 0x18, 0x00, 0x80,
0x2e, 0x18, 0x00, 0x80, 0x2e, 0x18, 0x00, 0x80, 0x2e, 0x18, 0x00, 0x80, 0x2e, 0x18, 0x00, 0x80, 0x2e, 0x18, 0x00,
0x80, 0x2e, 0x18, 0x00, 0x80, 0x2e, 0x18, 0x00, 0xfd, 0x2d, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x03, 0x00, 0x03, 0x00, 0x04, 0x01, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x1e, 0x01, 0x01, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x01, 0x2e, 0x55, 0xf0, 0xc0, 0x2e, 0x21, 0x2e, 0x55, 0xf0, 0x30, 0x50, 0x00, 0x30, 0x67, 0x56, 0x05, 0x30,
0x05, 0x2c, 0xfb, 0x7f, 0x3e, 0xbe, 0xd2, 0xba, 0xb2, 0xb9, 0x6c, 0x0b, 0x53, 0x0e, 0xf9, 0x2f, 0x53, 0x1a, 0x01,
0x2f, 0x4d, 0x0e, 0xf5, 0x2f, 0xd2, 0x7f, 0x04, 0x30, 0x1f, 0x2c, 0xe1, 0x7f, 0xc5, 0x01, 0xa3, 0x03, 0x72, 0x0e,
0x03, 0x2f, 0x72, 0x1a, 0x0f, 0x2f, 0x79, 0x0f, 0x0d, 0x2f, 0xe1, 0x6f, 0x4f, 0x04, 0x5f, 0xb9, 0xb1, 0xbf, 0xfa,
0x0b, 0xd2, 0x6f, 0x96, 0x06, 0xb1, 0x25, 0x51, 0xbf, 0xeb, 0x7f, 0x06, 0x00, 0xb2, 0x25, 0x27, 0x03, 0xdb, 0x7f,
0xcf, 0xbf, 0x3e, 0xbf, 0x01, 0xb8, 0xd2, 0xba, 0x41, 0xba, 0xb2, 0xb9, 0x07, 0x0a, 0x6e, 0x0b, 0xc0, 0x90, 0xdf,
0x2f, 0x40, 0x91, 0xdd, 0x2f, 0xfb, 0x6f, 0xd0, 0x5f, 0xb8, 0x2e, 0x10, 0x50, 0xfb, 0x7f, 0x21, 0x25, 0x98, 0x2e,
0xe5, 0x01, 0xfb, 0x6f, 0x21, 0x25, 0xf0, 0x5f, 0x10, 0x25, 0x80, 0x2e, 0xba, 0x00, 0xc8, 0x2e, 0xc8, 0x2e, 0xaa,
0x00, 0x05, 0x00, 0xaa, 0x00, 0x05, 0x00, 0x2d, 0x01, 0xd4, 0x7b, 0x3b, 0x01, 0xdb, 0x7a, 0x04, 0x00, 0x3f, 0x7b,
0xcd, 0x6c, 0xc3, 0x04, 0x85, 0x09, 0xc3, 0x04, 0xec, 0xe6, 0x0c, 0x46, 0x01, 0x00, 0x27, 0x00, 0x19, 0x00, 0x96,
0x00, 0xa0, 0x00, 0x01, 0x00, 0x0c, 0x00, 0xf0, 0x3c, 0x00, 0x01, 0x01, 0x00, 0x03, 0x00, 0x01, 0x00, 0x0e, 0x00,
0x00, 0x00, 0x04, 0x00, 0xee, 0x06, 0xf2, 0x05, 0x80, 0x80, 0x16, 0xf1, 0x02, 0x02, 0x48, 0x20, 0x88, 0x00, 0x74,
0x00, 0x00, 0x01, 0x7d, 0x00, 0x02, 0x01, 0x51, 0x00, 0xaf, 0x00, 0xff, 0x00, 0xec, 0x00, 0xff, 0xb7, 0x00, 0x02,
0x00, 0xb0, 0x05, 0x80, 0xc9, 0xf0, 0x00, 0x40, 0xff, 0x7f, 0x00, 0x80, 0x88, 0x00, 0x80, 0x00, 0x5e, 0xf0, 0x59,
0xf0, 0x89, 0xf0, 0x54, 0x00, 0x00, 0x20, 0x56, 0xf0, 0x5f, 0x00, 0x55, 0x00, 0x5a, 0x00, 0x58, 0x00, 0xff, 0xfb,
0x52, 0xf0, 0x33, 0x09, 0x33, 0x07, 0x00, 0x08, 0x90, 0x01, 0x00, 0xf8, 0x01, 0x80, 0x86, 0x00, 0xff, 0x1f, 0xa9,
0x36, 0xab, 0x04, 0x1d, 0x6c, 0xad, 0x00, 0x59, 0x01, 0x31, 0xd1, 0x71, 0x7d, 0xe4, 0x0c, 0x12, 0x02, 0xb3, 0x00,
0xb4, 0x04, 0x62, 0x03, 0xc0, 0x02, 0x1f, 0xf8, 0xe1, 0x07, 0xd3, 0x07, 0x01, 0xe0, 0x8d, 0x00, 0x97, 0x00, 0x99,
0x00, 0x91, 0x00, 0x90, 0x00, 0x93, 0x00, 0x8c, 0x00, 0x96, 0x00, 0xb5, 0x00, 0x65, 0x52, 0x57, 0x50, 0x60, 0x42,
0x00, 0x3f, 0x59, 0x54, 0x42, 0x42, 0x69, 0x82, 0x5b, 0x54, 0x42, 0x42, 0x42, 0x82, 0x0b, 0x31, 0x42, 0x40, 0x10,
0x08, 0x50, 0x42, 0x7e, 0x80, 0x4b, 0x42, 0x61, 0x32, 0x01, 0x42, 0x10, 0x50, 0x03, 0x2e, 0x40, 0xf0, 0x56, 0x90,
0x08, 0x80, 0xf0, 0x7f, 0x31, 0x30, 0x1f, 0x2f, 0x03, 0x30, 0x63, 0x52, 0x5d, 0x54, 0x14, 0x35, 0x06, 0x30, 0x5f,
0x50, 0x55, 0x32, 0x1d, 0x1a, 0xe3, 0x22, 0x18, 0x1a, 0x61, 0x58, 0xe3, 0x22, 0x04, 0x30, 0xd5, 0x40, 0xb5, 0x0d,
0xe1, 0xbe, 0x6f, 0xbb, 0x80, 0x91, 0xa9, 0x0d, 0x01, 0x89, 0xb5, 0x23, 0x10, 0xa1, 0xf7, 0x2f, 0xda, 0x0e, 0x14,
0x35, 0xeb, 0x2f, 0x01, 0x2e, 0x25, 0x00, 0x70, 0x1a, 0x00, 0x30, 0x21, 0x30, 0x48, 0x22, 0x40, 0xb2, 0x06, 0x2f,
0x23, 0x2e, 0x59, 0xf0, 0x98, 0x2e, 0xb5, 0x00, 0x00, 0x2e, 0x00, 0x2e, 0xd0, 0x2e, 0xf0, 0x6f, 0x01, 0x31, 0x20,
0x26, 0x01, 0x42, 0x10, 0x30, 0x21, 0x2e, 0x59, 0xf0, 0x98, 0x2e, 0xb5, 0x00, 0x4d, 0x50, 0x4f, 0x52, 0x98, 0x2e,
0x07, 0xb4, 0x4d, 0x50, 0x05, 0x84, 0x14, 0x30, 0x51, 0x50, 0x63, 0x30, 0x53, 0x52, 0x94, 0x42, 0x83, 0x42, 0x98,
0x2e, 0x07, 0xb4, 0x51, 0x50, 0x06, 0x80, 0x71, 0x30, 0x01, 0x42, 0x98, 0x2e, 0x42, 0xb1, 0x00, 0x2e, 0x00, 0x2e,
0xd0, 0x2e, 0x98, 0x2e, 0x78, 0xb0, 0x01, 0x2e, 0x54, 0x00, 0x00, 0xb2, 0x12, 0x2f, 0x00, 0x30, 0x21, 0x2e, 0x54,
0x00, 0x55, 0x50, 0x98, 0x2e, 0x38, 0xb0, 0x55, 0x50, 0x98, 0x2e, 0x4d, 0xb1, 0x98, 0x2e, 0xff, 0xb4, 0x55, 0x50,
0x4d, 0x52, 0x98, 0x2e, 0x18, 0xb4, 0x55, 0x50, 0x51, 0x52, 0x98, 0x2e, 0x18, 0xb4, 0x98, 0x2e, 0xb5, 0x00, 0xe1,
0x2d, 0x83, 0x86, 0x01, 0x30, 0x00, 0x30, 0x94, 0x40, 0x24, 0x18, 0x06, 0x00, 0x53, 0x0e, 0x4f, 0x02, 0xf9, 0x2f,
0xb8, 0x2e, 0xc8, 0x2e, 0xc8, 0x2e, 0xc8, 0x2e, 0xc8, 0x2e, 0x1a, 0x24, 0x26, 0x00, 0x80, 0x2e, 0x66, 0x01, 0x80,
0x2e, 0x18, 0x00, 0x80, 0x2e, 0x18, 0x00, 0x80, 0x2e, 0x18, 0x00, 0x80, 0x2e, 0x18, 0x00, 0xfd, 0x2d, 0x94, 0x01,
0xdd, 0x03, 0xc0, 0xad, 0x0b, 0x2f, 0xc0, 0xa8, 0x03, 0x2f, 0xc0, 0x90, 0x07, 0x2f, 0x80, 0xa6, 0x05, 0x2f, 0x40,
0xa9, 0x12, 0x2f, 0x40, 0x91, 0x01, 0x2f, 0x00, 0xab, 0x0e, 0x2f, 0xc0, 0xac, 0x00, 0x30, 0x6b, 0x52, 0x07, 0x2f,
0xc0, 0xa9, 0x03, 0x2f, 0xc0, 0x91, 0x03, 0x2f, 0x80, 0xa7, 0x01, 0x2f, 0x40, 0xa1, 0x05, 0x2f, 0xc0, 0x2e, 0x17,
0x25, 0x06, 0x25, 0xc0, 0x2e, 0xf0, 0x3f, 0x69, 0x52, 0xb8, 0x2e, 0x80, 0xa8, 0x03, 0x25, 0x10, 0x2f, 0x80, 0x90,
0x01, 0x2f, 0x41, 0x0e, 0x0c, 0x2f, 0xf3, 0x3f, 0x18, 0x05, 0x05, 0x30, 0x5d, 0x07, 0x15, 0x0e, 0x03, 0x2f, 0x55,
0x1a, 0x02, 0x2f, 0xcc, 0x0f, 0x00, 0x2f, 0x58, 0x04, 0x01, 0x25, 0xb8, 0x2e, 0xb8, 0x2e, 0x60, 0x50, 0x03, 0x2e,
0x25, 0x01, 0xe0, 0x7f, 0xf1, 0x7f, 0xdb, 0x7f, 0x30, 0x30, 0x6d, 0x54, 0x0a, 0x1a, 0x28, 0x2f, 0x1a, 0x25, 0x7a,
0x82, 0x00, 0x30, 0x43, 0x30, 0x32, 0x30, 0x05, 0x30, 0x04, 0x30, 0xf6, 0x6f, 0xf2, 0x09, 0xfc, 0x13, 0xc2, 0xab,
0xb3, 0x09, 0xef, 0x23, 0x80, 0xb3, 0xe6, 0x6f, 0xb7, 0x01, 0x00, 0x2e, 0x8b, 0x41, 0x4b, 0x42, 0x03, 0x2f, 0x46,
0x40, 0x86, 0x17, 0x81, 0x8d, 0x46, 0x42, 0x41, 0x8b, 0x23, 0xbd, 0xb3, 0xbd, 0x03, 0x89, 0x41, 0x82, 0x07, 0x0c,
0x43, 0xa3, 0xe6, 0x2f, 0xe1, 0x6f, 0xa2, 0x6f, 0x52, 0x42, 0x00, 0x2e, 0xb2, 0x6f, 0x52, 0x42, 0x00, 0x2e, 0xc2,
0x6f, 0x42, 0x42, 0x03, 0xb2, 0x03, 0x2e, 0x59, 0xf0, 0xf3, 0x3d, 0x02, 0x32, 0x0b, 0x08, 0x8a, 0x0a, 0xdb, 0x6f,
0x02, 0x22, 0xa0, 0x5f, 0x21, 0x2e, 0x59, 0xf0, 0xb8, 0x2e, 0x07, 0x2e, 0x00, 0xf0, 0x03, 0x2e, 0x00, 0xf0, 0x73,
0x50, 0x9c, 0xbe, 0x02, 0x40, 0x6f, 0x52, 0xf4, 0x33, 0xdc, 0xba, 0xd9, 0x0f, 0x94, 0x08, 0x06, 0x2f, 0x49, 0xaf,
0x04, 0x2f, 0x51, 0x0a, 0x02, 0x34, 0x47, 0xa3, 0x8a, 0x0a, 0x91, 0x22, 0x3c, 0x80, 0x25, 0x2e, 0x59, 0xf0, 0x01,
0x40, 0x01, 0x42, 0xb8, 0x2e, 0x60, 0x50, 0xc3, 0x7f, 0xd4, 0x7f, 0xe7, 0x7f, 0xf6, 0x7f, 0xb2, 0x7f, 0xa5, 0x7f,
0x36, 0x30, 0x07, 0x2e, 0x01, 0xf0, 0xbe, 0xbd, 0xbe, 0xbb, 0x75, 0x58, 0x77, 0x05, 0x55, 0x56, 0x77, 0x54, 0x27,
0x41, 0x06, 0x41, 0xf8, 0xbf, 0xbe, 0x0b, 0xb5, 0x11, 0xd6, 0x42, 0x03, 0x89, 0x5a, 0x0e, 0xf6, 0x2f, 0x12, 0x30,
0x25, 0x2e, 0x54, 0x00, 0x02, 0x31, 0x25, 0x2e, 0xb8, 0xf0, 0xd4, 0x6f, 0xc3, 0x6f, 0xe7, 0x6f, 0xb2, 0x6f, 0xa5,
0x6f, 0xf6, 0x6f, 0xa0, 0x5f, 0xc8, 0x2e, 0x70, 0x50, 0x42, 0x8e, 0xd4, 0x7f, 0xf6, 0x7f, 0x47, 0x25, 0x1a, 0x18,
0x79, 0x52, 0xf1, 0x00, 0x64, 0x25, 0x01, 0x30, 0x39, 0x02, 0x94, 0x41, 0x81, 0x41, 0xe2, 0x7f, 0xbe, 0xbb, 0xbd,
0x8d, 0x02, 0xbd, 0xb5, 0x7f, 0x8e, 0xb5, 0xba, 0x0a, 0xc6, 0x7f, 0xab, 0x7f, 0x51, 0x25, 0x98, 0x2e, 0x00, 0xb0,
0xd5, 0x6f, 0xe2, 0x6f, 0x2a, 0x18, 0x79, 0x54, 0xb2, 0x01, 0x02, 0x30, 0xc4, 0x6f, 0x7a, 0x03, 0x12, 0x41, 0x74,
0x25, 0xd0, 0x7f, 0x52, 0xbc, 0xd3, 0x41, 0x6e, 0xba, 0xde, 0xb6, 0x20, 0x0b, 0xc7, 0x7f, 0x91, 0x7f, 0x98, 0x2e,
0x00, 0xb0, 0xf2, 0x6f, 0xd5, 0x6f, 0xca, 0x16, 0x55, 0x18, 0xdd, 0x18, 0x95, 0x6f, 0xea, 0x18, 0x79, 0x5a, 0x31,
0x25, 0x75, 0x01, 0x01, 0x30, 0x20, 0x25, 0x39, 0x02, 0x5e, 0xba, 0x82, 0xbc, 0x8e, 0xb6, 0x21, 0x0b, 0x98, 0x2e,
0x00, 0xb0, 0xe2, 0x6f, 0xb5, 0x6f, 0x2a, 0x18, 0xe0, 0x7f, 0xf1, 0x7f, 0x04, 0x30, 0x79, 0x54, 0xf2, 0x00, 0x7c,
0x02, 0x85, 0x6f, 0xd0, 0x6f, 0x0d, 0x17, 0x68, 0x18, 0xe0, 0x18, 0x90, 0x6f, 0xc4, 0x6f, 0xc5, 0x18, 0xeb, 0x6f,
0xb2, 0x01, 0x1b, 0x43, 0x02, 0x30, 0x7a, 0x03, 0xfb, 0x6f, 0x3d, 0x8f, 0x0b, 0x43, 0x3e, 0xba, 0x12, 0xbd, 0x52,
0xbc, 0x6e, 0xbb, 0xa2, 0x0a, 0x9e, 0xb5, 0xde, 0xb6, 0x30, 0x0b, 0xf7, 0x7f, 0x98, 0x2e, 0x00, 0xb0, 0xf5, 0x6f,
0x31, 0x25, 0xd1, 0x6f, 0x92, 0x6f, 0xab, 0x6f, 0x50, 0x43, 0x43, 0x43, 0x90, 0x5f, 0x69, 0x56, 0x80, 0x2e, 0x23,
0xb0, 0x10, 0x50, 0x03, 0x40, 0x19, 0x18, 0x6b, 0x56, 0x19, 0x05, 0x36, 0x25, 0xf7, 0x7f, 0x4a, 0x17, 0x54, 0x18,
0xec, 0x18, 0x09, 0x17, 0x01, 0x30, 0x0c, 0x07, 0xe2, 0x18, 0xde, 0x00, 0xf2, 0x6f, 0x97, 0x02, 0x67, 0x58, 0xdc,
0x00, 0x91, 0x02, 0xbf, 0xb8, 0x21, 0xbd, 0x8a, 0x0a, 0xc0, 0x2e, 0x02, 0x42, 0xf0, 0x5f, 0x7b, 0x50, 0x31, 0x30,
0x23, 0x2e, 0x57, 0x00, 0x02, 0x40, 0x51, 0x0a, 0x21, 0x42, 0x00, 0x2e, 0x01, 0x40, 0x01, 0x42, 0xb8, 0x2e, 0x07,
0x2e, 0x1d, 0x01, 0x50, 0x25, 0x90, 0x50, 0x32, 0xbc, 0x33, 0xbd, 0x1a, 0x25, 0xb4, 0xbd, 0x79, 0x8e, 0x77, 0x88,
0x3f, 0xbb, 0xfb, 0x7f, 0x0b, 0x30, 0x8f, 0xb8, 0xaf, 0xb9, 0x8b, 0x7f, 0x40, 0x90, 0xcb, 0x43, 0x0b, 0x43, 0xe1,
0x7f, 0xd3, 0x7f, 0xc6, 0x7f, 0x03, 0x2f, 0x98, 0x2e, 0x42, 0xb1, 0xe1, 0x6f, 0x0b, 0x30, 0x9e, 0x0a, 0x91, 0x0a,
0x80, 0xb2, 0x90, 0x2e, 0xf9, 0xb1, 0x01, 0x2e, 0x5c, 0x00, 0x01, 0x90, 0x25, 0x25, 0x0e, 0x2f, 0x7d, 0x52, 0x01,
0x2e, 0x59, 0x00, 0xb4, 0x7f, 0xa2, 0x7f, 0x98, 0x2e, 0xff, 0xb1, 0x04, 0x30, 0x29, 0x2e, 0x5c, 0x00, 0xe1, 0x6f,
0xd3, 0x6f, 0xa2, 0x6f, 0xb4, 0x6f, 0x0b, 0x30, 0x01, 0x2e, 0x1d, 0x01, 0x57, 0x25, 0x85, 0xbf, 0x06, 0xbf, 0xff,
0xbb, 0xc0, 0xb3, 0x66, 0xbb, 0x94, 0xb1, 0xb6, 0x7f, 0x00, 0x2e, 0x7f, 0x5e, 0x87, 0x5c, 0x0d, 0x2f, 0x9b, 0x43,
0x9b, 0x43, 0x9b, 0x43, 0x8b, 0x43, 0xdb, 0x43, 0xcb, 0x43, 0x00, 0x2e, 0x85, 0x5c, 0x86, 0x09, 0x81, 0x50, 0x2d,
0x2e, 0x1d, 0x01, 0x1b, 0x42, 0x0b, 0x42, 0xc0, 0xb2, 0x05, 0x2f, 0x7f, 0x50, 0x00, 0x2e, 0x16, 0x40, 0x0b, 0x40,
0x76, 0x7f, 0x8b, 0x7f, 0xd9, 0x0a, 0x01, 0x2e, 0x59, 0x00, 0x7d, 0x52, 0x83, 0x5c, 0x98, 0x2e, 0x4b, 0xb2, 0x94,
0x6f, 0x00, 0xb3, 0x0b, 0x2f, 0xc4, 0x6f, 0x00, 0xb3, 0x08, 0x2f, 0x7f, 0x54, 0x81, 0x58, 0x90, 0x40, 0x10, 0x43,
0x21, 0x30, 0x82, 0x40, 0x02, 0x43, 0x23, 0x2e, 0x5e, 0xf0, 0xd4, 0x6f, 0x00, 0xb3, 0x26, 0x2f, 0x72, 0x6f, 0x84,
0x6f, 0x87, 0x50, 0xc8, 0xbd, 0xa8, 0xb8, 0x4b, 0x0a, 0x12, 0x42, 0x11, 0x42, 0x14, 0x42, 0xc8, 0xba, 0x7f, 0x52,
0xc3, 0x6f, 0x52, 0x42, 0x05, 0x42, 0xc0, 0x90, 0x44, 0x42, 0x15, 0x2f, 0x81, 0x52, 0x00, 0x2e, 0x50, 0x40, 0x41,
0x40, 0x10, 0x04, 0x61, 0x06, 0x40, 0xaa, 0x04, 0x2f, 0x40, 0x90, 0x0b, 0x2f, 0xb1, 0x6f, 0x48, 0x0f, 0x08, 0x2f,
0xb0, 0x6f, 0x00, 0xb2, 0x05, 0x2f, 0x81, 0x50, 0x21, 0x30, 0x12, 0x42, 0x04, 0x42, 0x23, 0x2e, 0x5e, 0xf0, 0xe4,
0x6f, 0x00, 0xb3, 0x13, 0x2f, 0x09, 0x2e, 0x57, 0x00, 0x05, 0x2e, 0x58, 0x00, 0x22, 0x1a, 0x0d, 0x2f, 0x7b, 0x58,
0x25, 0x2e, 0x57, 0x00, 0x22, 0x43, 0x42, 0x30, 0x00, 0x41, 0x00, 0x43, 0x09, 0x89, 0x00, 0x2e, 0x02, 0x43, 0x03,
0x2d, 0x14, 0x30, 0x29, 0x2e, 0x5c, 0x00, 0xfb, 0x6f, 0x70, 0x5f, 0xb8, 0x2e, 0x09, 0x86, 0x67, 0x54, 0xe4, 0x40,
0xc3, 0x80, 0x94, 0x04, 0xc3, 0x40, 0x13, 0x05, 0x05, 0x40, 0x25, 0x05, 0x8a, 0x17, 0x73, 0x30, 0x73, 0x09, 0x8c,
0x17, 0xf3, 0x08, 0xe3, 0x00, 0x4c, 0x82, 0x15, 0x01, 0xb3, 0xb5, 0x53, 0x42, 0x8b, 0x16, 0x43, 0xb6, 0x52, 0x42,
0x4c, 0x17, 0x54, 0x42, 0x55, 0x42, 0x53, 0x42, 0x52, 0x42, 0x54, 0x42, 0x45, 0x42, 0x6d, 0x82, 0x89, 0x54, 0x52,
0x42, 0x10, 0x50, 0x8b, 0x54, 0x52, 0x42, 0xfb, 0x7f, 0x22, 0x30, 0x8d, 0x56, 0x43, 0x42, 0x44, 0x82, 0x0b, 0x30,
0x52, 0x42, 0x5b, 0x42, 0x7c, 0x84, 0x4b, 0x42, 0x35, 0x82, 0x90, 0x80, 0x8b, 0x42, 0x0b, 0x42, 0x35, 0x80, 0x04,
0x30, 0x0b, 0x42, 0x37, 0x80, 0x15, 0x30, 0x60, 0x25, 0x98, 0x2e, 0x3e, 0xb2, 0x8b, 0x83, 0xfb, 0x6f, 0x65, 0x42,
0xc0, 0x2e, 0x44, 0x42, 0xf0, 0x5f, 0x05, 0x80, 0x02, 0x30, 0x51, 0x82, 0x02, 0x42, 0x13, 0x30, 0x41, 0x40, 0x4b,
0x08, 0x8f, 0x54, 0x3e, 0x80, 0x51, 0x14, 0xc0, 0x2e, 0x01, 0x42, 0x00, 0x2e, 0x40, 0x51, 0xd1, 0x7f, 0x12, 0x25,
0x02, 0x30, 0x42, 0x43, 0x32, 0x30, 0x82, 0x43, 0xc6, 0x7f, 0xe5, 0x7f, 0xb4, 0x7f, 0xa3, 0x7f, 0x90, 0x7f, 0x8b,
0x7f, 0x98, 0x2e, 0xf3, 0x00, 0xc0, 0x7e, 0x00, 0xac, 0x01, 0x2f, 0x69, 0x50, 0xc0, 0x7e, 0x00, 0x2e, 0x90, 0x6f,
0x09, 0x8a, 0xd1, 0x6f, 0x75, 0x7f, 0x4c, 0x82, 0x63, 0x41, 0x65, 0x7f, 0x11, 0x7f, 0x00, 0x2e, 0x64, 0x41, 0x44,
0x85, 0x52, 0x7f, 0x45, 0x7f, 0x00, 0x2e, 0xa6, 0x40, 0x80, 0x40, 0x32, 0x7f, 0x82, 0x8e, 0xc2, 0x6e, 0x45, 0x41,
0xf0, 0x7f, 0x27, 0x7f, 0x02, 0x7f, 0x98, 0x2e, 0xb9, 0xb0, 0x23, 0x6f, 0xd1, 0x6f, 0xc2, 0x40, 0xf9, 0x86, 0x23,
0x7f, 0x80, 0xb2, 0xe0, 0x7e, 0x0f, 0x2f, 0x32, 0x6f, 0x64, 0x6f, 0x82, 0x40, 0xf2, 0x7f, 0x50, 0x82, 0x42, 0x6f,
0x50, 0x6f, 0x73, 0x6f, 0x85, 0x40, 0xc3, 0x40, 0x04, 0x41, 0x06, 0x40, 0xe2, 0x6e, 0x98, 0x2e, 0xb9, 0xb0, 0xe0,
0x7e, 0xf3, 0x31, 0x10, 0x6f, 0x36, 0x80, 0xe1, 0x6e, 0x02, 0x40, 0x71, 0x7f, 0x51, 0x04, 0x02, 0x30, 0x40, 0xa8,
0x91, 0x04, 0x4a, 0x22, 0x89, 0x16, 0x93, 0x08, 0x4a, 0x00, 0x95, 0xb4, 0x09, 0x18, 0x8e, 0x16, 0x13, 0x30, 0x93,
0x08, 0x21, 0x6f, 0x60, 0x7f, 0x4d, 0x86, 0x02, 0x80, 0xb2, 0x00, 0x41, 0x40, 0x21, 0xb5, 0x50, 0x7f, 0x43, 0x7f,
0x98, 0x2e, 0x28, 0xb1, 0x40, 0x6f, 0x62, 0x6f, 0x55, 0x6f, 0x13, 0x40, 0x84, 0x40, 0x01, 0x40, 0x45, 0x41, 0x42,
0xbe, 0x1d, 0x18, 0x4c, 0x04, 0x31, 0x0f, 0x04, 0x8a, 0xc0, 0x6f, 0x11, 0x30, 0x02, 0x2f, 0x00, 0x2e, 0x03, 0x2c,
0x01, 0x42, 0x23, 0x30, 0x03, 0x42, 0x00, 0x2e, 0xd6, 0x6f, 0x44, 0x41, 0x8a, 0x87, 0x76, 0x8b, 0x00, 0xb3, 0x53,
0x7f, 0x15, 0x2f, 0x04, 0x6f, 0x91, 0x5e, 0x8b, 0x8d, 0xe7, 0x01, 0xc0, 0xa5, 0x84, 0x41, 0x01, 0x2f, 0x00, 0xa1,
0x03, 0x2f, 0xc0, 0xad, 0x08, 0x2f, 0x00, 0xa5, 0x06, 0x2f, 0xc6, 0x40, 0x81, 0x8d, 0x07, 0x30, 0x3c, 0x05, 0xd6,
0x42, 0x04, 0x2c, 0xc4, 0x42, 0x02, 0x2c, 0x07, 0x30, 0x07, 0x30, 0x86, 0x86, 0x94, 0x6f, 0xd7, 0x7e, 0x0e, 0x8d,
0x00, 0x40, 0x74, 0x89, 0xc7, 0x40, 0x02, 0xb2, 0xf9, 0x29, 0x45, 0x41, 0x86, 0x41, 0xbe, 0x80, 0x21, 0x41, 0x75,
0x23, 0x82, 0x40, 0xc7, 0x42, 0x45, 0x7f, 0x34, 0x7f, 0x20, 0x7f, 0x98, 0x2e, 0x28, 0xb1, 0x31, 0x6f, 0x60, 0x6f,
0x24, 0x6f, 0x22, 0x40, 0x05, 0x41, 0x43, 0x40, 0x13, 0x01, 0x43, 0x86, 0xac, 0x0f, 0xd1, 0x6f, 0x30, 0x7f, 0x00,
0x2f, 0x44, 0x42, 0x48, 0x8a, 0x41, 0x88, 0xe1, 0x40, 0x13, 0x7f, 0x04, 0x7f, 0xf5, 0x7e, 0x98, 0x2e, 0x28, 0xb1,
0x11, 0x6f, 0x60, 0x6f, 0x34, 0x6f, 0x42, 0x40, 0x03, 0x40, 0x9a, 0x04, 0x04, 0x41, 0x43, 0x82, 0xa2, 0x0e, 0x03,
0x6f, 0x00, 0x2f, 0xc2, 0x42, 0x00, 0x2e, 0x41, 0x40, 0x72, 0x6f, 0x98, 0x2e, 0x28, 0xb1, 0x25, 0x6f, 0x72, 0x6f,
0x53, 0x41, 0x93, 0x0e, 0xd1, 0x6f, 0x46, 0x80, 0x1b, 0x30, 0x03, 0x30, 0x0c, 0x2f, 0x04, 0x40, 0x00, 0x91, 0x42,
0x42, 0x08, 0x2f, 0xf6, 0x6e, 0x44, 0x6f, 0x86, 0x41, 0xb4, 0x0e, 0x03, 0x2f, 0x02, 0x88, 0xdb, 0x7e, 0x03, 0x43,
0x0b, 0x42, 0x46, 0x8d, 0x44, 0x41, 0x47, 0x80, 0x05, 0x6f, 0x94, 0x0f, 0x76, 0x7f, 0x60, 0x7f, 0x02, 0x2f, 0x45,
0x89, 0x42, 0x43, 0x03, 0x43, 0x49, 0x88, 0xa5, 0x6f, 0x40, 0x91, 0xa4, 0x7f, 0x15, 0x30, 0xe2, 0x6f, 0xd3, 0x6e,
0x03, 0x2f, 0x04, 0x30, 0x83, 0x42, 0x80, 0x2e, 0xef, 0xb3, 0x04, 0x40, 0x25, 0x29, 0x04, 0x42, 0x83, 0x42, 0x45,
0x82, 0x94, 0x6f, 0x04, 0x85, 0xc0, 0xb2, 0x90, 0x2e, 0xdb, 0xb3, 0x15, 0x87, 0x3c, 0x8c, 0xc4, 0x40, 0x46, 0x7f,
0xc2, 0x86, 0x07, 0x40, 0x86, 0x41, 0xf4, 0xbf, 0x00, 0xb3, 0x0c, 0x2f, 0x90, 0x6f, 0x16, 0x80, 0x46, 0x25, 0x00,
0x40, 0x57, 0x25, 0x04, 0x18, 0xae, 0x0e, 0x10, 0x30, 0x06, 0x30, 0x75, 0x25, 0x46, 0x23, 0x60, 0x6f, 0x64, 0x25,
0xc4, 0x40, 0xfa, 0x86, 0x00, 0xb3, 0x33, 0x7f, 0x09, 0x2f, 0x93, 0x6f, 0xd8, 0x88, 0x53, 0x6f, 0x04, 0x41, 0xc3,
0x40, 0xdc, 0x0e, 0x13, 0x30, 0x04, 0x30, 0xdc, 0x22, 0xb3, 0x25, 0x40, 0xb3, 0x02, 0x2f, 0x3b, 0x25, 0xc0, 0x90,
0x05, 0x2f, 0x91, 0x6f, 0xd0, 0x6f, 0x98, 0x2e, 0x3e, 0xb2, 0x4d, 0x2c, 0x04, 0x30, 0x8d, 0x88, 0x43, 0x40, 0x82,
0x40, 0x54, 0x7f, 0xda, 0x0f, 0x04, 0x30, 0x08, 0x2f, 0xc1, 0x80, 0x40, 0x42, 0xc2, 0x0f, 0x02, 0x2f, 0x00, 0x30,
0xc0, 0x7e, 0x1b, 0x2d, 0xc0, 0x7e, 0x19, 0x2d, 0xe1, 0xbc, 0x92, 0x6f, 0x4f, 0x04, 0x90, 0x84, 0x40, 0xa8, 0x21,
0x05, 0x83, 0x40, 0x4c, 0x22, 0x4b, 0x0e, 0xb6, 0x84, 0x21, 0x30, 0x02, 0x2f, 0x11, 0x30, 0x04, 0x2c, 0xc1, 0x7e,
0xe3, 0x6f, 0xc1, 0x7e, 0xc1, 0x42, 0x00, 0x2e, 0x00, 0x40, 0x81, 0x40, 0x04, 0xbd, 0x40, 0x6f, 0x98, 0x2e, 0x28,
0xb1, 0x50, 0x6f, 0x11, 0x30, 0x02, 0x40, 0x51, 0x08, 0xc3, 0x6e, 0x03, 0x80, 0x99, 0x15, 0x0b, 0x40, 0xb1, 0x6f,
0xd0, 0x6f, 0xb6, 0x7f, 0x5b, 0x7f, 0x04, 0x30, 0x59, 0x54, 0x03, 0x30, 0x11, 0x2c, 0x14, 0x80, 0x55, 0x6f, 0x06,
0x40, 0x75, 0x01, 0x58, 0xbb, 0x6a, 0x09, 0x05, 0x42, 0xc1, 0x86, 0x47, 0x40, 0x51, 0x25, 0xbe, 0x01, 0x56, 0x43,
0x00, 0x2e, 0x46, 0x41, 0xf4, 0x03, 0xb6, 0x6f, 0x47, 0x43, 0x5e, 0x0e, 0xed, 0x2f, 0x31, 0x6f, 0x60, 0x6f, 0x42,
0x40, 0x15, 0x30, 0x02, 0x82, 0x95, 0x08, 0x04, 0x42, 0x52, 0x42, 0x02, 0x2c, 0x44, 0x42, 0x04, 0x30, 0x3e, 0x8e,
0x91, 0x6f, 0x4f, 0x8c, 0x02, 0x40, 0x83, 0x41, 0xb5, 0x8d, 0x93, 0x0e, 0xd0, 0x6f, 0x01, 0x2f, 0x98, 0x2e, 0x3e,
0xb2, 0x00, 0x2e, 0xc0, 0x41, 0x81, 0x41, 0xc1, 0x0f, 0xc0, 0x6f, 0x01, 0x2f, 0x04, 0x42, 0x00, 0x2e, 0x70, 0x6f,
0x3c, 0x82, 0x00, 0x40, 0x41, 0x40, 0x89, 0x16, 0x95, 0x08, 0x4a, 0x00, 0x04, 0xbc, 0x91, 0xb4, 0x01, 0x0e, 0xe0,
0x6f, 0x07, 0x2f, 0xa1, 0x6f, 0x00, 0x2e, 0x41, 0x40, 0x40, 0xb2, 0x02, 0x2f, 0xa1, 0x6f, 0x05, 0x42, 0x44, 0x42,
0x00, 0x2e, 0x8b, 0x6f, 0xc0, 0x5e, 0xb8, 0x2e, 0x09, 0x86, 0x02, 0x30, 0x12, 0x42, 0x43, 0x0e, 0xfc, 0x2f, 0x37,
0x80, 0x13, 0x30, 0x13, 0x42, 0x12, 0x42, 0x12, 0x42, 0x12, 0x42, 0x02, 0x42, 0x03, 0x80, 0x41, 0x84, 0x11, 0x42,
0x02, 0x42, 0xb8, 0x2e, 0x46, 0x84, 0x80, 0x50, 0xa3, 0x40, 0x83, 0x88, 0x82, 0x40, 0x04, 0x41, 0xc3, 0x7f, 0x42,
0x8a, 0x06, 0x41, 0x6d, 0xbb, 0xf6, 0x7f, 0x80, 0xb3, 0xd5, 0x7f, 0xe0, 0x7f, 0x59, 0x2f, 0x31, 0x25, 0x55, 0x40,
0x41, 0x91, 0xb1, 0x7f, 0x0f, 0x2f, 0x01, 0x30, 0xc1, 0x42, 0x00, 0x2e, 0xd2, 0x6f, 0x13, 0x40, 0x93, 0x42, 0x00,
0x2e, 0x13, 0x40, 0x93, 0x42, 0x00, 0x2e, 0x00, 0x40, 0x80, 0x42, 0xbd, 0x80, 0xc0, 0x2e, 0x01, 0x42, 0x80, 0x5f,
0xc7, 0x86, 0x01, 0x30, 0xc5, 0x40, 0xfb, 0x86, 0x45, 0x41, 0x04, 0x41, 0x43, 0xbe, 0xd5, 0xbe, 0x43, 0xba, 0xd5,
0xba, 0x84, 0x7f, 0x95, 0x7f, 0xa1, 0x7f, 0x14, 0x30, 0x61, 0x15, 0xf5, 0x09, 0x15, 0x40, 0xc0, 0xb3, 0x0b, 0x2f,
0xc6, 0x40, 0xae, 0x05, 0x07, 0x30, 0xfe, 0x05, 0x80, 0xa9, 0xb7, 0x23, 0x97, 0x6f, 0x77, 0x0f, 0xa6, 0x6f, 0xe6,
0x23, 0xf6, 0x6f, 0xa7, 0x7f, 0x80, 0x90, 0x00, 0x2f, 0xc5, 0x42, 0x41, 0x82, 0xc1, 0x86, 0x43, 0xa2, 0xe7, 0x2f,
0xa1, 0x6f, 0xb0, 0x6f, 0x0a, 0x1a, 0x02, 0x2f, 0x01, 0x30, 0x1b, 0x2c, 0x01, 0x42, 0x01, 0x40, 0x4c, 0x28, 0x82,
0x6f, 0x01, 0x42, 0x4a, 0x0e, 0x13, 0x2f, 0xc0, 0x6f, 0x00, 0xb2, 0x03, 0x2f, 0x3f, 0x80, 0x20, 0x14, 0x21, 0x2e,
0x5e, 0xf0, 0xe1, 0x6f, 0xd0, 0x6f, 0x52, 0x40, 0x12, 0x42, 0x00, 0x2e, 0x52, 0x40, 0x12, 0x42, 0x00, 0x2e, 0x41,
0x40, 0x03, 0x2c, 0x01, 0x42, 0x10, 0x30, 0x40, 0x42, 0x80, 0x5f, 0xb8, 0x2e, 0x6b, 0x50, 0x50, 0x1a, 0x04, 0x2f,
0x69, 0x56, 0x41, 0x80, 0x4b, 0x1a, 0x81, 0x84, 0x41, 0x22, 0x00, 0x30, 0xc0, 0x2e, 0x82, 0x04, 0x0a, 0x28, 0xff,
0x80, 0x14, 0x30, 0x20, 0x14, 0x0a, 0x18, 0x08, 0x17, 0x30, 0x00, 0xc0, 0xb2, 0x3c, 0x03, 0x0b, 0x2f, 0xd0, 0xa0,
0x03, 0x2f, 0xf0, 0x80, 0x20, 0x10, 0x07, 0x2c, 0x08, 0x17, 0x05, 0x31, 0x6b, 0x05, 0x65, 0x15, 0x03, 0x12, 0x23,
0x11, 0x05, 0x0a, 0xc8, 0x16, 0x23, 0x1a, 0x04, 0x2f, 0x4a, 0x0c, 0x69, 0x54, 0xc0, 0x2e, 0x9f, 0xb8, 0x0a, 0x00,
0xb8, 0x2e, 0x80, 0xa0, 0x17, 0x30, 0x04, 0x30, 0x3c, 0x22, 0x40, 0xa0, 0xbc, 0x23, 0x06, 0x1a, 0x4a, 0x17, 0x2f,
0x08, 0x10, 0x00, 0x30, 0x50, 0x01, 0xb4, 0x88, 0x17, 0xdb, 0x7f, 0x07, 0x2f, 0x80, 0xa8, 0x03, 0x2f, 0xf4, 0x3f,
0x20, 0x04, 0x03, 0x2c, 0xa6, 0x07, 0x38, 0x04, 0xa6, 0x07, 0x80, 0xb2, 0x14, 0x2f, 0xc9, 0x17, 0xc0, 0xb2, 0x42,
0x25, 0x0b, 0x2f, 0xd0, 0xa0, 0x03, 0x2f, 0xf0, 0x86, 0xcb, 0x15, 0x07, 0x2c, 0x01, 0x30, 0x02, 0x31, 0x93, 0x04,
0x8a, 0x12, 0xfb, 0x15, 0x4b, 0x14, 0xfa, 0x0b, 0x88, 0x00, 0xfe, 0x02, 0x98, 0x2e, 0x5c, 0xb7, 0x04, 0x2d, 0x40,
0xac, 0xf1, 0x3f, 0x03, 0x30, 0x0b, 0x22, 0xdb, 0x6f, 0xd0, 0x5f, 0x93, 0x52, 0xc0, 0x2e, 0x01, 0x0e, 0x08, 0x22,
0x6b, 0x56, 0x05, 0x40, 0x69, 0x18, 0x0d, 0x17, 0xe1, 0x18, 0x19, 0x05, 0x16, 0x25, 0x37, 0x25, 0x4a, 0x17, 0x54,
0x18, 0xec, 0x18, 0x04, 0x30, 0x64, 0x07, 0xea, 0x18, 0x8e, 0x00, 0x5f, 0x02, 0x67, 0x56, 0x93, 0x00, 0x4c, 0x02,
0x2f, 0xb9, 0x91, 0xbc, 0x91, 0x0a, 0x02, 0x42, 0xb8, 0x2e, 0x01, 0x2e, 0x1e, 0x01, 0x01, 0x31, 0x10, 0x50, 0x01,
0x08, 0x00, 0xb2, 0xfb, 0x7f, 0x10, 0x2f, 0x01, 0x2e, 0x5e, 0x00, 0x01, 0x90, 0x00, 0x30, 0x03, 0x2f, 0x21, 0x2e,
0x5e, 0x00, 0x98, 0x2e, 0x52, 0xb7, 0x98, 0x2e, 0x1e, 0xb5, 0x00, 0xb2, 0x06, 0x2f, 0x80, 0x30, 0x21, 0x2e, 0x5e,
0xf0, 0x03, 0x2d, 0x10, 0x30, 0x21, 0x2e, 0x5e, 0x00, 0xfb, 0x6f, 0xf0, 0x5f, 0xb8, 0x2e, 0x09, 0x2e, 0xb3, 0x00,
0x00, 0x51, 0xb9, 0x50, 0x97, 0x54, 0x55, 0x5a, 0xa1, 0x52, 0x9f, 0x56, 0x9b, 0x5e, 0xbb, 0x5c, 0xeb, 0x7f, 0x00,
0x91, 0x65, 0x2f, 0x59, 0x28, 0xff, 0x29, 0xb7, 0x7f, 0xc1, 0x7f, 0xd6, 0x7f, 0x9a, 0x89, 0x51, 0x41, 0x08, 0x0e,
0x01, 0x22, 0x0a, 0x0f, 0x10, 0x22, 0x99, 0x54, 0x67, 0x52, 0xa4, 0x7f, 0x95, 0x7f, 0x80, 0x7f, 0x98, 0x2e, 0x85,
0xb4, 0xb2, 0x6f, 0x10, 0x25, 0x98, 0x2e, 0x85, 0xb4, 0x82, 0x6f, 0xe3, 0x30, 0x10, 0x25, 0x98, 0x2e, 0x91, 0xb4,
0xa5, 0x6f, 0xc8, 0x16, 0x9b, 0x54, 0x67, 0x52, 0x50, 0x43, 0x53, 0x43, 0xa5, 0x7f, 0x98, 0x2e, 0x85, 0xb4, 0x82,
0x6f, 0xe3, 0x30, 0x10, 0x25, 0x98, 0x2e, 0x91, 0xb4, 0xa1, 0x6f, 0x48, 0x17, 0x50, 0x42, 0x45, 0x42, 0x71, 0x8a,
0x9d, 0x54, 0x67, 0x52, 0xa5, 0x7f, 0x98, 0x2e, 0x85, 0xb4, 0xc2, 0x6f, 0x10, 0x25, 0x98, 0x2e, 0x85, 0xb4, 0x82,
0x6f, 0xe3, 0x30, 0x10, 0x25, 0x98, 0x2e, 0x91, 0xb4, 0xa5, 0x6f, 0xc8, 0x16, 0x9f, 0x54, 0x67, 0x52, 0x50, 0x43,
0x53, 0x43, 0xa5, 0x7f, 0x98, 0x2e, 0x85, 0xb4, 0x82, 0x6f, 0xe3, 0x30, 0x10, 0x25, 0x98, 0x2e, 0x91, 0xb4, 0xa1,
0x6f, 0xc8, 0x17, 0xa3, 0x56, 0x50, 0x42, 0x47, 0x42, 0xf3, 0x7f, 0x7d, 0x82, 0x82, 0x6f, 0x9f, 0x5a, 0xa1, 0x58,
0x9d, 0x5c, 0x9f, 0x56, 0xa1, 0x7f, 0x98, 0x2e, 0xb9, 0xb0, 0xd3, 0x6f, 0xa2, 0x6f, 0xd0, 0x42, 0x90, 0x88, 0x77,
0x52, 0x95, 0x6f, 0xb9, 0x50, 0x97, 0x54, 0xd3, 0x7f, 0x69, 0x0e, 0xa1, 0x2f, 0x11, 0x30, 0x01, 0x43, 0x1a, 0x25,
0x70, 0x8a, 0x55, 0x56, 0xc5, 0x7f, 0xd5, 0x7f, 0x11, 0x32, 0x95, 0x5c, 0xb3, 0x7f, 0x71, 0x00, 0x05, 0x30, 0xb3,
0x6f, 0x87, 0x41, 0xc4, 0x40, 0xfc, 0x01, 0x97, 0x43, 0x0c, 0x17, 0x87, 0x41, 0x3c, 0x03, 0x94, 0x43, 0x96, 0x7f,
0xf5, 0x7f, 0xa1, 0x7f, 0x00, 0x2e, 0xd6, 0x40, 0x30, 0x0e, 0x06, 0x22, 0xb3, 0x7f, 0x32, 0x0f, 0x90, 0x22, 0x9b,
0x58, 0x99, 0x5c, 0x9b, 0x56, 0x98, 0x2e, 0xb9, 0xb0, 0xc5, 0x6f, 0xb2, 0x6f, 0x50, 0x43, 0xc5, 0x7f, 0x05, 0x30,
0x77, 0x50, 0x50, 0x0e, 0xa1, 0x6f, 0x44, 0x82, 0x96, 0x6f, 0x97, 0x54, 0xb9, 0x50, 0xda, 0x2f, 0xc7, 0x52, 0x13,
0x30, 0x46, 0x40, 0xf3, 0x28, 0x43, 0x42, 0xc4, 0xa0, 0xbb, 0x52, 0xc1, 0x7f, 0x33, 0x30, 0x95, 0x58, 0x2e, 0x2f,
0x15, 0x83, 0xa3, 0x5c, 0xb1, 0x7f, 0xf6, 0x7f, 0x74, 0x25, 0x16, 0x41, 0xa4, 0x7f, 0x97, 0x7f, 0x00, 0x2e, 0x04,
0x41, 0xcc, 0x17, 0xfb, 0x08, 0xf3, 0x00, 0x65, 0x03, 0xde, 0xbe, 0xb2, 0xb9, 0x5d, 0x0b, 0x28, 0x0e, 0x05, 0x22,
0x2a, 0x0f, 0x90, 0x22, 0x9f, 0x5a, 0xa1, 0x58, 0x9d, 0x5c, 0x9f, 0x56, 0x98, 0x2e, 0xb9, 0xb0, 0x05, 0x30, 0xc1,
0x6f, 0xc3, 0x56, 0x50, 0x42, 0x4b, 0x0e, 0xb0, 0x6f, 0xc1, 0x7f, 0x04, 0x82, 0x92, 0x6f, 0xa4, 0x6f, 0x85, 0x42,
0x33, 0x30, 0xa3, 0x5c, 0xb9, 0x50, 0x97, 0x54, 0xb1, 0x7f, 0x15, 0x43, 0xd5, 0x2f, 0x2b, 0x2e, 0x8c, 0x00, 0xc7,
0x52, 0x41, 0x82, 0xc1, 0x7f, 0x98, 0x2e, 0xf3, 0x00, 0xd1, 0x6f, 0xb0, 0x7f, 0x98, 0x2e, 0xf3, 0x00, 0x55, 0x52,
0xa0, 0x7f, 0x98, 0x2e, 0xf3, 0x00, 0x00, 0xa0, 0x69, 0x52, 0x48, 0x23, 0xa2, 0x6f, 0xb1, 0x6f, 0x95, 0x7f, 0xb3,
0x30, 0x98, 0x2e, 0x91, 0xb4, 0xa2, 0x6f, 0xa0, 0x7f, 0xb3, 0x30, 0x8d, 0x52, 0x98, 0x2e, 0xaf, 0xb4, 0xd1, 0x6f,
0xc5, 0x6f, 0x02, 0x30, 0xd2, 0x7f, 0xc0, 0x7f, 0x81, 0x7f, 0xb3, 0x30, 0x42, 0x40, 0x51, 0x41, 0x75, 0x7f, 0x98,
0x2e, 0x91, 0xb4, 0xd5, 0x6f, 0x81, 0x6f, 0x68, 0x29, 0x41, 0x40, 0xc2, 0x6f, 0xd5, 0x7f, 0xb3, 0x30, 0x98, 0x2e,
0x91, 0xb4, 0x81, 0x6f, 0x75, 0x6f, 0xc3, 0x54, 0x50, 0x42, 0x6a, 0x0e, 0xe9, 0x2f, 0xb2, 0x6f, 0x91, 0x6f, 0x98,
0x2e, 0x85, 0xb4, 0x10, 0x25, 0xb3, 0x30, 0x21, 0x25, 0x98, 0x2e, 0x91, 0xb4, 0x20, 0x25, 0xc9, 0x50, 0xa5, 0x52,
0x98, 0x2e, 0xe7, 0xb4, 0xc9, 0x54, 0xb5, 0x6f, 0xa7, 0x50, 0x05, 0x04, 0x91, 0x40, 0x08, 0x0f, 0x9d, 0x8a, 0x82,
0x40, 0xbd, 0x52, 0x08, 0x2f, 0xbf, 0x84, 0x80, 0xa8, 0x25, 0x2e, 0x97, 0x00, 0x02, 0x30, 0x0b, 0x2f, 0x52, 0x42,
0x0a, 0x2c, 0x42, 0x42, 0x81, 0x84, 0x85, 0xa0, 0x25, 0x2e, 0x97, 0x00, 0x52, 0x30, 0x10, 0x30, 0x01, 0x2f, 0x52,
0x42, 0x40, 0x42, 0x00, 0x2e, 0x22, 0x6f, 0xa9, 0x52, 0x91, 0x0f, 0x10, 0x6f, 0x01, 0x30, 0x02, 0x2f, 0xab, 0x56,
0x03, 0x0f, 0x12, 0x2f, 0x03, 0x6f, 0xc0, 0xa8, 0x8b, 0x05, 0xde, 0x22, 0xad, 0x5c, 0xde, 0x0f, 0xc1, 0x7f, 0x06,
0x30, 0x0b, 0x2f, 0xaf, 0x56, 0x83, 0x0e, 0x16, 0x30, 0x03, 0x2f, 0x80, 0xa4, 0x16, 0x30, 0x00, 0x2f, 0x26, 0x30,
0x03, 0x2c, 0xc6, 0x7f, 0x36, 0x30, 0xc6, 0x7f, 0x00, 0x2e, 0x42, 0x41, 0x65, 0x8b, 0x80, 0x90, 0x08, 0x2f, 0xbf,
0x54, 0xb8, 0x84, 0x30, 0x32, 0x86, 0x42, 0x90, 0x00, 0x1b, 0x30, 0x2d, 0x2e, 0x99, 0x00, 0x8b, 0x42, 0x78, 0x87,
0x42, 0x41, 0xbf, 0x5a, 0x32, 0x1a, 0x02, 0x2f, 0x56, 0x43, 0x0f, 0x2c, 0x41, 0x43, 0x0b, 0x2e, 0x9a, 0x00, 0x12,
0x30, 0x6a, 0x29, 0x02, 0x32, 0x2b, 0x2e, 0x9a, 0x00, 0x2a, 0x0e, 0x04, 0x2f, 0xc1, 0x54, 0x89, 0x8a, 0xc0, 0x6f,
0x80, 0x42, 0x41, 0x43, 0x00, 0x2e, 0x05, 0x2e, 0x5d, 0x00, 0x84, 0x8c, 0xc7, 0x40, 0xa5, 0x41, 0x59, 0x50, 0xc0,
0xb3, 0x28, 0x09, 0xcc, 0x05, 0xc4, 0x88, 0x83, 0x41, 0xf3, 0xbf, 0x82, 0x8d, 0xb7, 0x7f, 0x94, 0x7f, 0x0a, 0x2f,
0x09, 0x2e, 0x98, 0x00, 0x00, 0x91, 0x06, 0x2f, 0xb3, 0x58, 0x84, 0x7f, 0x81, 0x82, 0xb5, 0x5a, 0xb5, 0x50, 0x0c,
0x2c, 0x4b, 0x40, 0x18, 0x09, 0x82, 0x84, 0x58, 0xb8, 0xb8, 0xb9, 0x4c, 0x04, 0xb1, 0x5e, 0xb3, 0xbe, 0x03, 0xbc,
0x8b, 0x40, 0x13, 0xbe, 0x87, 0x7f, 0xb3, 0x30, 0x86, 0x41, 0xb7, 0x52, 0xa2, 0x6f, 0x76, 0x7f, 0x65, 0x7f, 0x50,
0x7f, 0x4b, 0x7f, 0x34, 0x7f, 0x98, 0x2e, 0x91, 0xb4, 0xd1, 0x6f, 0x88, 0x0e, 0x01, 0x30, 0x03, 0x2f, 0x0b, 0x2e,
0x90, 0x00, 0x40, 0xb3, 0x02, 0x2f, 0x23, 0x2e, 0x92, 0x00, 0x0f, 0x2d, 0x05, 0x2e, 0x92, 0x00, 0x15, 0x30, 0x95,
0x28, 0x70, 0x6f, 0x08, 0xb8, 0x25, 0x2e, 0x92, 0x00, 0x10, 0x0e, 0xc2, 0x6f, 0xc3, 0x50, 0x02, 0x2f, 0x15, 0x42,
0x12, 0x42, 0x01, 0x42, 0xb3, 0x30, 0xa2, 0x6f, 0x41, 0x6f, 0x98, 0x2e, 0x91, 0xb4, 0xd1, 0x6f, 0x08, 0x0f, 0x03,
0x2f, 0x03, 0x2e, 0x90, 0x00, 0x40, 0x90, 0x03, 0x2f, 0x01, 0x30, 0x23, 0x2e, 0x94, 0x00, 0x12, 0x2d, 0x03, 0x2e,
0x94, 0x00, 0x75, 0x6f, 0x59, 0x54, 0x41, 0x82, 0x6a, 0x09, 0x23, 0x2e, 0x94, 0x00, 0x0d, 0x0e, 0x07, 0x2f, 0xc5,
0x52, 0x42, 0x82, 0x05, 0x30, 0x65, 0x42, 0x12, 0x30, 0x45, 0x42, 0x25, 0x2e, 0x93, 0x00, 0x91, 0x6f, 0x7e, 0x8a,
0x40, 0x40, 0x7c, 0x84, 0x45, 0x41, 0x05, 0x28, 0x83, 0x40, 0x40, 0x42, 0xc3, 0xb2, 0x02, 0x30, 0x00, 0x30, 0x2b,
0x2f, 0xc0, 0x6f, 0x00, 0xb2, 0x00, 0x30, 0x27, 0x2f, 0x01, 0x2e, 0x98, 0x00, 0x00, 0x90, 0x00, 0x30, 0x05, 0x2f,
0xc2, 0x90, 0x03, 0x2f, 0xc0, 0x6f, 0x03, 0x90, 0x00, 0x30, 0x1c, 0x2f, 0x20, 0x6f, 0x83, 0x6f, 0x83, 0x0e, 0x00,
0x30, 0x17, 0x2f, 0x13, 0x6f, 0x50, 0x6f, 0x98, 0x0f, 0x00, 0x30, 0x12, 0x2f, 0xb0, 0x6f, 0x98, 0x0e, 0x00, 0x30,
0x0e, 0x2f, 0x03, 0x6f, 0x60, 0x6f, 0x98, 0x0f, 0x00, 0x30, 0x09, 0x2f, 0x30, 0x6f, 0x98, 0x0e, 0x00, 0x30, 0x05,
0x2f, 0x40, 0xb3, 0x00, 0x30, 0x02, 0x2f, 0x25, 0x2e, 0x90, 0x00, 0x10, 0x30, 0x41, 0x40, 0x45, 0xac, 0x01, 0x2f,
0x00, 0xb2, 0x04, 0x2f, 0xc5, 0x52, 0x42, 0x82, 0x25, 0x2e, 0x93, 0x00, 0x42, 0x42, 0x00, 0x2e, 0xeb, 0x6f, 0x00,
0x5f, 0xb8, 0x2e, 0x95, 0x50, 0x01, 0x30, 0xcb, 0x54, 0x11, 0x42, 0x42, 0x0e, 0xfc, 0x2f, 0x10, 0x30, 0xc0, 0x2e,
0x21, 0x2e, 0x90, 0x00, 0x30, 0x50, 0xf3, 0x7f, 0xc0, 0xac, 0xe4, 0x7f, 0xd5, 0x7f, 0x03, 0x2f, 0x00, 0x30, 0x82,
0x04, 0xf3, 0x6f, 0xc3, 0x06, 0x40, 0xad, 0x05, 0x2f, 0xe0, 0x6f, 0x05, 0x30, 0x28, 0x04, 0xd1, 0x6f, 0x69, 0x07,
0xe0, 0x7f, 0x40, 0xa1, 0x01, 0x30, 0x20, 0x2f, 0x13, 0x25, 0x02, 0x25, 0x04, 0x32, 0x06, 0x30, 0x02, 0x30, 0x03,
0x30, 0xaf, 0xbb, 0xb1, 0xbd, 0xdf, 0x0a, 0x9f, 0xbb, 0x21, 0xbd, 0x97, 0x0a, 0x8f, 0xbb, 0x91, 0xbc, 0x01, 0xbc,
0x4f, 0x0a, 0x6b, 0x0e, 0x04, 0x2f, 0x6b, 0x1a, 0x07, 0x2f, 0xe7, 0x6f, 0x7a, 0x0f, 0x04, 0x2f, 0xe7, 0x6f, 0x97,
0x04, 0x17, 0x30, 0x07, 0x0a, 0xdd, 0x06, 0x81, 0x8d, 0x34, 0x0e, 0xe6, 0x2f, 0x00, 0x2e, 0x0d, 0x2d, 0x6b, 0x0e,
0x00, 0x30, 0x05, 0x2f, 0x6b, 0x1a, 0x07, 0x2f, 0xe0, 0x6f, 0x42, 0x0f, 0x00, 0x30, 0x03, 0x2f, 0xe0, 0x6f, 0x90,
0x04, 0xdd, 0x06, 0x10, 0x30, 0xf5, 0x6f, 0xc3, 0x7f, 0xb2, 0x7f, 0x40, 0xad, 0x06, 0x2f, 0x03, 0x30, 0xb2, 0x6f,
0x9a, 0x04, 0xc4, 0x6f, 0xdc, 0x06, 0xb2, 0x7f, 0xc3, 0x7f, 0x00, 0x2e, 0xd2, 0x6f, 0xaa, 0x0c, 0x80, 0xac, 0x02,
0x30, 0x01, 0x2f, 0x10, 0x04, 0x51, 0x06, 0xd0, 0x5f, 0xb8, 0x2e, 0x00, 0x2e, 0x10, 0x24, 0xcc, 0x09, 0x11, 0x24,
0x00, 0x0c, 0x12, 0x24, 0x80, 0x2e, 0x13, 0x24, 0x18, 0x00, 0x12, 0x42, 0x13, 0x42, 0x41, 0x1a, 0xfb, 0x2f, 0x10,
0x24, 0x50, 0x39, 0x11, 0x24, 0x21, 0x2e, 0x21, 0x2e, 0x10, 0x00, 0x23, 0x2e, 0x11, 0x00, 0x80, 0x2e, 0x10, 0x00
};
/***************************************************************************/
/*! Static Function Declarations
****************************************************************************/
/*!
* @brief This API enables the features of sensor.
*
* @param[in] feature : Variable to specify the features which are to be set
* in the sensor.
* @param[in] len : Length for read and write
* @param[in] feature_config : Array address which stores the feature
* configuration data
* @param[in] dev : Structure instance of bma4_dev.
*
* @return Result of API execution status
* @retval 0 -> Success
* @retval < 0 -> Fail
*/
static int8_t feature_enable(uint8_t feature, uint8_t len, uint8_t *feature_config, struct bma4_dev *dev);
/*!
* @brief This API disables the features of sensor.
*
* @param[in] feature : Variable to specify the features which are to be unset
* in the sensor.
* @param[in] len : Length for read and write
* @param[in] feature_config : Array address which stores the feature
* configuration data
* @param[in] dev : Structure instance of bma4_dev.
*
* @return Result of API execution status
* @retval 0 -> Success
* @retval < 0 -> Fail
*/
static int8_t feature_disable(uint8_t feature, uint8_t len, uint8_t *feature_config, struct bma4_dev *dev);
/*!
* @brief This API update the settings of step counter into write array.
*
* @param[in] setting : Pointer to structure variable which stores the
* settings parameter1 to parameter25.
* @param[in] index : Value for array traversing.
* @param[out] feature_config : Pointer to store the settings
*
* @return none
*/
static void update_stepcounter_parameter(const struct bma456w_stepcounter_settings *setting,
uint8_t index,
uint8_t *feature_config);
/*!
* @brief This API copy the settings of step counter into the
* structure of bma456w_stepcounter_settings, which is read from sensor.
*
* @param[out] setting : Pointer to structure variable which stores the
* settings parameter1 to parameter25 read from sensor.
* @param[in] data_p : Pointer of array which stores the parameters.
*
* @return none
*/
static void extract_stepcounter_parameter(struct bma456w_stepcounter_settings *setting, const uint16_t *data_p);
/***************************************************************************/
/**\name Function definitions
****************************************************************************/
/*!
* @brief This API is the entry point.
* Call this API before using all other APIs.
* This API reads the chip-id of the sensor and sets the resolution.
*/
int8_t bma456w_init(struct bma4_dev *dev)
{
int8_t rslt;
/* Structure to define the default values for axes re-mapping */
struct bma4_axes_remap axes_remap = {
.x_axis = BMA4_MAP_X_AXIS, .x_axis_sign = BMA4_MAP_POSITIVE, .y_axis = BMA4_MAP_Y_AXIS,
.y_axis_sign = BMA4_MAP_POSITIVE, .z_axis = BMA4_MAP_Z_AXIS, .z_axis_sign = BMA4_MAP_POSITIVE
};
rslt = bma4_init(dev);
if (rslt == BMA4_OK)
{
if (dev->chip_id == BMA456W_CHIP_ID)
{
/* Resolution of BMA456 sensor is 16 bit */
dev->resolution = BMA4_16_BIT_RESOLUTION;
dev->feature_len = BMA456W_FEATURE_SIZE;
dev->config_size = sizeof(bma456w_config_file);
/* Set the default values for axis
* re-mapping in the device structure
*/
dev->remap = axes_remap;
}
else
{
rslt = BMA4_E_INVALID_SENSOR;
}
}
return rslt;
}
/*!
* @brief This API is used to upload the configuration file to enable the
* features of the sensor.
*/
int8_t bma456w_write_config_file(struct bma4_dev *dev)
{
int8_t rslt = BMA4_OK;
if (dev != NULL)
{
/* Configuration stream read/write length boundary
* check
*/
if ((dev->read_write_len >= BMA456W_RD_WR_MIN_LEN) && (dev->read_write_len <= BMA456W_RD_WR_MAX_LEN))
{
/* Even or odd check */
if ((dev->read_write_len % 2) != 0)
{
dev->read_write_len = dev->read_write_len - 1;
}
/* Assign stream data */
dev->config_file_ptr = bma456w_config_file;
rslt = bma4_write_config_file(dev);
}
else
{
rslt = BMA4_E_RD_WR_LENGTH_INVALID;
}
}
else
{
rslt = BMA4_E_NULL_PTR;
}
return rslt;
}
/*!
* @brief This API is used to get the configuration id of the sensor.
*/
int8_t bma456w_get_config_id(uint16_t *config_id, struct bma4_dev *dev)
{
uint8_t feature_config[BMA456W_FEATURE_SIZE] = { 0 };
uint8_t index = BMA456W_CONFIG_ID_OFFSET;
int8_t rslt = BMA4_OK;
uint16_t config_id_lsb = 0;
uint16_t config_id_msb = 0;
if (config_id != NULL)
{
rslt = bma4_read_regs(BMA4_FEATURE_CONFIG_ADDR, feature_config, BMA456W_FEATURE_SIZE, dev);
if (rslt == BMA4_OK)
{
config_id_lsb = (uint16_t)feature_config[index];
config_id_msb = ((uint16_t)feature_config[index + 1]) << 8;
*config_id = config_id_lsb | config_id_msb;
}
}
else
{
rslt = BMA4_E_NULL_PTR;
}
return rslt;
}
/*!
* @brief This API sets/un-sets the user provided interrupt to either interrupt
* pin1 or pin2 in the sensor.
*/
int8_t bma456w_map_interrupt(uint8_t int_line, uint16_t int_map, uint8_t enable, struct bma4_dev *dev)
{
int8_t rslt = BMA4_OK;
if (dev != NULL)
{
if (dev->chip_id == BMA456W_CHIP_ID)
{
if (int_line <= 1)
{
/* Map/Unmap the interrupt */
rslt = bma4_map_interrupt(int_line, int_map, enable, dev);
}
else
{
rslt = BMA4_E_INT_LINE_INVALID;
}
}
else
{
rslt = BMA4_E_INVALID_SENSOR;
}
}
else
{
rslt = BMA4_E_NULL_PTR;
}
return rslt;
}
/*!
* @brief This API reads the bma456w interrupt status from the sensor.
*/
int8_t bma456w_read_int_status(uint16_t *int_status, struct bma4_dev *dev)
{
int8_t rslt = BMA4_OK;
if (int_status != NULL)
{
/* Read the interrupt status */
rslt = bma4_read_int_status(int_status, dev);
}
else
{
rslt = BMA4_E_NULL_PTR;
}
return rslt;
}
/*!
* @brief This API enables/disables the features of the sensor.
*/
int8_t bma456w_feature_enable(uint8_t feature, uint8_t enable, struct bma4_dev *dev)
{
uint8_t feature_config[BMA456W_FEATURE_SIZE] = { 0 };
int8_t rslt;
uint8_t len = BMA456W_FEATURE_SIZE;
/* Read feature configuration data */
rslt = bma4_read_regs(BMA4_FEATURE_CONFIG_ADDR, feature_config, len, dev);
if (rslt == BMA4_OK)
{
if (enable == TRUE)
{
/* Enables the feature */
rslt = feature_enable(feature, len, feature_config, dev);
}
else
{
/* Disables the feature */
rslt = feature_disable(feature, len, feature_config, dev);
}
}
return rslt;
}
/*!
* @brief This API performs x, y and z axis remapping in the sensor.
*/
int8_t bma456w_set_remap_axes(const struct bma4_remap *remap_axes, struct bma4_dev *dev)
{
uint8_t feature_config[BMA456W_FEATURE_SIZE] = { 0 };
uint8_t index = BMA456W_AXES_REMAP_OFFSET;
int8_t rslt = BMA4_OK;
if (remap_axes != NULL)
{
rslt = bma4_set_remap_axes(remap_axes, feature_config, index, BMA456W_FEATURE_SIZE, dev);
}
else
{
rslt = BMA4_E_NULL_PTR;
}
return rslt;
}
/*!
* @brief This API reads the x, y and z axis remap data from the sensor.
*/
int8_t bma456w_get_remap_axes(struct bma4_remap *remap_axes, struct bma4_dev *dev)
{
uint8_t feature_config[BMA456W_FEATURE_SIZE] = { 0 };
uint8_t index = BMA456W_AXES_REMAP_OFFSET;
int8_t rslt = BMA4_OK;
if (remap_axes != NULL)
{
rslt = bma4_get_remap_axes(remap_axes, feature_config, index, BMA456W_FEATURE_SIZE, dev);
}
else
{
rslt = BMA4_E_NULL_PTR;
}
return rslt;
}
/*!
* @brief This API sets the configuration of any-motion feature in the sensor.
* This API enables/disables the any-motion feature according to the axis set.
*/
int8_t bma456w_set_any_mot_config(const struct bma456w_any_no_mot_config *any_mot, struct bma4_dev *dev)
{
/* Variable to define error */
int8_t rslt = BMA4_OK;
/* Initialize configuration file */
uint8_t feature_config[BMA456W_FEATURE_SIZE] = { 0 };
/* Update index to configure any-motion axes */
uint8_t index = BMA456W_ANY_MOT_OFFSET;
/* Variable to define LSB */
uint16_t lsb = 0;
/* Variable to define MSB */
uint16_t msb = 0;
/* Variable to define LSB and MSB */
uint16_t lsb_msb = 0;
if (any_mot != NULL)
{
/* Get any-motion configuration from the sensor */
rslt = bma4_read_regs(BMA4_FEATURE_CONFIG_ADDR, feature_config, BMA456W_ANY_MOT_LEN, dev);
if (rslt == BMA4_OK)
{
/* Set threshold value in feature configuration array */
feature_config[index++] = BMA4_GET_LSB(any_mot->threshold);
feature_config[index++] = BMA4_GET_MSB(any_mot->threshold);
/* Extract the word where duration and axes enable
* resides
*/
lsb = feature_config[index];
msb = feature_config[index + 1] << 8;
lsb_msb = lsb | msb;
/* Set the duration in the same word */
lsb_msb = BMA4_SET_BITS_POS_0(lsb_msb, BMA456W_ANY_NO_MOT_DUR, any_mot->duration);
/* Set the axes in the same word */
lsb_msb = BMA4_SET_BITSLICE(lsb_msb, BMA456W_ANY_NO_MOT_AXIS_EN, any_mot->axes_en);
/* Assign the word with set duration and axes enable
* value back to feature configuration array
*/
feature_config[index++] = BMA4_GET_LSB(lsb_msb);
feature_config[index] = BMA4_GET_MSB(lsb_msb);
/* Set any-motion configuration to the sensor */
rslt = bma4_write_regs(BMA4_FEATURE_CONFIG_ADDR, feature_config, BMA456W_ANY_MOT_LEN, dev);
}
}
else
{
rslt = BMA4_E_NULL_PTR;
}
return rslt;
}
/*!
* @brief This API gets the configuration of any-motion feature from the
* sensor.
*/
int8_t bma456w_get_any_mot_config(struct bma456w_any_no_mot_config *any_mot, struct bma4_dev *dev)
{
/* Variable to define error */
int8_t rslt = BMA4_OK;
/* Initialize configuration file */
uint8_t feature_config[BMA456W_FEATURE_SIZE] = { 0 };
/* Update index to configure any-motion axes */
uint8_t index = BMA456W_ANY_MOT_OFFSET;
/* Variable to define LSB */
uint16_t lsb = 0;
/* Variable to define MSB */
uint16_t msb = 0;
/* Variable to define LSB and MSB */
uint16_t lsb_msb = 0;
if (any_mot != NULL)
{
/* Get any-motion configuration from the sensor */
rslt = bma4_read_regs(BMA4_FEATURE_CONFIG_ADDR, feature_config, BMA456W_ANY_MOT_LEN, dev);
if (rslt == BMA4_OK)
{
/* Get word to calculate threshold and any-motion
* select
*/
lsb = (uint16_t)feature_config[index++];
msb = ((uint16_t)feature_config[index++] << 8);
lsb_msb = lsb | msb;
/* Extract threshold value */
any_mot->threshold = lsb_msb & BMA456W_ANY_NO_MOT_THRES_MSK;
/* Get word to calculate duration and axes enable */
lsb = (uint16_t)feature_config[index++];
msb = ((uint16_t)feature_config[index] << 8);
lsb_msb = lsb | msb;
/* Extract duration value */
any_mot->duration = lsb_msb & BMA456W_ANY_NO_MOT_DUR_MSK;
/* Extract axes enable value */
any_mot->axes_en = (uint8_t)((lsb_msb & BMA456W_ANY_NO_MOT_AXIS_EN_MSK) >> BMA456W_ANY_NO_MOT_AXIS_EN_POS);
}
}
else
{
rslt = BMA4_E_NULL_PTR;
}
return rslt;
}
/*!
* @brief This API sets the configuration of no-motion feature in the sensor.
* This API enables/disables the no-motion feature according to the axis set.
*/
int8_t bma456w_set_no_mot_config(const struct bma456w_any_no_mot_config *no_mot, struct bma4_dev *dev)
{
/* Variable to define error */
int8_t rslt = BMA4_OK;
/* Initialize configuration file */
uint8_t feature_config[BMA456W_FEATURE_SIZE] = { 0 };
/* Update index to configure no-motion axes */
uint8_t index = BMA456W_NO_MOT_OFFSET;
/* Variable to define LSB */
uint16_t lsb = 0;
/* Variable to define MSB */
uint16_t msb = 0;
/* Variable to define LSB and MSB */
uint16_t lsb_msb = 0;
if (no_mot != NULL)
{
/* Get no-motion configuration from the sensor */
rslt = bma4_read_regs(BMA4_FEATURE_CONFIG_ADDR, feature_config, BMA456W_NO_MOT_RD_WR_LEN, dev);
if (rslt == BMA4_OK)
{
/* Set threshold value in feature configuration array */
feature_config[index++] = BMA4_GET_LSB(no_mot->threshold);
feature_config[index++] = BMA4_GET_MSB(no_mot->threshold);
/* Extract the word where duration and axes enable
* resides
*/
lsb = feature_config[index];
msb = feature_config[index + 1] << 8;
lsb_msb = lsb | msb;
/* Set the duration in the same word */
lsb_msb = BMA4_SET_BITS_POS_0(lsb_msb, BMA456W_ANY_NO_MOT_DUR, no_mot->duration);
/* Set the axes in the same word */
lsb_msb = BMA4_SET_BITSLICE(lsb_msb, BMA456W_ANY_NO_MOT_AXIS_EN, no_mot->axes_en);
/* Assign the word with set duration and axes enable
* value back to feature configuration array
*/
feature_config[index++] = BMA4_GET_LSB(lsb_msb);
feature_config[index] = BMA4_GET_MSB(lsb_msb);
/* Set no-motion configuration to the sensor */
rslt = bma4_write_regs(BMA4_FEATURE_CONFIG_ADDR, feature_config, BMA456W_NO_MOT_RD_WR_LEN, dev);
}
}
else
{
rslt = BMA4_E_NULL_PTR;
}
return rslt;
}
/*!
* @brief This API gets the configuration of no-motion feature from the
* sensor.
*/
int8_t bma456w_get_no_mot_config(struct bma456w_any_no_mot_config *no_mot, struct bma4_dev *dev)
{
/* Variable to define error */
int8_t rslt = BMA4_OK;
/* Initialize configuration file */
uint8_t feature_config[BMA456W_FEATURE_SIZE] = { 0 };
/* Update index to configure no-motion axes */
uint8_t index = BMA456W_NO_MOT_OFFSET;
/* Variable to define LSB */
uint16_t lsb = 0;
/* Variable to define MSB */
uint16_t msb = 0;
/* Variable to define LSB and MSB */
uint16_t lsb_msb = 0;
if (no_mot != NULL)
{
/* Get no-motion configuration from the sensor */
rslt = bma4_read_regs(BMA4_FEATURE_CONFIG_ADDR, feature_config, BMA456W_NO_MOT_RD_WR_LEN, dev);
if (rslt == BMA4_OK)
{
/* Get word to calculate threshold and no-motion
* select
*/
lsb = (uint16_t)feature_config[index++];
msb = ((uint16_t)feature_config[index++] << 8);
lsb_msb = lsb | msb;
/* Extract threshold value */
no_mot->threshold = lsb_msb & BMA456W_ANY_NO_MOT_THRES_MSK;
/* Get word to calculate duration and axes enable */
lsb = (uint16_t)feature_config[index++];
msb = ((uint16_t)feature_config[index] << 8);
lsb_msb = lsb | msb;
/* Extract duration value */
no_mot->duration = lsb_msb & BMA456W_ANY_NO_MOT_DUR_MSK;
/* Extract axes enable value */
no_mot->axes_en = (uint8_t)((lsb_msb & BMA456W_ANY_NO_MOT_AXIS_EN_MSK) >> BMA456W_ANY_NO_MOT_AXIS_EN_POS);
}
}
else
{
rslt = BMA4_E_NULL_PTR;
}
return rslt;
}
/*!
* @brief This API enables or disables the step detector feature in the sensor.
*/
int8_t bma456w_step_detector_enable(uint8_t enable, struct bma4_dev *dev)
{
uint8_t feature_config[BMA456W_FEATURE_SIZE] = { 0 };
int8_t rslt;
/* Step detector enable bit position is 1 byte ahead of the base address */
uint8_t index = BMA456W_STEP_CNTR_OFFSET + 1;
rslt = bma4_read_regs(BMA4_FEATURE_CONFIG_ADDR, feature_config, BMA456W_FEATURE_SIZE, dev);
if (rslt == BMA4_OK)
{
feature_config[index] = BMA4_SET_BITSLICE(feature_config[index], BMA456W_STEP_DETECTOR_EN, enable);
rslt = bma4_write_regs(BMA4_FEATURE_CONFIG_ADDR, feature_config, BMA456W_FEATURE_SIZE, dev);
}
return rslt;
}
/*!
* @brief This API sets the water mark level for step counter interrupt in the
* sensor.
*/
int8_t bma456w_step_counter_set_watermark(uint16_t step_counter_wm, struct bma4_dev *dev)
{
uint8_t feature_config[BMA456W_FEATURE_SIZE] = { 0 };
uint8_t index = BMA456W_STEP_CNTR_OFFSET;
uint16_t wm_lsb = 0;
uint16_t wm_msb = 0;
int8_t rslt;
uint16_t data = 0;
rslt = bma4_read_regs(BMA4_FEATURE_CONFIG_ADDR, feature_config, BMA456W_FEATURE_SIZE, dev);
if (rslt == BMA4_OK)
{
wm_lsb = feature_config[index];
wm_msb = feature_config[index + 1] << 8;
data = wm_lsb | wm_msb;
/* Sets only water mark bits in the complete
* 16 bits of data
*/
data = BMA4_SET_BITS_POS_0(data, BMA456W_STEP_CNTR_WM, step_counter_wm);
/* Splits 16 bits of data to individual
* 8 bits data
*/
feature_config[index] = BMA4_GET_LSB(data);
feature_config[index + 1] = BMA4_GET_MSB(data);
/* Writes step counter water mark settings
* in the sensor
*/
rslt = bma4_write_regs(BMA4_FEATURE_CONFIG_ADDR, feature_config, BMA456W_FEATURE_SIZE, dev);
}
return rslt;
}
/*!
* @brief This API gets the water mark level set for step counter interrupt
* in the sensor.
*/
int8_t bma456w_step_counter_get_watermark(uint16_t *step_counter_wm, struct bma4_dev *dev)
{
uint8_t feature_config[BMA456W_FEATURE_SIZE] = { 0 };
uint8_t index = BMA456W_STEP_CNTR_OFFSET;
uint16_t wm_lsb = 0;
uint16_t wm_msb = 0;
int8_t rslt = BMA4_OK;
uint16_t data = 0;
if (step_counter_wm != NULL)
{
rslt = bma4_read_regs(BMA4_FEATURE_CONFIG_ADDR, feature_config, BMA456W_FEATURE_SIZE, dev);
if (rslt == BMA4_OK)
{
wm_lsb = feature_config[index];
wm_msb = feature_config[index + 1] << 8;
data = wm_lsb | wm_msb;
*step_counter_wm = BMA4_GET_BITS_POS_0(data, BMA456W_STEP_CNTR_WM);
}
}
else
{
rslt = BMA4_E_NULL_PTR;
}
return rslt;
}
/*!
* @brief This API resets the counted steps of step counter.
*/
int8_t bma456w_reset_step_counter(struct bma4_dev *dev)
{
uint8_t feature_config[BMA456W_FEATURE_SIZE] = { 0 };
/* Reset bit is 1 byte ahead of base address */
uint8_t index = BMA456W_STEP_CNTR_OFFSET + 1;
int8_t rslt;
rslt = bma4_read_regs(BMA4_FEATURE_CONFIG_ADDR, feature_config, BMA456W_FEATURE_SIZE, dev);
if (rslt == BMA4_OK)
{
feature_config[index] = BMA4_SET_BITSLICE(feature_config[index], BMA456W_STEP_CNTR_RST, 1);
rslt = bma4_write_regs(BMA4_FEATURE_CONFIG_ADDR, feature_config, BMA456W_FEATURE_SIZE, dev);
}
return rslt;
}
/*!
* @brief This API gets the number of counted steps of the step counter
* feature from the sensor.
*/
int8_t bma456w_step_counter_output(uint32_t *step_count, struct bma4_dev *dev)
{
uint8_t data[BMA456W_STEP_CNTR_DATA_SIZE] = { 0 };
int8_t rslt = BMA4_OK;
uint32_t step_count_0 = 0;
uint32_t step_count_1 = 0;
uint32_t step_count_2 = 0;
uint32_t step_count_3 = 0;
if (step_count != NULL)
{
/* Reads the step counter output data from the
* gpio register
*/
rslt = bma4_read_regs(BMA4_STEP_CNT_OUT_0_ADDR, data, BMA456W_STEP_CNTR_DATA_SIZE, dev);
if (rslt == BMA4_OK)
{
step_count_0 = (uint32_t)data[0];
step_count_1 = (uint32_t)data[1] << 8;
step_count_2 = (uint32_t)data[2] << 16;
step_count_3 = (uint32_t)data[3] << 24;
*step_count = step_count_0 | step_count_1 | step_count_2 | step_count_3;
}
}
else
{
rslt = BMA4_E_NULL_PTR;
}
return rslt;
}
/*!
* @brief This API gets the output for activity feature.
*/
int8_t bma456w_activity_output(uint8_t *activity, struct bma4_dev *dev)
{
uint8_t data = 0;
int8_t rslt = BMA4_OK;
if (activity != NULL)
{
/* Reads the activity output from the gpio register */
rslt = bma4_read_regs(BMA4_ACTIVITY_OUT_ADDR, &data, 1, dev);
if (rslt == BMA4_OK)
{
*activity = data;
}
}
else
{
rslt = BMA4_E_NULL_PTR;
}
return rslt;
}
/*!
* @brief This API gets the parameter1 to parameter7 settings of the step
* counter feature.
*/
int8_t bma456w_stepcounter_get_parameter(struct bma456w_stepcounter_settings *setting, struct bma4_dev *dev)
{
uint8_t feature_config[BMA456W_FEATURE_SIZE] = { 0 };
uint16_t *data_p = (uint16_t *)(void *)feature_config;
int8_t rslt = BMA4_OK;
if (setting != NULL)
{
rslt = bma4_read_regs(BMA4_FEATURE_CONFIG_ADDR, feature_config, BMA456W_FEATURE_SIZE, dev);
if (rslt == BMA4_OK)
{
/* To convert 8bit to 16 bit address */
data_p = data_p + BMA456W_STEP_CNTR_PARAM_OFFSET / 2;
extract_stepcounter_parameter(setting, data_p);
}
}
else
{
rslt = BMA4_E_NULL_PTR;
}
return rslt;
}
/*!
* @brief This API sets the parameter1 to parameter7 settings of the step
* counter feature in the sensor.
*/
int8_t bma456w_stepcounter_set_parameter(const struct bma456w_stepcounter_settings *setting, struct bma4_dev *dev)
{
uint8_t feature_config[BMA456W_FEATURE_SIZE] = { 0 };
uint8_t index = BMA456W_STEP_CNTR_PARAM_OFFSET;
int8_t rslt = BMA4_OK;
if (setting != NULL)
{
rslt = bma4_read_regs(BMA4_FEATURE_CONFIG_ADDR, feature_config, BMA456W_FEATURE_SIZE, dev);
if (rslt == BMA4_OK)
{
update_stepcounter_parameter(setting, index, feature_config);
/* Writes step counter parameter settings
* in the sensor
*/
rslt = bma4_write_regs(BMA4_FEATURE_CONFIG_ADDR, feature_config, BMA456W_FEATURE_SIZE, dev);
}
}
else
{
rslt = BMA4_E_NULL_PTR;
}
return rslt;
}
/*!
* @brief This API sets the wrist wear wakeup settings
*/
int8_t bma456w_set_wrist_wear_wakeup_param_config(const struct bma456w_wrist_wear_wakeup_params *setting,
struct bma4_dev *dev)
{
/* Variable to define error */
int8_t rslt = BMA4_OK;
/* Initialize configuration file */
uint8_t feature_config[BMA456W_FEATURE_SIZE] = { 0 };
/* Update index to configure wrist wear wakeup */
uint8_t index = BMA456W_WRIST_WEAR_WAKEUP_PARAM_OFFSET;
/* Variable to define LSB */
uint16_t lsb = 0;
/* Variable to define MSB */
uint16_t msb = 0;
/* Variable to define LSB and MSB */
uint16_t lsb_msb = 0;
if (setting != NULL)
{
/* Get wrist wear wake up configuration from the sensor */
rslt = bma4_read_regs(BMA4_FEATURE_CONFIG_ADDR, feature_config, BMA456W_FEATURE_SIZE, dev);
if (rslt == BMA4_OK)
{
/* Set minimum angle focus value in feature configuration array */
feature_config[index++] = BMA4_GET_LSB(setting->min_angle_focus);
feature_config[index++] = BMA4_GET_MSB(setting->min_angle_focus);
/* Set minimum angle non focus value in feature configuration array */
feature_config[index++] = BMA4_GET_LSB(setting->min_angle_non_focus);
feature_config[index++] = BMA4_GET_MSB(setting->min_angle_non_focus);
/* Extract the word where angle landscape right and angle landscape left
* resides
*/
lsb = feature_config[index];
msb = feature_config[index + 1] << 8;
lsb_msb = lsb | msb;
/* Set the angle landscape right in the same word */
lsb_msb = BMA4_SET_BITS_POS_0(lsb_msb,
BMA456W_WRIST_WEAR_WAKEUP_ANG_LSCAPE_RHT,
setting->angle_landscape_right);
/* Set the angle landscape left in the same word */
lsb_msb = BMA4_SET_BITSLICE(lsb_msb,
BMA456W_WRIST_WEAR_WAKEUP_ANG_LSCAPE_LEFT,
setting->angle_landscape_left);
/* Assign the word with set angle landscape right and left
* value back to feature configuration array
*/
feature_config[index++] = BMA4_GET_LSB(lsb_msb);
feature_config[index++] = BMA4_GET_MSB(lsb_msb);
/* Extract the word where angle portrait down and angle portrait up
* resides
*/
lsb = feature_config[index];
msb = feature_config[index + 1] << 8;
lsb_msb = lsb | msb;
/* Set the portrait down in the same word */
lsb_msb = BMA4_SET_BITS_POS_0(lsb_msb,
BMA456W_WRIST_WEAR_WAKEUP_ANG_PORTRAIT_DOWN,
setting->angle_portrait_down);
/* Set the portrait up in the same word */
lsb_msb = BMA4_SET_BITSLICE(lsb_msb, BMA456W_WRIST_WEAR_WAKEUP_ANG_PORTRAIT_UP, setting->angle_portrait_up);
/* Assign the word with set portrait down and portrait up
* value back to feature configuration array
*/
feature_config[index++] = BMA4_GET_LSB(lsb_msb);
feature_config[index++] = BMA4_GET_MSB(lsb_msb);
/* Extract the word where minimum duration moved and minimum duration quite
* resides
*/
lsb = feature_config[index];
msb = feature_config[index + 1] << 8;
lsb_msb = lsb | msb;
/* Set the minimum duration moved in the same word */
lsb_msb = BMA4_SET_BITS_POS_0(lsb_msb, BMA456W_WRIST_WEAR_WAKEUP_MIN_DUR_MOVED, setting->min_dur_moved);
/* Set the minimum duration quite in the same word */
lsb_msb = BMA4_SET_BITSLICE(lsb_msb, BMA456W_WRIST_WEAR_WAKEUP_MIN_DUR_QUITE, setting->min_dur_quite);
/* Assign the word with set minimum duration moved and minimum duration quite
* value back to feature configuration array
*/
feature_config[index++] = BMA4_GET_LSB(lsb_msb);
feature_config[index] = BMA4_GET_MSB(lsb_msb);
/* Set wrist wear wakeup configuration to the sensor */
rslt = bma4_write_regs(BMA4_FEATURE_CONFIG_ADDR, feature_config, BMA456W_FEATURE_SIZE, dev);
}
}
else
{
rslt = BMA4_E_NULL_PTR;
}
return rslt;
}
/*!
* @brief This API gets the wrist wear wakeup settings
*/
int8_t bma456w_get_wrist_wear_wakeup_param_config(struct bma456w_wrist_wear_wakeup_params *setting,
struct bma4_dev *dev)
{
/* Variable to define error */
int8_t rslt = BMA4_OK;
/* Initialize configuration file */
uint8_t feature_config[BMA456W_FEATURE_SIZE] = { 0 };
/* Update index to configure wrist wear wakeup */
uint8_t index = BMA456W_WRIST_WEAR_WAKEUP_PARAM_OFFSET;
/* Variable to define LSB */
uint16_t lsb = 0;
/* Variable to define MSB */
uint16_t msb = 0;
/* Variable to define LSB and MSB */
uint16_t lsb_msb = 0;
if (setting != NULL)
{
/* Get wrist wear wakeup configuration from the sensor */
rslt = bma4_read_regs(BMA4_FEATURE_CONFIG_ADDR, feature_config, BMA456W_FEATURE_SIZE, dev);
if (rslt == BMA4_OK)
{
/* Get minimum angle focus value in feature configuration array */
lsb = (uint16_t)feature_config[index++];
msb = ((uint16_t)feature_config[index++] << 8);
lsb_msb = lsb | msb;
/* Extract minimum angle focus value */
setting->min_angle_focus = lsb_msb & BMA456W_WRIST_WEAR_WAKEUP_MIN_ANG_FOCUS_MSK;
/* Get minimum angle non focus value in feature configuration array */
lsb = (uint16_t)feature_config[index++];
msb = ((uint16_t)feature_config[index++] << 8);
lsb_msb = lsb | msb;
/* Extract minimum angle non focus value */
setting->min_angle_non_focus = lsb_msb & BMA456W_WRIST_WEAR_WAKEUP_MIN_ANG_NON_FOCUS_MSK;
/* Get landscape right and landscape left in feature configuration array */
lsb = (uint16_t)feature_config[index++];
msb = ((uint16_t)feature_config[index++] << 8);
lsb_msb = lsb | msb;
/* Extract landscape right value */
setting->angle_landscape_right = lsb_msb & BMA456W_WRIST_WEAR_WAKEUP_ANG_LSCAPE_RHT_MSK;
/* Extract landscape left value */
setting->angle_landscape_left = (lsb_msb & BMA456W_WRIST_WEAR_WAKEUP_ANG_LSCAPE_LEFT_MSK) >>
BMA456W_WRIST_WEAR_WAKEUP_ANG_LSCAPE_LEFT_POS;
/* Get portrait down and portrait up value in feature configuration array */
lsb = (uint16_t)feature_config[index++];
msb = ((uint16_t)feature_config[index++] << 8);
lsb_msb = lsb | msb;
/* Extract portrait down value */
setting->angle_portrait_down = lsb_msb & BMA456W_WRIST_WEAR_WAKEUP_ANG_PORTRAIT_DOWN_MSK;
/* Extract portrait up value */
setting->angle_portrait_up = (lsb_msb & BMA456W_WRIST_WEAR_WAKEUP_ANG_PORTRAIT_UP_MSK) >>
BMA456W_WRIST_WEAR_WAKEUP_ANG_PORTRAIT_UP_POS;
/* Get min duration moved and min durtion quite value in feature configuration array */
lsb = (uint16_t)feature_config[index++];
msb = ((uint16_t)feature_config[index++] << 8);
lsb_msb = lsb | msb;
/* Extract min duration moved value */
setting->min_dur_moved = lsb_msb & BMA456W_WRIST_WEAR_WAKEUP_MIN_DUR_MOVED_MSK;
/* Extract min duration quite value */
setting->min_dur_quite = (lsb_msb & BMA456W_WRIST_WEAR_WAKEUP_MIN_DUR_QUITE_MSK) >>
BMA456W_WRIST_WEAR_WAKEUP_MIN_DUR_QUITE_POS;
}
}
else
{
rslt = BMA4_E_NULL_PTR;
}
return rslt;
}
/*! @cond DOXYGEN_SUPRESS */
/* Suppressing doxygen warnings triggered for same static function names present across various sensor variant
* directories */
/*!
* @brief This API enables the features of the sensor.
*/
static int8_t feature_enable(uint8_t feature, uint8_t len, uint8_t *feature_config, struct bma4_dev *dev)
{
uint8_t index = 0;
int8_t rslt;
/* Enable step counter */
if ((feature & BMA456W_STEP_CNTR) > 0)
{
index = BMA456W_STEP_CNTR_OFFSET + 1;
feature_config[index] = feature_config[index] | BMA456W_STEP_CNTR_EN_MSK;
}
/* Enable step activity */
if ((feature & BMA456W_STEP_ACT) > 0)
{
index = BMA456W_STEP_CNTR_OFFSET + 1;
feature_config[index] = feature_config[index] | BMA456W_STEP_ACT_EN_MSK;
}
/* Enable wrist wear wakeup */
if ((feature & BMA456W_WRIST_WEAR_WAKEUP) > 0)
{
index = BMA456W_WRIST_WEAR_WAKEUP_OFFSET;
feature_config[index] = feature_config[index] | BMA456W_WRIST_WEAR_WAKEUP_EN_MSK;
}
/* Write the feature enable settings in the sensor */
rslt = bma4_write_regs(BMA4_FEATURE_CONFIG_ADDR, feature_config, len, dev);
return rslt;
}
/*!
* @brief This API disables the features of the sensor.
*/
static int8_t feature_disable(uint8_t feature, uint8_t len, uint8_t *feature_config, struct bma4_dev *dev)
{
uint8_t index = 0;
int8_t rslt;
/* Disable step counter */
if ((feature & BMA456W_STEP_CNTR) > 0)
{
index = BMA456W_STEP_CNTR_OFFSET + 1;
feature_config[index] = feature_config[index] & (~BMA456W_STEP_CNTR_EN_MSK);
}
/* Disable step activity */
if ((feature & BMA456W_STEP_ACT) > 0)
{
index = BMA456W_STEP_CNTR_OFFSET + 1;
feature_config[index] = feature_config[index] & (~BMA456W_STEP_ACT_EN_MSK);
}
/* Disable wrist wear wakeup */
if ((feature & BMA456W_WRIST_WEAR_WAKEUP) > 0)
{
index = BMA456W_WRIST_WEAR_WAKEUP_OFFSET;
feature_config[index] = feature_config[index] & (~BMA456W_WRIST_WEAR_WAKEUP_EN_MSK);
}
/* Write the configured settings in the sensor */
rslt = bma4_write_regs(BMA4_FEATURE_CONFIG_ADDR, feature_config, len, dev);
return rslt;
}
/*!
* @brief This API update the settings of step counter.
*/
static void update_stepcounter_parameter(const struct bma456w_stepcounter_settings *setting,
uint8_t index,
uint8_t *feature_config)
{
feature_config[index++] = BMA4_GET_LSB(setting->param1);
feature_config[index++] = BMA4_GET_MSB(setting->param1);
feature_config[index++] = BMA4_GET_LSB(setting->param2);
feature_config[index++] = BMA4_GET_MSB(setting->param2);
feature_config[index++] = BMA4_GET_LSB(setting->param3);
feature_config[index++] = BMA4_GET_MSB(setting->param3);
feature_config[index++] = BMA4_GET_LSB(setting->param4);
feature_config[index++] = BMA4_GET_MSB(setting->param4);
feature_config[index++] = BMA4_GET_LSB(setting->param5);
feature_config[index++] = BMA4_GET_MSB(setting->param5);
feature_config[index++] = BMA4_GET_LSB(setting->param6);
feature_config[index++] = BMA4_GET_MSB(setting->param6);
feature_config[index++] = BMA4_GET_LSB(setting->param7);
feature_config[index++] = BMA4_GET_MSB(setting->param7);
feature_config[index++] = BMA4_GET_LSB(setting->param8);
feature_config[index++] = BMA4_GET_MSB(setting->param8);
feature_config[index++] = BMA4_GET_LSB(setting->param9);
feature_config[index++] = BMA4_GET_MSB(setting->param9);
feature_config[index++] = BMA4_GET_LSB(setting->param10);
feature_config[index++] = BMA4_GET_MSB(setting->param10);
feature_config[index++] = BMA4_GET_LSB(setting->param11);
feature_config[index++] = BMA4_GET_MSB(setting->param11);
feature_config[index++] = BMA4_GET_LSB(setting->param12);
feature_config[index++] = BMA4_GET_MSB(setting->param12);
feature_config[index++] = BMA4_GET_LSB(setting->param13);
feature_config[index++] = BMA4_GET_MSB(setting->param13);
feature_config[index++] = BMA4_GET_LSB(setting->param14);
feature_config[index++] = BMA4_GET_MSB(setting->param14);
feature_config[index++] = BMA4_GET_LSB(setting->param15);
feature_config[index++] = BMA4_GET_MSB(setting->param15);
feature_config[index++] = BMA4_GET_LSB(setting->param16);
feature_config[index++] = BMA4_GET_MSB(setting->param16);
feature_config[index++] = BMA4_GET_LSB(setting->param17);
feature_config[index++] = BMA4_GET_MSB(setting->param17);
feature_config[index++] = BMA4_GET_LSB(setting->param18);
feature_config[index++] = BMA4_GET_MSB(setting->param18);
feature_config[index++] = BMA4_GET_LSB(setting->param19);
feature_config[index++] = BMA4_GET_MSB(setting->param19);
feature_config[index++] = BMA4_GET_LSB(setting->param20);
feature_config[index++] = BMA4_GET_MSB(setting->param20);
feature_config[index++] = BMA4_GET_LSB(setting->param21);
feature_config[index++] = BMA4_GET_MSB(setting->param21);
feature_config[index++] = BMA4_GET_LSB(setting->param22);
feature_config[index++] = BMA4_GET_MSB(setting->param22);
feature_config[index++] = BMA4_GET_LSB(setting->param23);
feature_config[index++] = BMA4_GET_MSB(setting->param23);
feature_config[index++] = BMA4_GET_LSB(setting->param24);
feature_config[index++] = BMA4_GET_MSB(setting->param24);
feature_config[index++] = BMA4_GET_LSB(setting->param25);
feature_config[index] = BMA4_GET_MSB(setting->param25);
}
/*!
* @brief This API copy the settings of step counter into the structure of
* bma456w_stepcounter_settings, which is read from sensor.
*/
static void extract_stepcounter_parameter(struct bma456w_stepcounter_settings *setting, const uint16_t *data_p)
{
setting->param1 = *(data_p++);
setting->param2 = *(data_p++);
setting->param3 = *(data_p++);
setting->param4 = *(data_p++);
setting->param5 = *(data_p++);
setting->param6 = *(data_p++);
setting->param7 = *(data_p++);
setting->param8 = *(data_p++);
setting->param9 = *(data_p++);
setting->param10 = *(data_p++);
setting->param11 = *(data_p++);
setting->param12 = *(data_p++);
setting->param13 = *(data_p++);
setting->param14 = *(data_p++);
setting->param15 = *(data_p++);
setting->param16 = *(data_p++);
setting->param17 = *(data_p++);
setting->param18 = *(data_p++);
setting->param19 = *(data_p++);
setting->param20 = *(data_p++);
setting->param21 = *(data_p++);
setting->param22 = *(data_p++);
setting->param23 = *(data_p++);
setting->param24 = *(data_p++);
setting->param25 = *data_p;
}
/*!
* @brief This API is used to get the config file major and minor information.
*/
int8_t bma456w_get_version_config(uint16_t *config_major, uint16_t *config_minor, struct bma4_dev *dev)
{
/* Initialize configuration file */
uint8_t feature_config[BMA456W_FEATURE_SIZE] = { 0 };
/* Update index to config file version */
uint8_t index = BMA456W_CONFIG_ID_START_ADDR;
/* Variable to define LSB */
uint8_t lsb = 0;
/* Variable to define MSB */
uint8_t msb = 0;
/* Variable to define LSB and MSB */
uint16_t lsb_msb = 0;
/* Result of api are returned to this variable */
int8_t rslt = BMA4_OK;
if ((config_major != NULL) && (config_minor != NULL))
{
rslt = bma4_set_advance_power_save(BMA4_DISABLE, dev);
if (rslt == BMA4_OK)
{
/* Wait for sensor time synchronization. Refer the data-sheet for
* more information
*/
dev->delay_us(450, dev->intf_ptr);
/* Get config file identification from the sensor */
rslt = bma4_read_regs(BMA4_FEATURE_CONFIG_ADDR, feature_config, BMA456W_FEATURE_SIZE, dev);
if (rslt == BMA4_OK)
{
/* Get word to calculate config file identification */
lsb = feature_config[index++];
msb = feature_config[index++];
lsb_msb = (uint16_t)(msb << 8 | lsb);
/* Get major and minor version */
*config_major = BMA4_GET_BITSLICE(lsb_msb, BMA4_CONFIG_MAJOR);
*config_minor = BMA4_GET_BITS_POS_0(lsb, BMA4_CONFIG_MINOR);
}
}
}
else
{
rslt = BMA4_E_NULL_PTR;
}
return rslt;
}
/*! @endcond */