Searched full:ina230 (Results 1 – 20 of 20) sorted by relevance
/Zephyr-latest/drivers/sensor/ti/ina23x/ |
D | ina230_trigger.c | 8 #include "ina230.h" 14 LOG_MODULE_DECLARE(INA230, CONFIG_SENSOR_LOG_LEVEL); 19 struct ina230_data *ina230 = CONTAINER_OF(cb, struct ina230_data, gpio_cb); in ina230_gpio_callback() local 20 const struct device *dev = (const struct device *)ina230->dev; in ina230_gpio_callback() 26 if (ina230->handler_alert) { in ina230_gpio_callback() 27 ina230->handler_alert(dev, ina230->trig_alert); in ina230_gpio_callback() 35 struct ina230_data *ina230 = dev->data; in ina230_trigger_set() local 39 ina230->handler_alert = handler; in ina230_trigger_set() 40 ina230->trig_alert = trig; in ina230_trigger_set() 47 struct ina230_data *ina230 = dev->data; in ina230_trigger_mode_init() local [all …]
|
D | Kconfig | 15 config INA230 config 16 bool "INA230" 20 Enable driver for INA230/INA231/INA236. 44 bool "INA230 trigger mode" 45 depends on INA230
|
D | CMakeLists.txt | 6 zephyr_library_sources_ifdef(CONFIG_INA230 ina230.c)
|
D | ina230.c | 8 #include "ina230.h" 14 LOG_MODULE_REGISTER(INA230, CONFIG_SENSOR_LOG_LEVEL); 123 LOG_ERR("INA230 attribute not supported."); in ina230_attr_set() 161 LOG_ERR("INA230 attribute not supported."); in ina230_attr_get() 275 DT_INST_FOREACH_STATUS_OKAY_VARGS(INA230_DRIVER_INIT, INA230)
|
/Zephyr-latest/tests/drivers/sensor/ina230/boards/ |
D | native_sim.overlay | 5 #include <zephyr/dt-bindings/sensor/ina230.h> 11 ina230_default_test: ina230@40 { 12 compatible = "ti,ina230";
|
/Zephyr-latest/dts/bindings/sensor/ |
D | ti,ina236.yaml | 9 The <zephyr/dt-bindings/sensor/ina230.h> file should be included in the 15 include: ti,ina230.yaml
|
D | ti,ina230.yaml | 9 TI INA230, INA231 and INA236 Bidirectional Current and Power Monitor. 10 The <zephyr/dt-bindings/sensor/ina230.h> file should be included in the 14 compatible: "ti,ina230"
|
D | ti,ina237.yaml | 25 times and averaging, operating mode for INA230 or
|
/Zephyr-latest/tests/drivers/sensor/ina230/src/ |
D | ina230_test.c | 11 #include <zephyr/dt-bindings/sensor/ina230.h> 15 #include <ina230.h> 18 INA230, enumerator 61 if (fixture->dev_type == INA230) { in test_datasheet_example() 90 * @brief Verify bus voltages for all ina230 nodes in DT 212 /* Create a test fixture for each enabled ina230 device node */ 223 /* Create a test suite for each enabled ina230 device node */
|
D | ina230_emul.h | 6 * Emulator for the TI INA230 I2C power monitor
|
D | ina230_emul.c | 6 * Emulator for the TI INA230 I2C power monitor 15 #include <ina230.h> 87 /* The INA230 uses big-endian read 16, read 24, and write 16 transactions */ in ina230_emul_transfer_i2c()
|
/Zephyr-latest/tests/drivers/sensor/ina230/ |
D | testcase.yaml | 5 drivers.sensor.ina230:
|
/Zephyr-latest/boards/st/stm32g071b_disco/ |
D | stm32g071b_disco.dts | 10 #include <zephyr/dt-bindings/sensor/ina230.h> 141 * Use U10, INA230 to measure VBUS. I2C Address: 0x40 143 vbus_meas: ina230@40 { 145 compatible = "ti,ina230";
|
/Zephyr-latest/boards/nordic/nrf5340_audio_dk/ |
D | nrf5340_audio_dk_nrf5340_cpuapp_common.dtsi | 7 #include <zephyr/dt-bindings/sensor/ina230.h> 159 compatible = "ti,ina230"; 170 compatible = "ti,ina230"; 181 compatible = "ti,ina230"; 192 compatible = "ti,ina230";
|
/Zephyr-latest/include/zephyr/dt-bindings/sensor/ |
D | ina230.h | 55 * @brief Macro for creating the INA230 configuration value
|
/Zephyr-latest/tests/drivers/build_all/sensor/ |
D | i2c.dtsi | 591 test_i2c_ina230: ina230@57 { 592 compatible = "ti,ina230"; 608 compatible = "ti,ina230";
|
/Zephyr-latest/doc/releases/ |
D | release-notes-3.0.rst | 595 * Refactored INA230 driver to add support for INA237 variant. 749 Instead, use :dtcompatible:`ti,ina230` or :dtcompatible:`ti,ina237`.
|
D | release-notes-4.0.rst | 822 * Added support for INA236 to the existing INA230 driver.
|
D | release-notes-3.5.rst | 1929 * :dtcompatible:`ti,ina230` (on i2c bus):
|
D | release-notes-3.3.rst | 1946 - :dtcompatible:`ti,ina230` (on i2c bus):
|