ZMOD4510 Ultra-Low Power Ozone Firmware Documentation
zmod4xxx_hal.h
Go to the documentation of this file.
1 /*****************************************************************************
2  * Copyright (c) 2024 Renesas Electronics Corporation
3  * All Rights Reserved.
4  *
5  * This code is proprietary to Renesas, and is license pursuant to the terms and
6  * conditions that may be accessed at:
7  * https://www.renesas.com/eu/en/document/msc/renesas-software-license-terms-gas-sensor-software
8  *****************************************************************************/
9 
25 #ifndef _ZMOD4XXX_HAL_H_
26 #define _ZMOD4XXX_HAL_H_
27 
28 #include "hal/hal.h"
29 #include "zmod4xxx_types.h"
30 
31 #ifdef __cplusplus
32 extern "C" {
33 #endif
34 
48 int zmod4xxx_init ( zmod4xxx_dev_t* dev, Interface_t* hal );
49 
50 #ifdef __cplusplus
51 }
52 #endif
53 
56 #endif /* _ZMOD4XXX_HAL_H_ */
Renesas Environmental Sensor HAL definitions.
A structure of pointers to hardware specific functions.
Definition: hal.h:78
zmod4xxx types
Device structure ZMOD4xxx.
Definition: zmod4xxx_types.h:100
int zmod4xxx_init(zmod4xxx_dev_t *dev, Interface_t *hal)