ICARUS OS (Intelligent Cooperative Architecture for Real-time Unified Systems) 0.1.0
Preemptive Real-Time Operating System for ARM Cortex-M7
Loading...
Searching...
No Matches
stmdev_ctx_t Struct Reference

#include <lsm9ds1_reg.h>

Data Fields

stmdev_write_ptr write_reg
 Component mandatory fields.
 
stmdev_read_ptr read_reg
 
stmdev_mdelay_ptr mdelay
 Component optional fields.
 
void * handle
 Customizable optional pointer.
 

Detailed Description

Definition at line 116 of file lsm9ds1_reg.h.

Field Documentation

◆ handle

void* stmdev_ctx_t::handle

Customizable optional pointer.

Definition at line 124 of file lsm9ds1_reg.h.

Referenced by lsm9ds1_read_reg(), and lsm9ds1_write_reg().

◆ mdelay

stmdev_mdelay_ptr stmdev_ctx_t::mdelay

Component optional fields.

Definition at line 122 of file lsm9ds1_reg.h.

◆ read_reg

stmdev_read_ptr stmdev_ctx_t::read_reg

Definition at line 120 of file lsm9ds1_reg.h.

Referenced by lsm9ds1_read_reg().

◆ write_reg

stmdev_write_ptr stmdev_ctx_t::write_reg

Component mandatory fields.

Definition at line 119 of file lsm9ds1_reg.h.

Referenced by lsm9ds1_write_reg().


The documentation for this struct was generated from the following file: