6#ifndef ZEPHYR_INCLUDE_INPUT_CY8CMBR3XXX_H_
7#define ZEPHYR_INCLUDE_INPUT_CY8CMBR3XXX_H_
11#define CY8CMBR3XXX_EZ_CLICK_CONFIG_SIZE 128
#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