Zephyr API Documentation 4.0.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
cy8cmbr3xxx.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2025 Basalte bv
3 * SPDX-License-Identifier: Apache-2.0
4 */
5
6#ifndef ZEPHYR_INCLUDE_INPUT_CY8CMBR3XXX_H_
7#define ZEPHYR_INCLUDE_INPUT_CY8CMBR3XXX_H_
8
9#include <zephyr/types.h>
10
11#define CY8CMBR3XXX_EZ_CLICK_CONFIG_SIZE 128
12
13#ifdef __cplusplus
14extern "C" {
15#endif /* __cplusplus */
16
20
30int cy8cmbr3xxx_configure(const struct device *dev,
31 const struct cy8cmbr3xxx_config_data *config_data);
32
33#ifdef __cplusplus
34}
35#endif /* __cplusplus */
36
37#endif /* ZEPHYR_INCLUDE_INPUT_CY8CMBR3XXX_H_ */
#define CY8CMBR3XXX_EZ_CLICK_CONFIG_SIZE
Definition cy8cmbr3xxx.h:11
int cy8cmbr3xxx_configure(const struct device *dev, const struct cy8cmbr3xxx_config_data *config_data)
Configure the CY8CMBR3xxx device with an EZ-Click generated configuration.
__UINT8_TYPE__ uint8_t
Definition stdint.h:88
Definition cy8cmbr3xxx.h:17
uint8_t data[128]
Definition cy8cmbr3xxx.h:18
Runtime device structure (in ROM) per driver instance.
Definition device.h:437