ZMOD4510 Ultra-Low Power Ozone Firmware Documentation
rpi.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
19
#ifndef RPI_H
20
#define RPI_H
21
22
#include <stdint.h>
23
24
typedef
enum
{
25
resPiGPIO = 0x310000,
26
resI2C = 0x320000,
27
recI2CLenMismatch = 0x320001
28
} RPiErrorDefs_t;
29
30
#endif
/* RPI_H */
31
hal
raspi
rpi.h
Generated by
1.8.13