12#ifndef ZEPHYR_INCLUDE_INPUT_CY8CMBR3XXX_H_
13#define ZEPHYR_INCLUDE_INPUT_CY8CMBR3XXX_H_
27#define CY8CMBR3XXX_EZ_CLICK_CONFIG_SIZE 128
#define CY8CMBR3XXX_EZ_CLICK_CONFIG_SIZE
Size of the EZ-Click configuration data.
Definition cy8cmbr3xxx.h:27
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
Configuration data for the CY8CMBR3xxx device.
Definition cy8cmbr3xxx.h:36
uint8_t data[128]
EZ-Click configuration data.
Definition cy8cmbr3xxx.h:38
Runtime device structure (in ROM) per driver instance.
Definition device.h:510