UpdatedEX: LIS302DL driver updated to v1.0.0

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9725 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
Rocco Marco Guglielmi 2016-07-27 21:07:08 +00:00
parent 293f9d708b
commit aad8c627a0
1 changed files with 1 additions and 1 deletions

View File

@ -120,12 +120,12 @@
* @{
*/
#define LIS302DL_CTRL_REG1_MASK 0xFF /**< LIS302DL_CTRL_REG1 mask */
#define LIS302DL_CTRL_REG1_FS_MASK 0x20 /**< Full scale field mask */
#define LIS302DL_CTRL_REG1_XEN (1 << 0) /**< X axis enable */
#define LIS302DL_CTRL_REG1_YEN (1 << 1) /**< Y axis enable */
#define LIS302DL_CTRL_REG1_ZEN (1 << 2) /**< Z axis enable */
#define LIS302DL_CTRL_REG1_STM (1 << 3) /**< Self test P-M */
#define LIS302DL_CTRL_REG1_STP (1 << 4) /**< Self test P-M */
#define LIS302DL_CTRL_REG1_FS_MASK 0x20 /**< Full scale field mask */
#define LIS302DL_CTRL_REG1_FS (1 << 5) /**< Full scale */
#define LIS302DL_CTRL_REG1_PD (1 << 6) /**< Power-down mode enable */
#define LIS302DL_CTRL_REG1_DR (1 << 7) /**< Output data rate */