Home
last modified time | relevance | path

Searched full:bd8lb600fs (Results 1 – 17 of 17) sorted by relevance

/Zephyr-latest/dts/bindings/sensor/
Drohm,bd8lb600fs-diagnostics.yaml6 sensor of the low side switch BD8LB600FS
8 compatible: "rohm,bd8lb600fs-diagnostics"
12 on-bus: bd8lb600fs
/Zephyr-latest/drivers/gpio/
DKconfig.bd8lb600fs1 # BD8LB600FS GPIO configuration options
8 bool "BD8LB600FS SPI-based GPIO chip"
13 Enable driver for BD8LB600FS SPI-based GPIO chip.
Dgpio_bd8lb600fs.c15 #include <zephyr/drivers/mfd/bd8lb600fs.h>
DKconfig107 source "drivers/gpio/Kconfig.bd8lb600fs"
/Zephyr-latest/dts/bindings/mfd/
Drohm,bd8lb600fs.yaml7 description: Rohm BD8LB600FS SPI Gpio Expander MFD
9 compatible: "rohm,bd8lb600fs"
13 bus: bd8lb600fs
/Zephyr-latest/dts/bindings/gpio/
Drohm,bd8lb600fs-gpio.yaml9 This is a representation of the Rohm BD8LB600FS SPI Gpio Expander.
13 compatible: "rohm,bd8lb600fs-gpio"
17 on-bus: bd8lb600fs
/Zephyr-latest/drivers/sensor/rohm/bd8lb600fs/
DKconfig5 bool "Sensors of BD8LB600FS"
12 switch BD8LB600FS.
Dbd8lb600fs_diagnostics.c10 #include <zephyr/drivers/mfd/bd8lb600fs.h>
11 #include <zephyr/drivers/sensor/bd8lb600fs.h>
/Zephyr-latest/drivers/mfd/
DKconfig.bd8lb600fs5 bool "BD8LB600FS low side switch multi-function device driver"
11 Enable the Rohm BD8LB600FS low side switch multi-function device driver
Dmfd_bd8lb600fs.c14 #include <zephyr/drivers/mfd/bd8lb600fs.h>
48 LOG_DBG("%s: writing state 0x%08X to BD8LB600FS", dev->name, data->state); in bd8lb600fs_fill_tx_buffer()
93 LOG_DBG("%s: received 0x%08X open load state from BD8LB600FS", dev->name, data->old); in bd8lb600fs_parse_rx_buffer()
94 LOG_DBG("%s: received 0x%08X OCP or TSD state from BD8LB600FS", dev->name, in bd8lb600fs_parse_rx_buffer()
DKconfig25 source "drivers/mfd/Kconfig.bd8lb600fs"
/Zephyr-latest/include/zephyr/drivers/mfd/
Dbd8lb600fs.h16 * @defgroup mdf_interface_bd8lb600fs MFD BD8LB600FS interface
24 * @param[in] dev instance of BD8LB600FS MFD
43 * @param[in] dev instance of BD8LB600FS MFD
/Zephyr-latest/drivers/sensor/rohm/
DCMakeLists.txt5 add_subdirectory_ifdef(CONFIG_BD8LB600FS_DIAGNOSTICS bd8lb600fs)
DKconfig5 source "drivers/sensor/rohm/bd8lb600fs/Kconfig"
/Zephyr-latest/tests/drivers/build_all/sensor/
Dspi.dtsi338 test_spi_bd8lb600fs: bd8lb600fs@2b {
339 compatible = "rohm,bd8lb600fs";
347 compatible = "rohm,bd8lb600fs-diagnostics";
/Zephyr-latest/tests/drivers/build_all/gpio/
Dapp.overlay463 test_spi_bd8lb600fs: bd8lb600fs@2 {
464 compatible = "rohm,bd8lb600fs";
472 compatible = "rohm,bd8lb600fs-gpio";
/Zephyr-latest/doc/releases/
Drelease-notes-3.7.rst976 * New driver :dtcompatible:`rohm,bd8lb600fs`.
1140 * Added BD8LB600FS diagnostics sensor driver (:dtcompatible:`rohm,bd8lb600fs-diagnostics`).