Searched refs:SDA (Results 1 – 25 of 256) sorted by relevance
1234567891011
/Zephyr-latest/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 | sltb004a.overlay | 7 &i2c0 { /* SDA H16=PC10, SCL H15=PC11, ALERT H13=PF6 */
|
/Zephyr-latest/tests/drivers/i2c/i2c_target_api/boards/ |
D | frdm_ke17z512.overlay | 9 * LPI2C0 SDA(J2-18) --> LPI2C1 SDA(J2-12)
|
D | frdm_mcxa156.overlay | 9 * LPI2C0 SDA(J2-18) --> LPI2C3 SDA(J5-6)
|
D | frdm_mcxn947_mcxn947_cpu0.overlay | 31 * LPI2C1 SDA(J2-8, P1_24/FC1_P0) --> LPI2C2 SDA(J2-18, P4_0/FC2_P0)
|
D | frdm_mcxn947_mcxn947_cpu0_qspi.overlay | 31 * LPI2C1 SDA(J2-8, P1_24/FC1_P0) --> LPI2C2 SDA(J2-18, P4_0/FC2_P0)
|
D | frdm_mcxn236.overlay | 31 * LPI2C3 SDA(J2-8, P1_0/FC1_P0) --> LPI2C5 SDA(J2-18, P1_16/FC2_P0)
|
/Zephyr-latest/drivers/i2c/ |
D | i2c_sbcon.c | 38 #define SDA BIT(1) macro 67 sbcon->SB_CONTROLS = SDA; in i2c_sbcon_set_sda() 69 sbcon->SB_CONTROLC = SDA; in i2c_sbcon_set_sda() 77 return sbcon->SB_CONTROL & SDA; in i2c_sbcon_get_sda()
|
/Zephyr-latest/boards/shields/arduino_uno_click/ |
D | arduino_uno_click.overlay | 26 <11 0 &arduino_header 4 0>; /* SDA -> A4 */ 49 <11 0 &arduino_header 4 0>; /* SDA -> A4 */
|
/Zephyr-latest/samples/drivers/counter/maxim_ds3231/boards/ |
D | nrf51dk_nrf51822.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 | 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 */
|
/Zephyr-latest/samples/sensor/isl29035/boards/ |
D | nrf52dk_nrf52832.overlay | 7 &i2c0 { /* SDA P0.26, SCL P0.27, ALERT P1.11 */
|
/Zephyr-latest/tests/drivers/counter/maxim_ds3231_api/boards/ |
D | nrf51dk_nrf51822.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 | 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 */
|
/Zephyr-latest/samples/sensor/adt7420/boards/ |
D | nrf52dk_nrf52832.overlay | 7 &i2c0 { /* SDA P0.26, SCL P0.27, ALERT P0.11 */
|
/Zephyr-latest/boards/adi/max32666evkit/doc/ |
D | index.rst | 131 | JP1 | I2C0_SCL/SDA | | … 133 | | | | Open | | | Disconnects I2C0 SCL and SDA 1.5K pullups from VDD… 135 | | | | Close | | | Connects I2C0 SCL and SDA 1.5K pullups to VDDIOH. … 139 | JP2 | I2C1_SCL/SDA | +-----------+ | +---------------------------------------------------… 140 | | | | Open | | | Disconnects I2C1 SCL and SDA 1.5K pullups from VDD… 142 | | | | Close | | | Connects I2C1 SCL and SDA 1.5K pullups to VDDIOH. … 146 | JP3 | I2C2_SCL/SDA | +-----------+ | +---------------------------------------------------… 147 | | | | Open | | | Disconnects I2C2 SCL and SDA 1.5K pullups from VDD… 149 | | | | Close | | | Connects I2C2 SCL and SDA 1.5K pullups to VDDIOH. …
|
1234567891011