|
L14-Click 1.0
STM32WLE5CC LoRaWAN Sensor Platform
|
sensor definition - interface More...
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 |
sensor definition - interface
Definition at line 66 of file mysensors.c.
| sens_GrpTiming_t sens_processing_t::GroupTiming |
Definition at line 68 of file mysensors.c.
| HAL_StatusTypeDef(* sens_processing_t::Init) (I2C_HandleTypeDef *hi2c) |
Definition at line 70 of file mysensors.c.
| int8_t(* sens_processing_t::Is) (I2C_HandleTypeDef *hi2c, int8_t tryInit) |
Definition at line 71 of file mysensors.c.
| void(* sens_processing_t::LogData) (char *buf) |
Definition at line 76 of file mysensors.c.
| const char* sens_processing_t::Name |
Definition at line 78 of file mysensors.c.
| HAL_StatusTypeDef(* sens_processing_t::Off) (I2C_HandleTypeDef *hi2c) |
Definition at line 73 of file mysensors.c.
| HAL_StatusTypeDef(* sens_processing_t::On) (I2C_HandleTypeDef *hi2c) |
Definition at line 72 of file mysensors.c.
| HAL_StatusTypeDef(* sens_processing_t::Read) (I2C_HandleTypeDef *hi2c) |
Definition at line 74 of file mysensors.c.
| int8_t(* sens_processing_t::Service) (I2C_HandleTypeDef *hi2c) |
Definition at line 75 of file mysensors.c.
| systemParams_Sensors_t sens_processing_t::Type |
Definition at line 77 of file mysensors.c.