|
STM32H735xx HAL User Manual
|
Defines | |
| #define | LL_I2C_REQUEST_WRITE 0x00000000U |
| #define | LL_I2C_REQUEST_READ I2C_CR2_RD_WRN |
| #define LL_I2C_REQUEST_READ I2C_CR2_RD_WRN |
Master request a read transfer.
Definition at line 254 of file stm32h7xx_ll_i2c.h.
| #define LL_I2C_REQUEST_WRITE 0x00000000U |
Master request a write transfer.
Definition at line 253 of file stm32h7xx_ll_i2c.h.
1.7.6.1