Zephyr API Documentation 4.2.99
A Scalable Open Source RTOS
 4.2.99
input_renesas_ra_ctsu.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2025 Renesas Electronics Corporation
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7#ifndef ZEPHYR_INCLUDE_ZEPHYR_INPUT_INPUT_RENESAS_RA_CTSU_H_
8#define ZEPHYR_INCLUDE_ZEPHYR_INPUT_INPUT_RENESAS_RA_CTSU_H_
9
10#include <rm_touch.h>
11
12#ifdef __cplusplus
13extern "C" {
14#endif
15
17 struct st_touch_instance touch_instance;
18};
19
31__syscall int renesas_ra_ctsu_group_configure(const struct device *dev,
32 const struct renesas_ra_ctsu_touch_cfg *cfg);
33
34#ifdef __cplusplus
35}
36#endif
37
38#include <zephyr/syscalls/input_renesas_ra_ctsu.h>
39
40#endif /* ZEPHYR_INCLUDE_ZEPHYR_INPUT_INPUT_RENESAS_RA_CTSU_H_ */
int renesas_ra_ctsu_group_configure(const struct device *dev, const struct renesas_ra_ctsu_touch_cfg *cfg)
Configure CTSU group device with a Renesas QE for Capacitive Touch Workflow generated configuration.
Runtime device structure (in ROM) per driver instance.
Definition device.h:510
Definition input_renesas_ra_ctsu.h:16
struct st_touch_instance touch_instance
Definition input_renesas_ra_ctsu.h:17