Searched refs:smbus (Results 1 – 25 of 61) sorted by relevance
123
/Zephyr-latest/samples/drivers/smbus/ |
D | README.rst | 1 .. zephyr:code-sample:: smbus-shell 16 This sample can be found under :zephyr_file:`samples/drivers/smbus` in the 21 :zephyr-app: samples/drivers/smbus 42 uart:~$ smbus 43 smbus - smbus commands 70 uart:~$ smbus scan smbus@fb00 80 8 devices found on smbus@fb00
|
D | CMakeLists.txt | 6 project(smbus) project
|
/Zephyr-latest/drivers/smbus/ |
D | CMakeLists.txt | 3 zephyr_syscall_header(${ZEPHYR_BASE}/include/zephyr/drivers/smbus.h)
|
D | Kconfig | 33 module-str = smbus
|
/Zephyr-latest/tests/drivers/smbus/smbus_emul/ |
D | CMakeLists.txt | 8 target_include_directories(app PRIVATE ${ZEPHYR_BASE}/drivers/smbus)
|
/Zephyr-latest/tests/drivers/smbus/smbus_api/ |
D | CMakeLists.txt | 8 target_include_directories(app PRIVATE ${ZEPHYR_BASE}/drivers/smbus)
|
/Zephyr-latest/boards/qemu/x86/ |
D | qemu_x86_64.dts | 21 compatible = "intel,pch-smbus";
|
/Zephyr-latest/include/zephyr/drivers/ |
D | smbus.h | 411 STATS_SECT_START(smbus) 417 STATS_NAME_START(smbus) 418 STATS_NAME(smbus, bytes_read) 419 STATS_NAME(smbus, bytes_written) 420 STATS_NAME(smbus, command_count) 421 STATS_NAME_END(smbus); 450 STATS_NAME_INIT_PARMS(smbus)); \
|
/Zephyr-latest/dts/arm/st/u5/ |
D | stm32u595.dtsi | 125 compatible = "st,stm32-smbus"; 133 compatible = "st,stm32-smbus";
|
/Zephyr-latest/dts/arm/st/f3/ |
D | stm32f302.dtsi | 123 compatible = "st,stm32-smbus"; 131 compatible = "st,stm32-smbus";
|
/Zephyr-latest/doc/hardware/peripherals/ |
D | index.rst | 60 smbus.rst
|
D | smbus.rst | 64 .. _SMBus Specification: http://smbus.org/specs/smbus20.pdf
|
/Zephyr-latest/dts/arm/st/l0/ |
D | stm32l071.dtsi | 166 compatible = "st,stm32-smbus"; 174 compatible = "st,stm32-smbus";
|
D | stm32l051.dtsi | 78 compatible = "st,stm32-smbus";
|
/Zephyr-latest/dts/arm/st/l4/ |
D | stm32l451.dtsi | 167 compatible = "st,stm32-smbus"; 175 compatible = "st,stm32-smbus";
|
D | stm32l496.dtsi | 79 compatible = "st,stm32-smbus";
|
D | stm32l412.dtsi | 81 compatible = "st,stm32-smbus";
|
D | stm32l433.dtsi | 73 compatible = "st,stm32-smbus";
|
/Zephyr-latest/dts/arm/st/f0/ |
D | stm32f030X8.dtsi | 82 compatible = "st,stm32-smbus";
|
D | stm32f051.dtsi | 82 compatible = "st,stm32-smbus";
|
D | stm32f070Xb.dtsi | 92 compatible = "st,stm32-smbus";
|
/Zephyr-latest/dts/arm/st/f7/ |
D | stm32f745.dtsi | 93 compatible = "st,stm32-smbus";
|
D | stm32f765.dtsi | 97 compatible = "st,stm32-smbus";
|
/Zephyr-latest/dts/arm/st/g0/ |
D | stm32g0b0.dtsi | 115 compatible = "st,stm32-smbus";
|
/Zephyr-latest/dts/arm/st/g4/ |
D | stm32g473.dtsi | 113 compatible = "st,stm32-smbus";
|
123