/Zephyr-Core-2.7.6/drivers/i2c/ |
D | i2c_sbcon.c | 33 #define SDA BIT(1) macro 61 sbcon->SB_CONTROLS = SDA; in i2c_sbcon_set_sda() 63 sbcon->SB_CONTROLC = SDA; in i2c_sbcon_set_sda() 71 return sbcon->SB_CONTROL & SDA; in i2c_sbcon_get_sda()
|
D | i2c_ite_it8xxx2.c | 57 SDA, enumerator 971 pinmux_pin_set(config->alts_list[SDA].pinctrls, in i2c_it8xxx2_init() 972 config->alts_list[SDA].pin, in i2c_it8xxx2_init() 973 config->alts_list[SDA].alt_fun); in i2c_it8xxx2_init() 988 pinmux_pin_input_enable(config->alts_list[SDA].pinctrls, in i2c_it8xxx2_recover_bus() 989 config->alts_list[SDA].pin, in i2c_it8xxx2_recover_bus() 994 gpio_pin_set(config->gpio_dev, config->alts_list[SDA].pin, 1); in i2c_it8xxx2_recover_bus() 998 gpio_pin_set(config->gpio_dev, config->alts_list[SDA].pin, 0); in i2c_it8xxx2_recover_bus() 1006 gpio_pin_set(config->gpio_dev, config->alts_list[SDA].pin, 1); in i2c_it8xxx2_recover_bus() 1015 gpio_pin_set(config->gpio_dev, config->alts_list[SDA].pin, 0); in i2c_it8xxx2_recover_bus() [all …]
|
/Zephyr-Core-2.7.6/samples/sensor/sht3xd/boards/ |
D | nucleo_l476rg.overlay | 7 &i2c1 { /* SDA CN5.9=PB9, SCL CN5.10=PB8, ALERT CN5.1=D8=PA9 */ 8 /* &i2c3 { * SDA CN7.36=PC1, SCL CN7.38=PC0, ALERT CN7.34=PB0 */
|
D | nrf51_ble400.overlay | 7 &i2c0 { /* SDA 0, SCL 1 */
|
D | frdm_k64f.overlay | 7 &i2c0 { /* SDA PTE25, SCL PTE24, ALERT PTE26 */
|
D | nrf52840dk_nrf52840.overlay | 7 &i2c0 { /* SDA P0.26, SCL P0.27, ALERT P1.10 */
|
D | efr32mg_sltb004a.overlay | 7 &i2c0 { /* SDA H16=PC10, SCL H15=PC11, ALERT H13=PF6 */
|
/Zephyr-Core-2.7.6/samples/sensor/bmi270/ |
D | README.rst | 21 Connect Supply: **VDD**, **VDDIO**, **GND** and Interface: **SDA**, **SCL**. 23 Depending on the baseboard used, the **SDA** and **SCL** lines require Pull-Up
|
/Zephyr-Core-2.7.6/samples/drivers/counter/maxim_ds3231/boards/ |
D | nrf51dk_nrf51422.overlay | 7 &i2c0 { /* SDA 30, SCL 7 */
|
D | nrf52840dk_nrf52840.overlay | 7 &i2c0 { /* SDA P0.26, SCL P0.27 */
|
D | frdm_k64f.overlay | 7 &i2c0 { /* SDA PTE25, SCL PTE24, ISW PTE26 */
|
D | efr32mg_sltb004a.overlay | 7 &i2c0 { /* SDA H16=PC10, SCL H15=PC11, ISW H13=PF6 */
|
D | nucleo_l476rg.overlay | 7 &i2c1 { /* SDA CN5.9=PB9, SCL CN5.10=PB8, ISW CN5.1=D8=PA9 */
|
D | particle_xenon.overlay | 7 &i2c0 { /* SDA P0.26, SCL P0.27, ISW P1.1, 32K P1.2 */
|
/Zephyr-Core-2.7.6/samples/sensor/isl29035/boards/ |
D | nrf52dk_nrf52832.overlay | 7 &i2c0 { /* SDA P0.26, SCL P0.27, ALERT P1.11 */
|
/Zephyr-Core-2.7.6/tests/drivers/counter/maxim_ds3231_api/boards/ |
D | nrf51dk_nrf51422.overlay | 7 &i2c0 { /* SDA 30, SCL 7 */
|
D | nrf52840dk_nrf52840.overlay | 7 &i2c0 { /* SDA P0.26, SCL P0.27 */
|
D | frdm_k64f.overlay | 7 &i2c0 { /* SDA PTE25, SCL PTE24, ISW PTE26 */
|
D | efr32mg_sltb004a.overlay | 7 &i2c0 { /* SDA H16=PC10, SCL H15=PC11, ISW H13=PF6 */
|
D | nucleo_l476rg.overlay | 7 &i2c1 { /* SDA CN5.9=PB9, SCL CN5.10=PB8, ISW CN5.1=D8=PA9 */
|
D | particle_xenon.overlay | 7 &i2c0 { /* SDA P0.26, SCL P0.27, ISW P1.1, 32K P1.2 */
|
/Zephyr-Core-2.7.6/samples/sensor/adt7420/boards/ |
D | nrf52dk_nrf52832.overlay | 7 &i2c0 { /* SDA P0.26, SCL P0.27, ALERT P0.11 */
|
/Zephyr-Core-2.7.6/samples/subsys/display/grove_display/ |
D | README.rst | 28 SCL/SDA lines and 3.3V. 30 Take note that even though SDA and SCL are connected to a 3.3V power source, the
|
/Zephyr-Core-2.7.6/samples/sensor/sht3xd/ |
D | README.rst | 22 Connect Supply: **VDD**, **GND** and Interface: **SDA**, **SCL** 25 Depending on the baseboard used, the **SDA** and **SCL** lines require Pull-Up
|
/Zephyr-Core-2.7.6/samples/sensor/bme680/ |
D | README.rst | 22 Connect Supply: **VDD**, **VDDIO**, **GND** and Interface: **SDA**, **SCL**. 24 Depending on the baseboard used, the **SDA** and **SCL** lines require Pull-Up
|