Zephyr API Documentation
4.1.99
A Scalable Open Source RTOS
4.1.99
Toggle main menu visibility
Main Page
Related Pages
Topics
Data Structures
Data Structures
Data Structure Index
Data Fields
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
Enumerator
Files
File List
Globals
All
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Variables
$
a
b
c
d
f
g
h
i
k
l
m
n
o
p
r
s
t
u
x
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Macros
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
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
14
extern
"C"
{
15
#endif
/* __cplusplus */
16
17
struct
cy8cmbr3xxx_config_data
{
18
uint8_t
data
[
CY8CMBR3XXX_EZ_CLICK_CONFIG_SIZE
];
19
};
17
struct
cy8cmbr3xxx_config_data
{
…
};
20
30
int
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_ */
CY8CMBR3XXX_EZ_CLICK_CONFIG_SIZE
#define CY8CMBR3XXX_EZ_CLICK_CONFIG_SIZE
Definition
cy8cmbr3xxx.h:11
cy8cmbr3xxx_configure
int cy8cmbr3xxx_configure(const struct device *dev, const struct cy8cmbr3xxx_config_data *config_data)
Configure the CY8CMBR3xxx device with an EZ-Click generated configuration.
types.h
uint8_t
__UINT8_TYPE__ uint8_t
Definition
stdint.h:88
cy8cmbr3xxx_config_data
Definition
cy8cmbr3xxx.h:17
cy8cmbr3xxx_config_data::data
uint8_t data[128]
Definition
cy8cmbr3xxx.h:18
device
Runtime device structure (in ROM) per driver instance.
Definition
device.h:504
zephyr
input
cy8cmbr3xxx.h
Generated on Tue May 20 2025 00:06:45 for Zephyr API Documentation by
1.12.0