Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of LSM303DLH by
Status_Reg_A_t Union Reference
[RegA]
Status_Reg_A structure definition. More...
#include <LSM303DLH_RegisterDef.h>
Data Fields | |
| uint8_t | byte |
| Value in byte. | |
| uint8_t | XDA:1 |
| X axis new data available. | |
| uint8_t | YDA:1 |
| Y axis new data available. | |
| uint8_t | ZDA:1 |
| Z axis new data available. | |
| uint8_t | ZYXDA:1 |
| X, Y, and Z axis new data available. | |
| uint8_t | XOR:1 |
| X axis data overrun. | |
| uint8_t | YOR:1 |
| Y axis data overrun. | |
| uint8_t | ZOR:1 |
| Z axis data overrun. | |
| uint8_t | ZYXOR:1 |
| X, Y, and Z axis data overrun. | |
Detailed Description
Status_Reg_A structure definition.
Definition at line 125 of file LSM303DLH_RegisterDef.h.
Field Documentation
| uint8_t byte |
Value in byte.
Definition at line 127 of file LSM303DLH_RegisterDef.h.
| uint8_t XDA |
X axis new data available.
Default value: 0.
Definition at line 130 of file LSM303DLH_RegisterDef.h.
| uint8_t XOR |
| uint8_t YDA |
Y axis new data available.
Default value: 0.
Definition at line 131 of file LSM303DLH_RegisterDef.h.
| uint8_t YOR |
| uint8_t ZDA |
Z axis new data available.
Default value: 0.
Definition at line 132 of file LSM303DLH_RegisterDef.h.
| uint8_t ZOR |
| uint8_t ZYXDA |
X, Y, and Z axis new data available.
Default value: 0.
Definition at line 133 of file LSM303DLH_RegisterDef.h.
| uint8_t ZYXOR |
X, Y, and Z axis data overrun.
Default value: 0.
Definition at line 137 of file LSM303DLH_RegisterDef.h.
Generated on Fri Jul 15 2022 14:50:37 by
1.7.2
