Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
bd8lb600fs.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2024 SILA Embedded Solutions GmbH
3 * SPDX-License-Identifier: Apache-2.0
4 */
5
6#ifndef ZEPHYR_INCLUDE_DRIVERS_MFD_BD8LB600FS_H_
7#define ZEPHYR_INCLUDE_DRIVERS_MFD_BD8LB600FS_H_
8
9#ifdef __cplusplus
10extern "C" {
11#endif
12
13#include <zephyr/device.h>
14
29int mfd_bd8lb600fs_set_outputs(const struct device *dev, uint32_t values);
50 uint32_t *ocp_or_tsd);
51
56#ifdef __cplusplus
57}
58#endif
59
60#endif /* ZEPHYR_INCLUDE_DRIVERS_MFD_BD8LB600FS_H_ */
int mfd_bd8lb600fs_get_output_diagnostics(const struct device *dev, uint32_t *old, uint32_t *ocp_or_tsd)
get output diagnostics
int mfd_bd8lb600fs_set_outputs(const struct device *dev, uint32_t values)
set outputs
__UINT32_TYPE__ uint32_t
Definition: stdint.h:90
Runtime device structure (in ROM) per driver instance.
Definition: device.h:399