|
ICARUS OS (Intelligent Cooperative Architecture for Real-time Unified Systems) 0.1.0
Preemptive Real-Time Operating System for ARM Cortex-M7
|
#include <lsm9ds1_reg.h>
Data Fields | |
| uint8_t | xlda: 1 |
| uint8_t | gda: 1 |
| uint8_t | tda: 1 |
| uint8_t | boot_status: 1 |
| uint8_t | inact: 1 |
| uint8_t | ig_g: 1 |
| uint8_t | ig_xl: 1 |
| uint8_t | not_used_01: 1 |
Definition at line 383 of file lsm9ds1_reg.h.
| uint8_t lsm9ds1_status_reg_t::boot_status |
Definition at line 389 of file lsm9ds1_reg.h.
| uint8_t lsm9ds1_status_reg_t::gda |
Definition at line 387 of file lsm9ds1_reg.h.
Referenced by lsm9ds1_gy_flag_data_ready_get().
| uint8_t lsm9ds1_status_reg_t::ig_g |
Definition at line 391 of file lsm9ds1_reg.h.
| uint8_t lsm9ds1_status_reg_t::ig_xl |
Definition at line 392 of file lsm9ds1_reg.h.
| uint8_t lsm9ds1_status_reg_t::inact |
Definition at line 390 of file lsm9ds1_reg.h.
Referenced by lsm9ds1_act_src_get().
| uint8_t lsm9ds1_status_reg_t::not_used_01 |
Definition at line 393 of file lsm9ds1_reg.h.
| uint8_t lsm9ds1_status_reg_t::tda |
Definition at line 388 of file lsm9ds1_reg.h.
Referenced by lsm9ds1_temp_flag_data_ready_get().
| uint8_t lsm9ds1_status_reg_t::xlda |
Definition at line 386 of file lsm9ds1_reg.h.
Referenced by lsm9ds1_xl_flag_data_ready_get().