![]() |
LibDriver SEN5X
|
sen5x basic driver modules More...
Data Structures | |
| struct | sen55_data_s |
| sen55 data structure definition More... | |
| struct | sen54_data_s |
| sen54 data structure definition More... | |
| struct | sen50_data_s |
| sen50 data structure definition More... | |
| struct | sen5x_pm_s |
| sen5x pm structure definition More... | |
| struct | sen5x_raw_s |
| sen5x raw structure definition More... | |
| struct | sen5x_handle_s |
| sen5x handle structure definition More... | |
| struct | sen5x_info_s |
| sen5x information structure definition More... | |
Typedefs | |
| typedef struct sen55_data_s | sen55_data_t |
| sen55 data structure definition | |
| typedef struct sen54_data_s | sen54_data_t |
| sen54 data structure definition | |
| typedef struct sen50_data_s | sen50_data_t |
| sen50 data structure definition | |
| typedef struct sen5x_pm_s | sen5x_pm_t |
| sen5x pm structure definition | |
| typedef struct sen5x_raw_s | sen5x_raw_t |
| sen5x raw structure definition | |
| typedef struct sen5x_handle_s | sen5x_handle_t |
| sen5x handle structure definition | |
| typedef struct sen5x_info_s | sen5x_info_t |
| sen5x information structure definition | |
Enumerations | |
| enum | sen5x_type_t { SEN50 = 0x00 , SEN54 = 0x01 , SEN55 = 0x02 } |
| sen5x type enumeration definition More... | |
| enum | sen5x_data_ready_flag_t { SEN5X_DATA_READY_FLAG_NOT_READY = 0x00 , SEN5X_DATA_READY_FLAG_AVAILABLE = 0x01 } |
| sen5x data ready flag enumeration definition More... | |
| enum | sen5x_status_t { SEN5X_STATUS_FAN_SPEED_ERROR = (1 << 21) , SEN5X_STATUS_FAN_CLEANING_ACTIVE = (1 << 19) , SEN5X_STATUS_GAS_ERROR = (1 << 7) , SEN5X_STATUS_RHT_ERROR = (1 << 6) , SEN5X_STATUS_LASER_ERROR = (1 << 5) , SEN5X_STATUS_FAN_ERROR = (1 << 4) } |
| sen5x status enumeration definition More... | |
| enum | sen5x_rht_acceleration_mode_t { SEN5X_RHT_ACCELERATION_LOW = 0 , SEN5X_RHT_ACCELERATION_HIGH = 1 , SEN5X_RHT_ACCELERATION_MEDIUM = 2 } |
| sen5x rht acceleration mode enumeration definition More... | |
Functions | |
| uint8_t | sen5x_info (sen5x_info_t *info) |
| get chip information | |
| uint8_t | sen5x_set_type (sen5x_handle_t *handle, sen5x_type_t type) |
| set the chip type | |
| uint8_t | sen5x_get_type (sen5x_handle_t *handle, sen5x_type_t *type) |
| get the chip type | |
| uint8_t | sen5x_init (sen5x_handle_t *handle) |
| initialize the chip | |
| uint8_t | sen5x_deinit (sen5x_handle_t *handle) |
| close the chip | |
| uint8_t | sen5x_start_measurement (sen5x_handle_t *handle) |
| start the measurement | |
| uint8_t | sen5x_start_measurement_without_pm (sen5x_handle_t *handle) |
| start the measurement without pm | |
| uint8_t | sen5x_stop_measurement (sen5x_handle_t *handle) |
| stop the measurement | |
| uint8_t | sen5x_read_data_flag (sen5x_handle_t *handle, sen5x_data_ready_flag_t *flag) |
| read the data flag | |
| uint8_t | sen55_read (sen5x_handle_t *handle, sen55_data_t *output) |
| read the result | |
| uint8_t | sen54_read (sen5x_handle_t *handle, sen54_data_t *output) |
| read the result | |
| uint8_t | sen50_read (sen5x_handle_t *handle, sen50_data_t *output) |
| read the result | |
| uint8_t | sen5x_read_pm_value (sen5x_handle_t *handle, sen5x_pm_t *pm) |
| read the pm value | |
| uint8_t | sen5x_read_raw_value (sen5x_handle_t *handle, sen5x_raw_t *raw) |
| read raw value | |
| uint8_t | sen5x_set_temperature_compensation (sen5x_handle_t *handle, int16_t temperature_offset, int16_t normalized_temperature_offset_slope, uint16_t time_constant) |
| set temperature compensation | |
| uint8_t | sen5x_get_temperature_compensation (sen5x_handle_t *handle, int16_t *temperature_offset, int16_t *normalized_temperature_offset_slope, uint16_t *time_constant) |
| get temperature compensation | |
| uint8_t | sen5x_temperature_compensation_convert_to_register (sen5x_handle_t *handle, float temperature_offset_degree, float normalized_temperature_offset_slope_factor, float time_constant_second, int16_t *temperature_offset_reg, int16_t *normalized_temperature_offset_slope_reg, uint16_t *time_constant_reg) |
| convert the temperature compensation to the register raw data | |
| uint8_t | sen5x_temperature_compensation_convert_to_data (sen5x_handle_t *handle, int16_t temperature_offset_reg, int16_t normalized_temperature_offset_slope_reg, uint16_t time_constant_reg, float *temperature_offset_degree, float *normalized_temperature_offset_slope_factor, float *time_constant_second) |
| convert the temperature compensation to the real data | |
| uint8_t | sen5x_set_warm_start (sen5x_handle_t *handle, uint16_t param) |
| set warm start | |
| uint8_t | sen5x_get_warm_start (sen5x_handle_t *handle, uint16_t *param) |
| get warm start | |
| uint8_t | sen5x_set_voc_algorithm_tuning (sen5x_handle_t *handle, int16_t index_offset, int16_t learning_time_offset_hour, int16_t learning_time_gain_hour, int16_t gating_max_duration_minute, int16_t std_initial, int16_t gain_factor) |
| set voc algorithm tuning | |
| uint8_t | sen5x_get_voc_algorithm_tuning (sen5x_handle_t *handle, int16_t *index_offset, int16_t *learning_time_offset_hour, int16_t *learning_time_gain_hour, int16_t *gating_max_duration_minute, int16_t *std_initial, int16_t *gain_factor) |
| get voc algorithm tuning | |
| uint8_t | sen5x_set_nox_algorithm_tuning (sen5x_handle_t *handle, int16_t index_offset, int16_t learning_time_offset_hour, int16_t learning_time_gain_hour, int16_t gating_max_duration_minute, int16_t std_initial, int16_t gain_factor) |
| set nox algorithm tuning | |
| uint8_t | sen5x_get_nox_algorithm_tuning (sen5x_handle_t *handle, int16_t *index_offset, int16_t *learning_time_offset_hour, int16_t *learning_time_gain_hour, int16_t *gating_max_duration_minute, int16_t *std_initial, int16_t *gain_factor) |
| get nox algorithm tuning | |
| uint8_t | sen5x_set_rht_acceleration_mode (sen5x_handle_t *handle, sen5x_rht_acceleration_mode_t mode) |
| set rht acceleration mode | |
| uint8_t | sen5x_get_rht_acceleration_mode (sen5x_handle_t *handle, sen5x_rht_acceleration_mode_t *mode) |
| get rht acceleration mode | |
| uint8_t | sen5x_set_voc_algorithm_state (sen5x_handle_t *handle, uint16_t state[4]) |
| set voc algorithm state | |
| uint8_t | sen5x_get_voc_algorithm_state (sen5x_handle_t *handle, uint16_t state[4]) |
| get voc algorithm state | |
| uint8_t | sen5x_start_fan_cleaning (sen5x_handle_t *handle) |
| start the fan cleaning | |
| uint8_t | sen5x_set_auto_cleaning_interval (sen5x_handle_t *handle, uint32_t second) |
| set the auto cleaning interval | |
| uint8_t | sen5x_get_auto_cleaning_interval (sen5x_handle_t *handle, uint32_t *second) |
| get the auto cleaning interval | |
| uint8_t | sen5x_disable_auto_cleaning_interval (sen5x_handle_t *handle) |
| disable the auto cleaning interval | |
| uint8_t | sen5x_get_product_name (sen5x_handle_t *handle, char name[32]) |
| get the product name | |
| uint8_t | sen5x_get_serial_number (sen5x_handle_t *handle, char sn[32]) |
| get the serial number | |
| uint8_t | sen5x_get_version (sen5x_handle_t *handle, uint8_t *version) |
| get the version | |
| uint8_t | sen5x_get_device_status (sen5x_handle_t *handle, uint32_t *status) |
| get the device status | |
| uint8_t | sen5x_clear_device_status (sen5x_handle_t *handle) |
| clear the device status | |
| uint8_t | sen5x_reset (sen5x_handle_t *handle) |
| reset the chip | |
sen5x basic driver modules
| typedef struct sen50_data_s sen50_data_t |
sen50 data structure definition
| typedef struct sen54_data_s sen54_data_t |
sen54 data structure definition
| typedef struct sen55_data_s sen55_data_t |
sen55 data structure definition
| typedef struct sen5x_handle_s sen5x_handle_t |
sen5x handle structure definition
| typedef struct sen5x_info_s sen5x_info_t |
sen5x information structure definition
| typedef struct sen5x_pm_s sen5x_pm_t |
sen5x pm structure definition
| typedef struct sen5x_raw_s sen5x_raw_t |
sen5x raw structure definition
sen5x data ready flag enumeration definition
| Enumerator | |
|---|---|
| SEN5X_DATA_READY_FLAG_NOT_READY | no new measurements available |
| SEN5X_DATA_READY_FLAG_AVAILABLE | new measurements ready to read |
Definition at line 73 of file driver_sen5x.h.
sen5x rht acceleration mode enumeration definition
| Enumerator | |
|---|---|
| SEN5X_RHT_ACCELERATION_LOW | low acceleration |
| SEN5X_RHT_ACCELERATION_HIGH | high acceleration |
| SEN5X_RHT_ACCELERATION_MEDIUM | medium acceleration |
Definition at line 95 of file driver_sen5x.h.
| enum sen5x_status_t |
sen5x status enumeration definition
Definition at line 82 of file driver_sen5x.h.
| enum sen5x_type_t |
sen5x type enumeration definition
| Enumerator | |
|---|---|
| SEN50 | sen50 |
| SEN54 | sen54 |
| SEN55 | sen55 |
Definition at line 63 of file driver_sen5x.h.
| uint8_t sen50_read | ( | sen5x_handle_t * | handle, |
| sen50_data_t * | output ) |
read the result
| [in] | *handle | pointer to a sen5x handle structure |
| [out] | *output | pointer to a data structure |
Definition at line 602 of file driver_sen5x.c.
| uint8_t sen54_read | ( | sen5x_handle_t * | handle, |
| sen54_data_t * | output ) |
read the result
| [in] | *handle | pointer to a sen5x handle structure |
| [out] | *output | pointer to a data structure |
Definition at line 478 of file driver_sen5x.c.
| uint8_t sen55_read | ( | sen5x_handle_t * | handle, |
| sen55_data_t * | output ) |
read the result
| [in] | *handle | pointer to a sen5x handle structure |
| [out] | *output | pointer to a data structure |
Definition at line 345 of file driver_sen5x.c.
| uint8_t sen5x_clear_device_status | ( | sen5x_handle_t * | handle | ) |
clear the device status
| [in] | *handle | pointer to a sen5x handle structure |
Definition at line 2167 of file driver_sen5x.c.
| uint8_t sen5x_deinit | ( | sen5x_handle_t * | handle | ) |
close the chip
| [in] | *handle | pointer to a sen5x handle structure |
Definition at line 2351 of file driver_sen5x.c.
| uint8_t sen5x_disable_auto_cleaning_interval | ( | sen5x_handle_t * | handle | ) |
disable the auto cleaning interval
| [in] | *handle | pointer to a sen5x handle structure |
Definition at line 1919 of file driver_sen5x.c.
| uint8_t sen5x_get_auto_cleaning_interval | ( | sen5x_handle_t * | handle, |
| uint32_t * | second ) |
get the auto cleaning interval
| [in] | *handle | pointer to a sen5x handle structure |
| [out] | *second | pointer to an interval buffer |
Definition at line 1868 of file driver_sen5x.c.
| uint8_t sen5x_get_device_status | ( | sen5x_handle_t * | handle, |
| uint32_t * | status ) |
get the device status
| [in] | *handle | pointer to a sen5x handle structure |
| [out] | *status | pointer to a status buffer |
Definition at line 2116 of file driver_sen5x.c.
| uint8_t sen5x_get_nox_algorithm_tuning | ( | sen5x_handle_t * | handle, |
| int16_t * | index_offset, | ||
| int16_t * | learning_time_offset_hour, | ||
| int16_t * | learning_time_gain_hour, | ||
| int16_t * | gating_max_duration_minute, | ||
| int16_t * | std_initial, | ||
| int16_t * | gain_factor ) |
get nox algorithm tuning
| [in] | *handle | pointer to a sen5x handle structure |
| [out] | *index_offset | pointer to an index offset buffer |
| [out] | *learning_time_offset_hour | pointer to a learning time offset hour buffer |
| [out] | *learning_time_gain_hour | pointer to a learning time gain hour buffer |
| [out] | *gating_max_duration_minute | pointer to a gating max duration minute buffer |
| [out] | *std_initial | pointer to a std initial buffer |
| [out] | *gain_factor | pointer to a gain factor buffer |
Definition at line 1502 of file driver_sen5x.c.
| uint8_t sen5x_get_product_name | ( | sen5x_handle_t * | handle, |
| char | name[32] ) |
get the product name
| [in] | *handle | pointer to a sen5x handle structure |
| [out] | *name | pointer to a product name buffer |
Definition at line 1964 of file driver_sen5x.c.
| uint8_t sen5x_get_rht_acceleration_mode | ( | sen5x_handle_t * | handle, |
| sen5x_rht_acceleration_mode_t * | mode ) |
get rht acceleration mode
| [in] | *handle | pointer to a sen5x handle structure |
| [out] | *mode | pointer to a rht acceleration mode buffer |
Definition at line 1626 of file driver_sen5x.c.
| uint8_t sen5x_get_serial_number | ( | sen5x_handle_t * | handle, |
| char | sn[32] ) |
get the serial number
| [in] | *handle | pointer to a sen5x handle structure |
| [out] | *sn | pointer to a serial number buffer |
Definition at line 2018 of file driver_sen5x.c.
| uint8_t sen5x_get_temperature_compensation | ( | sen5x_handle_t * | handle, |
| int16_t * | temperature_offset, | ||
| int16_t * | normalized_temperature_offset_slope, | ||
| uint16_t * | time_constant ) |
get temperature compensation
| [in] | *handle | pointer to a sen5x handle structure |
| [out] | *temperature_offset | pointer to a temperature offset buffer |
| [out] | *normalized_temperature_offset_slope | pointer to a normalized temperature offset slope buffer |
| [out] | *time_constant | pointer to a time constant buffer |
Definition at line 972 of file driver_sen5x.c.
| uint8_t sen5x_get_type | ( | sen5x_handle_t * | handle, |
| sen5x_type_t * | type ) |
get the chip type
| [in] | *handle | pointer to a sen5x handle structure |
| [out] | *type | pointer to a chip type buffer |
Definition at line 2255 of file driver_sen5x.c.
| uint8_t sen5x_get_version | ( | sen5x_handle_t * | handle, |
| uint8_t * | version ) |
get the version
| [in] | *handle | pointer to a sen5x handle structure |
| [out] | *version | pointer to a version buffer |
Definition at line 2072 of file driver_sen5x.c.
| uint8_t sen5x_get_voc_algorithm_state | ( | sen5x_handle_t * | handle, |
| uint16_t | state[4] ) |
get voc algorithm state
| [in] | *handle | pointer to a sen5x handle structure |
| [out] | *state | pointer to a state buffer |
Definition at line 1719 of file driver_sen5x.c.
| uint8_t sen5x_get_voc_algorithm_tuning | ( | sen5x_handle_t * | handle, |
| int16_t * | index_offset, | ||
| int16_t * | learning_time_offset_hour, | ||
| int16_t * | learning_time_gain_hour, | ||
| int16_t * | gating_max_duration_minute, | ||
| int16_t * | std_initial, | ||
| int16_t * | gain_factor ) |
get voc algorithm tuning
| [in] | *handle | pointer to a sen5x handle structure |
| [out] | *index_offset | pointer to an index offset buffer |
| [out] | *learning_time_offset_hour | pointer to a learning time offset hour buffer |
| [out] | *learning_time_gain_hour | pointer to a learning time gain hour buffer |
| [out] | *gating_max_duration_minute | pointer to a gating max duration minute buffer |
| [out] | *std_initial | pointer to a std initial buffer |
| [out] | *gain_factor | pointer to a gain factor buffer |
Definition at line 1306 of file driver_sen5x.c.
| uint8_t sen5x_get_warm_start | ( | sen5x_handle_t * | handle, |
| uint16_t * | param ) |
get warm start
| [in] | *handle | pointer to a sen5x handle structure |
| [out] | *param | pointer to a warm start param buffer |
Definition at line 1150 of file driver_sen5x.c.
| uint8_t sen5x_info | ( | sen5x_info_t * | info | ) |
get chip information
| [out] | *info | pointer to a sen5x info structure |
Definition at line 2445 of file driver_sen5x.c.
| uint8_t sen5x_init | ( | sen5x_handle_t * | handle | ) |
initialize the chip
| [in] | *handle | pointer to a sen5x handle structure |
Definition at line 2278 of file driver_sen5x.c.
| uint8_t sen5x_read_data_flag | ( | sen5x_handle_t * | handle, |
| sen5x_data_ready_flag_t * | flag ) |
read the data flag
| [in] | *handle | pointer to a sen5x handle structure |
| [out] | *flag | pointer to a data ready flag buffer |
Definition at line 300 of file driver_sen5x.c.
| uint8_t sen5x_read_pm_value | ( | sen5x_handle_t * | handle, |
| sen5x_pm_t * | pm ) |
read the pm value
| [in] | *handle | pointer to a sen5x handle structure |
| [out] | *pm | pointer to a sen5x pm structure |
Definition at line 698 of file driver_sen5x.c.
| uint8_t sen5x_read_raw_value | ( | sen5x_handle_t * | handle, |
| sen5x_raw_t * | raw ) |
read raw value
| [in] | *handle | pointer to a sen5x handle structure |
| [out] | *raw | pointer to a sen5x raw structure |
Definition at line 810 of file driver_sen5x.c.
| uint8_t sen5x_reset | ( | sen5x_handle_t * | handle | ) |
reset the chip
| [in] | *handle | pointer to a sen5x handle structure |
Definition at line 2201 of file driver_sen5x.c.
| uint8_t sen5x_set_auto_cleaning_interval | ( | sen5x_handle_t * | handle, |
| uint32_t | second ) |
set the auto cleaning interval
| [in] | *handle | pointer to a sen5x handle structure |
| [in] | second | interval |
Definition at line 1819 of file driver_sen5x.c.
| uint8_t sen5x_set_nox_algorithm_tuning | ( | sen5x_handle_t * | handle, |
| int16_t | index_offset, | ||
| int16_t | learning_time_offset_hour, | ||
| int16_t | learning_time_gain_hour, | ||
| int16_t | gating_max_duration_minute, | ||
| int16_t | std_initial, | ||
| int16_t | gain_factor ) |
set nox algorithm tuning
| [in] | *handle | pointer to a sen5x handle structure |
| [in] | index_offset | index offset |
| [in] | learning_time_offset_hour | learning time offset hour |
| [in] | learning_time_gain_hour | learning time gain hour |
| [in] | gating_max_duration_minute | gating max duration minute |
| [in] | std_initial | std initial |
| [in] | gain_factor | gain factor |
Definition at line 1401 of file driver_sen5x.c.
| uint8_t sen5x_set_rht_acceleration_mode | ( | sen5x_handle_t * | handle, |
| sen5x_rht_acceleration_mode_t | mode ) |
set rht acceleration mode
| [in] | *handle | pointer to a sen5x handle structure |
| [in] | mode | rht acceleration mode |
Definition at line 1586 of file driver_sen5x.c.
| uint8_t sen5x_set_temperature_compensation | ( | sen5x_handle_t * | handle, |
| int16_t | temperature_offset, | ||
| int16_t | normalized_temperature_offset_slope, | ||
| uint16_t | time_constant ) |
set temperature compensation
| [in] | *handle | pointer to a sen5x handle structure |
| [in] | temperature_offset | temperature offset |
| [in] | normalized_temperature_offset_slope | normalized temperature offset slope |
| [in] | time_constant | time constant |
Definition at line 922 of file driver_sen5x.c.
| uint8_t sen5x_set_type | ( | sen5x_handle_t * | handle, |
| sen5x_type_t | type ) |
set the chip type
| [in] | *handle | pointer to a sen5x handle structure |
| [in] | type | chip type |
Definition at line 2234 of file driver_sen5x.c.
| uint8_t sen5x_set_voc_algorithm_state | ( | sen5x_handle_t * | handle, |
| uint16_t | state[4] ) |
set voc algorithm state
| [in] | *handle | pointer to a sen5x handle structure |
| [in] | *state | pointer to a state buffer |
Definition at line 1670 of file driver_sen5x.c.
| uint8_t sen5x_set_voc_algorithm_tuning | ( | sen5x_handle_t * | handle, |
| int16_t | index_offset, | ||
| int16_t | learning_time_offset_hour, | ||
| int16_t | learning_time_gain_hour, | ||
| int16_t | gating_max_duration_minute, | ||
| int16_t | std_initial, | ||
| int16_t | gain_factor ) |
set voc algorithm tuning
| [in] | *handle | pointer to a sen5x handle structure |
| [in] | index_offset | index offset |
| [in] | learning_time_offset_hour | learning time offset hour |
| [in] | learning_time_gain_hour | learning time gain hour |
| [in] | gating_max_duration_minute | gating max duration minute |
| [in] | std_initial | std initial |
| [in] | gain_factor | gain factor |
Definition at line 1205 of file driver_sen5x.c.
| uint8_t sen5x_set_warm_start | ( | sen5x_handle_t * | handle, |
| uint16_t | param ) |
set warm start
| [in] | *handle | pointer to a sen5x handle structure |
| [in] | param | warm start param |
Definition at line 1110 of file driver_sen5x.c.
| uint8_t sen5x_start_fan_cleaning | ( | sen5x_handle_t * | handle | ) |
start the fan cleaning
| [in] | *handle | pointer to a sen5x handle structure |
Definition at line 1783 of file driver_sen5x.c.
| uint8_t sen5x_start_measurement | ( | sen5x_handle_t * | handle | ) |
start the measurement
| [in] | *handle | pointer to a sen5x handle structure |
Definition at line 189 of file driver_sen5x.c.
| uint8_t sen5x_start_measurement_without_pm | ( | sen5x_handle_t * | handle | ) |
start the measurement without pm
| [in] | *handle | pointer to a sen5x handle structure |
Definition at line 224 of file driver_sen5x.c.
| uint8_t sen5x_stop_measurement | ( | sen5x_handle_t * | handle | ) |
stop the measurement
| [in] | *handle | pointer to a sen5x handle structure |
Definition at line 265 of file driver_sen5x.c.
| uint8_t sen5x_temperature_compensation_convert_to_data | ( | sen5x_handle_t * | handle, |
| int16_t | temperature_offset_reg, | ||
| int16_t | normalized_temperature_offset_slope_reg, | ||
| uint16_t | time_constant_reg, | ||
| float * | temperature_offset_degree, | ||
| float * | normalized_temperature_offset_slope_factor, | ||
| float * | time_constant_second ) |
convert the temperature compensation to the real data
| [in] | *handle | pointer to a sen5x handle structure |
| [in] | temperature_offset_reg | temperature offset register raw data |
| [in] | normalized_temperature_offset_slope_reg | normalized temperature offset slope register raw data |
| [in] | time_constant_reg | time constant register raw data |
| [out] | *temperature_offset_degree | pointer to a temperature offset buffer |
| [out] | *normalized_temperature_offset_slope_factor | pointer to a normalized temperature offset slope buffer |
| [out] | *time_constant_second | pointer to a time constant buffer |
Definition at line 1075 of file driver_sen5x.c.
| uint8_t sen5x_temperature_compensation_convert_to_register | ( | sen5x_handle_t * | handle, |
| float | temperature_offset_degree, | ||
| float | normalized_temperature_offset_slope_factor, | ||
| float | time_constant_second, | ||
| int16_t * | temperature_offset_reg, | ||
| int16_t * | normalized_temperature_offset_slope_reg, | ||
| uint16_t * | time_constant_reg ) |
convert the temperature compensation to the register raw data
| [in] | *handle | pointer to a sen5x handle structure |
| [in] | temperature_offset_degree | temperature offset degree |
| [in] | normalized_temperature_offset_slope_factor | normalized temperature offset slope factor |
| [in] | time_constant_second | time constant second |
| [out] | *temperature_offset_reg | pointer to a temperature offset reg buffer |
| [out] | *normalized_temperature_offset_slope_reg | pointer to a normalized temperature offset slope reg buffer |
| [out] | *time_constant_reg | pointer to a time constant reg buffer |
Definition at line 1036 of file driver_sen5x.c.