File xensiv_pas_gas.h
↰ Parent directory (src/corelib)
Definition (src/corelib/xensiv_pas_gas.h)
Detailed Description
Description: This file contains the functions for interacting with the XENSIV™ PAS GAS sensor.
Copyright 2021-2022 Infineon Technologies AG SPDX-License-Identifier: Apache-2.0
- Licensed under the Apache License, Version 2.0 (the “License”); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Includes
stdbool.hstddef.hstdint.hxensiv_pas_gas_platform.h(File xensiv_pas_gas_platform.h)xensiv_pas_gas_regs.h(File xensiv_pas_gas_regs.h)
Included By
Classes
Enums
Functions
Function xensiv_pas_gas_clear_measurement_status(const xensiv_pas_gas_t *, uint8_t)
Function xensiv_pas_gas_clear_status(const xensiv_pas_gas_t *, uint8_t)
Function xensiv_pas_gas_cmd(const xensiv_pas_gas_t *, xensiv_pas_gas_cmd_t)
Function xensiv_pas_gas_get_id(const xensiv_pas_gas_t *, xensiv_pas_gas_id_t *)
Function xensiv_pas_gas_get_reg(const xensiv_pas_gas_t *, uint8_t, uint8_t *, uint8_t)
Function xensiv_pas_gas_get_result(const xensiv_pas_gas_t *, uint16_t *)
Function xensiv_pas_gas_get_scratch_pad(const xensiv_pas_gas_t *, uint8_t *)
Function xensiv_pas_gas_get_status(const xensiv_pas_gas_t *, xensiv_pas_gas_status_t *)
Function xensiv_pas_gas_perform_forced_compensation(const xensiv_pas_gas_t *, uint16_t)
Function xensiv_pas_gas_set_alarm_threshold(const xensiv_pas_gas_t *, uint16_t)
Function xensiv_pas_gas_set_measurement_rate(const xensiv_pas_gas_t *, uint16_t)
Function xensiv_pas_gas_set_offset_compensation(const xensiv_pas_gas_t *, uint16_t)
Function xensiv_pas_gas_set_pressure_compensation(const xensiv_pas_gas_t *, uint16_t)
Function xensiv_pas_gas_set_reg(const xensiv_pas_gas_t *, uint8_t, const uint8_t *, uint8_t)
Function xensiv_pas_gas_set_scratch_pad(const xensiv_pas_gas_t *, uint8_t)
Function xensiv_pas_gas_start_continuous_mode(const xensiv_pas_gas_t *, uint16_t)
Function xensiv_pas_gas_start_single_mode(const xensiv_pas_gas_t *)