dlog_2ch_f.h
Go to the documentation of this file.
1 //#############################################################################
2 // $TI Release: $
3 // $Release Date: $
4 // $Copyright: $
5 //#############################################################################
6 
7 //----------------------------------------------------------------------------------
8 // FILE: dlog_2ch_f.h
9 //
10 // Description:header file for data logging module
11 //
12 // Version: 1.0
13 //
14 //----------------------------------------------------------------------------------
15 
16 #ifndef DLOG_2CH_F_H
17 #define DLOG_2CH_F_H
18 
19 #include "device.h"
20 
21 //*********** Structure Definition ********//
22 typedef struct{
29  int16_t status;
30  int16_t pre_scalar;
31  int16_t skip_count;
32  int16_t size;
33  int16_t count;
34 }DLOG_2CH_F;
35 
36 //*********** Function Declarations *******//
39 
40 #endif // DLOG_2CH_F_H
41 
42 // end of the file
DLOG_2CH_F::skip_count
int16_t skip_count
Definition: dlog_2ch_f.h:31
DLOG_2CH_F::count
int16_t count
Definition: dlog_2ch_f.h:33
float32_t
float float32_t
Definition: sfra_f32.h:42
DLOG_2CH_F::status
int16_t status
Definition: dlog_2ch_f.h:29
DLOG_2CH_F_FUNC
void DLOG_2CH_F_FUNC(DLOG_2CH_F *v)
DLOG_2CH_F::prev_value
float32_t prev_value
Definition: dlog_2ch_f.h:27
device.h
DLOG_2CH_F::output_ptr1
float32_t * output_ptr1
Definition: dlog_2ch_f.h:25
DLOG_2CH_F
Definition: dlog_2ch_f.h:22
DLOG_2CH_F::output_ptr2
float32_t * output_ptr2
Definition: dlog_2ch_f.h:26
DLOG_2CH_F::pre_scalar
int16_t pre_scalar
Definition: dlog_2ch_f.h:30
DLOG_2CH_F::size
int16_t size
Definition: dlog_2ch_f.h:32
DLOG_2CH_F_init
void DLOG_2CH_F_init(DLOG_2CH_F *v)
DLOG_2CH_F::input_ptr2
float32_t * input_ptr2
Definition: dlog_2ch_f.h:24
DLOG_2CH_F::trig_value
float32_t trig_value
Definition: dlog_2ch_f.h:28
DLOG_2CH_F::input_ptr1
float32_t * input_ptr1
Definition: dlog_2ch_f.h:23

Copyright 2023, Texas Instruments Incorporated