L14-Click 1.0
STM32WLE5CC LoRaWAN Sensor Platform
Loading...
Searching...
No Matches
sens_processing_t Struct Reference

sensor definition - interface More...

Collaboration diagram for sens_processing_t:
[legend]

Data Fields

sens_GrpTiming_t GroupTiming
HAL_StatusTypeDef(* Init )(I2C_HandleTypeDef *hi2c)
int8_t(* Is )(I2C_HandleTypeDef *hi2c, int8_t tryInit)
HAL_StatusTypeDef(* On )(I2C_HandleTypeDef *hi2c)
HAL_StatusTypeDef(* Off )(I2C_HandleTypeDef *hi2c)
HAL_StatusTypeDef(* Read )(I2C_HandleTypeDef *hi2c)
int8_t(* Service )(I2C_HandleTypeDef *hi2c)
void(* LogData )(char *buf)
systemParams_Sensors_t Type
const char * Name

Detailed Description

sensor definition - interface

Definition at line 66 of file mysensors.c.

Field Documentation

◆ GroupTiming

sens_GrpTiming_t sens_processing_t::GroupTiming

Definition at line 68 of file mysensors.c.

◆ Init

HAL_StatusTypeDef(* sens_processing_t::Init) (I2C_HandleTypeDef *hi2c)

Definition at line 70 of file mysensors.c.

◆ Is

int8_t(* sens_processing_t::Is) (I2C_HandleTypeDef *hi2c, int8_t tryInit)

Definition at line 71 of file mysensors.c.

◆ LogData

void(* sens_processing_t::LogData) (char *buf)

Definition at line 76 of file mysensors.c.

◆ Name

const char* sens_processing_t::Name

Definition at line 78 of file mysensors.c.

◆ Off

HAL_StatusTypeDef(* sens_processing_t::Off) (I2C_HandleTypeDef *hi2c)

Definition at line 73 of file mysensors.c.

◆ On

HAL_StatusTypeDef(* sens_processing_t::On) (I2C_HandleTypeDef *hi2c)

Definition at line 72 of file mysensors.c.

◆ Read

HAL_StatusTypeDef(* sens_processing_t::Read) (I2C_HandleTypeDef *hi2c)

Definition at line 74 of file mysensors.c.

◆ Service

int8_t(* sens_processing_t::Service) (I2C_HandleTypeDef *hi2c)

Definition at line 75 of file mysensors.c.

◆ Type

systemParams_Sensors_t sens_processing_t::Type

Definition at line 77 of file mysensors.c.


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