Zephyr API Documentation 4.0.99
A Scalable Open Source RTOS
|
#include <zephyr/types.h>
Go to the source code of this file.
Data Structures | |
struct | cy8cmbr3xxx_config_data |
Macros | |
#define | CY8CMBR3XXX_EZ_CLICK_CONFIG_SIZE 128 |
Functions | |
int | cy8cmbr3xxx_configure (const struct device *dev, const struct cy8cmbr3xxx_config_data *config_data) |
Configure the CY8CMBR3xxx device with an EZ-Click generated configuration. | |
#define CY8CMBR3XXX_EZ_CLICK_CONFIG_SIZE 128 |
int cy8cmbr3xxx_configure | ( | const struct device * | dev, |
const struct cy8cmbr3xxx_config_data * | config_data ) |
Configure the CY8CMBR3xxx device with an EZ-Click generated configuration.
dev | Pointer to the input device instance |
config_data | Pointer to the configuration data for the device |
0 | if successful |
<0 | if failed |