/Zephyr-Core-3.4.0/tests/drivers/clock_control/stm32_clock_configuration/stm32_common_devices/src/ |
D | test_stm32_clock_configuration_i2c.c | 14 #if DT_NODE_HAS_STATUS(DT_NODELABEL(i2c1), okay) 38 TC_PRINT("I2C1 domain clock configured\n"); in i2c_set_clock() 58 zassert_true((status == CLOCK_CONTROL_STATUS_ON), "I2C1 clk src must to be on"); in i2c_set_clock() 71 TC_PRINT("I2C1 clock source rate: %d Hz\n", dev_dt_clk_freq); in i2c_set_clock() 76 static const struct stm32_pclken pclken[] = STM32_DT_CLOCKS(DT_NODELABEL(i2c1)); in ZTEST() 93 zassert_true(__HAL_RCC_I2C1_IS_CLK_ENABLED(), "[HAL] I2C1 gating clock should be on"); in ZTEST() 97 "[Zephyr] I2C1 gating clock should be on"); in ZTEST() 98 TC_PRINT("I2C1 gating clock on\n"); in ZTEST() 100 if (IS_ENABLED(STM32_I2C_DOMAIN_CLOCK_SUPPORT) && DT_NUM_CLOCKS(DT_NODELABEL(i2c1)) > 1) { in ZTEST() 101 if (DT_NUM_CLOCKS(DT_NODELABEL(i2c1)) > 2) { in ZTEST() [all …]
|
/Zephyr-Core-3.4.0/boards/arm/particle_xenon/dts/ |
D | mesh_feather_i2c1_twi1.dtsi | 7 /* Add I2C1 support on Particle Mesh via nRF52840 TWI1 29 &i2c1 { /* feather I2C1 */
|
/Zephyr-Core-3.4.0/boards/arm/particle_argon/dts/ |
D | mesh_feather_i2c1_twi1.dtsi | 7 /* Add I2C1 support on Particle Mesh via nRF52840 TWI1 29 &i2c1 { /* feather I2C1 */
|
/Zephyr-Core-3.4.0/tests/drivers/i2c/i2c_tca954x/src/ |
D | main.c | 37 const struct device *const i2c1 = DEVICE_DT_GET(I2C_1_CTRL_NODE_ID); in ZTEST() local 40 zassert_true(device_is_ready(i2c1), "I2C 1 not ready"); in ZTEST() 43 i2c_read(i2c1, buff, 1, 0x42); in ZTEST()
|
/Zephyr-Core-3.4.0/boards/shields/x_nucleo_iks01a2/doc/ |
D | index.rst | 51 - LSM303AGR, LPS22HB, HTS221 are on I2C1 64 - JP7 => 1-2, 3-4 (I2C1 = I2C2, I2Cx=GND) 65 - JP8 => 1-2, 3-4 (I2C1 = I2C2, I2Cx=GND) 72 All the other devices are connected to LSM6DSL master through I2C1. 76 - JP7 => 2-3 (I2C1 = I2Cx) 77 - JP8 => 2-3 (I2C1 = I2Cx)
|
/Zephyr-Core-3.4.0/boards/shields/x_nucleo_iks01a3/doc/ |
D | index.rst | 49 - LIS2MDL, LPS22HH, HTS221 are STTS751 are on I2C1 62 - JP7 => 1-2, 3-4 (I2C1 = I2C2, I2Cx=GND) 63 - JP8 => 1-2, 3-4 (I2C1 = I2C2, I2Cx=GND) 70 All the other devices are connected to LSM6DSO master through I2C1. 74 - JP7 => 2-3 (I2C1 = I2Cx) 75 - JP8 => 2-3 (I2C1 = I2Cx)
|
/Zephyr-Core-3.4.0/boards/shields/x_nucleo_iks02a1/doc/ |
D | index.rst | 48 - IIS2MDC is on I2C1 51 using the JP7/JP8 jumpers to modify to what the I2C1 bus connects to. 62 - JP7 => 1-2, 3-4 (I2C1 = I2C2, I2Cx=GND) 63 - JP8 => 1-2, 3-4 (I2C1 = I2C2, I2Cx=GND) 74 - JP7 => 2-3 (I2C1 = I2Cx) 75 - JP8 => 2-3 (I2C1 = I2Cx)
|
/Zephyr-Core-3.4.0/doc/build/dts/ |
D | main-example.dts | 17 sensor-controller = &i2c1; 21 i2c1: i2c@40002000 { label
|
D | api-usage.rst | 44 files to give nodes names that match the SoC datasheet, like ``i2c1``, 82 - ``DT_NODELABEL(i2c1)`` 106 long my_i2c = DT_NODELABEL(i2c1); 114 #define MY_I2C DT_NODELABEL(i2c1) 141 DT_NODE_HAS_PROP(DT_NODELABEL(i2c1), clock_frequency) /* expands to 1 */ 142 DT_NODE_HAS_PROP(DT_NODELABEL(i2c1), not_a_property) /* expands to 0 */ 158 DT_PROP(DT_NODELABEL(i2c1), clock_frequency) /* and so is this, */ 173 #define I2C1 DT_NODELABEL(i2c1) 175 DT_PROP(I2C1, status) /* expands to the string literal "okay" */
|
/Zephyr-Core-3.4.0/tests/drivers/i2c/i2c_target_api/boards/ |
D | nucleo_l476rg.overlay | 10 * i2c1 PB9 D14 PB8 D15 16 &i2c1 {
|
D | nucleo_g071rb.overlay | 10 * i2c1 PB9 CN10:5 PB8 CN10:3 16 &i2c1 {
|
D | nucleo_f091rc.overlay | 3 &i2c1 {
|
D | stm32f072b_disco.overlay | 3 &i2c1 {
|
/Zephyr-Core-3.4.0/boards/shields/x_nucleo_iks02a1/ |
D | x_nucleo_iks02a1_shub.overlay | 10 * JP7 => 2-3 (I2C1 = I2Cx) 11 * JP8 => 2-3 (I2C1 = I2Cx)
|
D | x_nucleo_iks02a1.overlay | 10 * JP7 => 1-2, 3-4 (I2C1 = I2C2, I2Cx=GND) 11 * JP8 => 1-2, 3-4 (I2C1 = I2C2, I2Cx=GND)
|
/Zephyr-Core-3.4.0/boards/arm/bbc_microbit/ |
D | board.h | 33 #define EXT_P19_GPIO_PIN 0 /* P19, I2C1 SCL */ 34 #define EXT_P20_GPIO_PIN 30 /* P20, I2C1 SDA */
|
/Zephyr-Core-3.4.0/samples/sensor/ccs811/boards/ |
D | efr32mg_sltb004a.overlay | 7 &i2c1 {
|
/Zephyr-Core-3.4.0/samples/drivers/counter/alarm/boards/ |
D | bl5340_dvk_cpuapp.overlay | 7 &i2c1 {
|
/Zephyr-Core-3.4.0/boards/arm/arduino_nicla_sense_me/ |
D | arduino_nicla_sense_me.dts | 72 /* I2C1 in datasheet */ 73 &i2c1 { 85 /* Cannot be used together with i2c1. */
|
/Zephyr-Core-3.4.0/samples/sensor/ms5837/boards/ |
D | nrf52840dk_nrf52840.overlay | 7 &i2c1 {
|
/Zephyr-Core-3.4.0/samples/sensor/wsen_itds/boards/ |
D | disco_l475_iot1.overlay | 7 &i2c1 {
|
/Zephyr-Core-3.4.0/tests/drivers/sensor/sbs_gauge/boards/ |
D | nucleo_f070rb.overlay | 7 &i2c1 {
|
/Zephyr-Core-3.4.0/samples/sensor/mcp9808/boards/ |
D | nucleo_l053r8.overlay | 7 &i2c1 {
|
D | nucleo_l031k6.overlay | 7 &i2c1 {
|
/Zephyr-Core-3.4.0/tests/drivers/counter/maxim_ds3231_api/boards/ |
D | nucleo_l476rg.overlay | 7 &i2c1 { /* SDA CN5.9=PB9, SCL CN5.10=PB8, ISW CN5.1=D8=PA9 */
|