Zephyr Project API 4.2.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
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
13#ifndef ZEPHYR_INCLUDE_ZEPHYR_INPUT_INPUT_RENESAS_RA_CTSU_H_
14#define ZEPHYR_INCLUDE_ZEPHYR_INPUT_INPUT_RENESAS_RA_CTSU_H_
15
23#include <rm_touch.h>
24
25#ifdef __cplusplus
26extern "C" {
27#endif
28
34 struct st_touch_instance touch_instance;
35};
36
48__syscall int renesas_ra_ctsu_group_configure(const struct device *dev,
49 const struct renesas_ra_ctsu_touch_cfg *cfg);
50
51#ifdef __cplusplus
52}
53#endif
54
55#include <zephyr/syscalls/input_renesas_ra_ctsu.h>
56
59#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
Configuration data for the Renesas RA CTSU device.
Definition input_renesas_ra_ctsu.h:32
struct st_touch_instance touch_instance
FSP Touch instance.
Definition input_renesas_ra_ctsu.h:34