Home
last modified time | relevance | path

Searched refs:SDA (Results 1 – 25 of 142) sorted by relevance

123456

/Zephyr-Core-2.7.6/drivers/i2c/
Di2c_sbcon.c33 #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()
Di2c_ite_it8xxx2.c57 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/
Dnucleo_l476rg.overlay7 &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 */
Dnrf51_ble400.overlay7 &i2c0 { /* SDA 0, SCL 1 */
Dfrdm_k64f.overlay7 &i2c0 { /* SDA PTE25, SCL PTE24, ALERT PTE26 */
Dnrf52840dk_nrf52840.overlay7 &i2c0 { /* SDA P0.26, SCL P0.27, ALERT P1.10 */
Defr32mg_sltb004a.overlay7 &i2c0 { /* SDA H16=PC10, SCL H15=PC11, ALERT H13=PF6 */
/Zephyr-Core-2.7.6/samples/sensor/bmi270/
DREADME.rst21 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/
Dnrf51dk_nrf51422.overlay7 &i2c0 { /* SDA 30, SCL 7 */
Dnrf52840dk_nrf52840.overlay7 &i2c0 { /* SDA P0.26, SCL P0.27 */
Dfrdm_k64f.overlay7 &i2c0 { /* SDA PTE25, SCL PTE24, ISW PTE26 */
Defr32mg_sltb004a.overlay7 &i2c0 { /* SDA H16=PC10, SCL H15=PC11, ISW H13=PF6 */
Dnucleo_l476rg.overlay7 &i2c1 { /* SDA CN5.9=PB9, SCL CN5.10=PB8, ISW CN5.1=D8=PA9 */
Dparticle_xenon.overlay7 &i2c0 { /* SDA P0.26, SCL P0.27, ISW P1.1, 32K P1.2 */
/Zephyr-Core-2.7.6/samples/sensor/isl29035/boards/
Dnrf52dk_nrf52832.overlay7 &i2c0 { /* SDA P0.26, SCL P0.27, ALERT P1.11 */
/Zephyr-Core-2.7.6/tests/drivers/counter/maxim_ds3231_api/boards/
Dnrf51dk_nrf51422.overlay7 &i2c0 { /* SDA 30, SCL 7 */
Dnrf52840dk_nrf52840.overlay7 &i2c0 { /* SDA P0.26, SCL P0.27 */
Dfrdm_k64f.overlay7 &i2c0 { /* SDA PTE25, SCL PTE24, ISW PTE26 */
Defr32mg_sltb004a.overlay7 &i2c0 { /* SDA H16=PC10, SCL H15=PC11, ISW H13=PF6 */
Dnucleo_l476rg.overlay7 &i2c1 { /* SDA CN5.9=PB9, SCL CN5.10=PB8, ISW CN5.1=D8=PA9 */
Dparticle_xenon.overlay7 &i2c0 { /* SDA P0.26, SCL P0.27, ISW P1.1, 32K P1.2 */
/Zephyr-Core-2.7.6/samples/sensor/adt7420/boards/
Dnrf52dk_nrf52832.overlay7 &i2c0 { /* SDA P0.26, SCL P0.27, ALERT P0.11 */
/Zephyr-Core-2.7.6/samples/subsys/display/grove_display/
DREADME.rst28 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/
DREADME.rst22 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/
DREADME.rst22 Connect Supply: **VDD**, **VDDIO**, **GND** and Interface: **SDA**, **SCL**.
24 Depending on the baseboard used, the **SDA** and **SCL** lines require Pull-Up

123456