blob: bf033c818ba6303141c8e99642024844def55988 [file] [log] [blame]
/*
* Copyright (c) 2024 STMicroelectronics
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef ZEPHYR_INCLUDE_DT_BINDINGS_ST_STTS22H_H_
#define ZEPHYR_INCLUDE_DT_BINDINGS_ST_STTS22H_H_
/* Output Data Rates */
#define STTS22H_POWER_DOWN 0x00
#define STTS22H_ONE_SHOT 0x01
#define STTS22H_1Hz 0x04
#define STTS22H_25Hz 0x02
#define STTS22H_50Hz 0x12
#define STTS22H_100Hz 0x22
#define STTS22H_200Hz 0x32
#endif /* ZEPHYR_INCLUDE_DT_BINDINGS_ST_STTS22H_H_ */