|
STM32F4xx HAL Driver master
STM32CubeF4 HAL / LL Drivers API Reference
|
Macros | |
| #define | IS_I2C_DUTY_CYCLE(CYCLE) |
| #define | IS_I2C_ADDRESSING_MODE(ADDRESS) |
| #define | IS_I2C_DUAL_ADDRESS(ADDRESS) |
| #define | IS_I2C_GENERAL_CALL(CALL) |
| #define | IS_I2C_NO_STRETCH(STRETCH) |
| #define | IS_I2C_MEMADD_SIZE(SIZE) |
| #define | IS_I2C_CLOCK_SPEED(SPEED) |
| #define | IS_I2C_OWN_ADDRESS1(ADDRESS1) |
| #define | IS_I2C_OWN_ADDRESS2(ADDRESS2) |
| #define | IS_I2C_TRANSFER_OPTIONS_REQUEST(REQUEST) |
| #define | IS_I2C_TRANSFER_OTHER_OPTIONS_REQUEST(REQUEST) |
| #define | I2C_CHECK_FLAG(__ISR__, __FLAG__) |
| #define | I2C_CHECK_IT_SOURCE(__CR1__, __IT__) |
| #define I2C_CHECK_FLAG | ( | __ISR__, | |
| __FLAG__ ) |
Definition at line 708 of file stm32f4xx_hal_i2c.h.
| #define I2C_CHECK_IT_SOURCE | ( | __CR1__, | |
| __IT__ ) |
Definition at line 709 of file stm32f4xx_hal_i2c.h.
| #define IS_I2C_ADDRESSING_MODE | ( | ADDRESS | ) |
Definition at line 684 of file stm32f4xx_hal_i2c.h.
| #define IS_I2C_CLOCK_SPEED | ( | SPEED | ) |
Definition at line 694 of file stm32f4xx_hal_i2c.h.
| #define IS_I2C_DUAL_ADDRESS | ( | ADDRESS | ) |
Definition at line 686 of file stm32f4xx_hal_i2c.h.
| #define IS_I2C_DUTY_CYCLE | ( | CYCLE | ) |
Definition at line 682 of file stm32f4xx_hal_i2c.h.
| #define IS_I2C_GENERAL_CALL | ( | CALL | ) |
Definition at line 688 of file stm32f4xx_hal_i2c.h.
| #define IS_I2C_MEMADD_SIZE | ( | SIZE | ) |
Definition at line 692 of file stm32f4xx_hal_i2c.h.
| #define IS_I2C_NO_STRETCH | ( | STRETCH | ) |
Definition at line 690 of file stm32f4xx_hal_i2c.h.
| #define IS_I2C_OWN_ADDRESS1 | ( | ADDRESS1 | ) |
Definition at line 695 of file stm32f4xx_hal_i2c.h.
| #define IS_I2C_OWN_ADDRESS2 | ( | ADDRESS2 | ) |
Definition at line 696 of file stm32f4xx_hal_i2c.h.
| #define IS_I2C_TRANSFER_OPTIONS_REQUEST | ( | REQUEST | ) |
Definition at line 697 of file stm32f4xx_hal_i2c.h.
| #define IS_I2C_TRANSFER_OTHER_OPTIONS_REQUEST | ( | REQUEST | ) |
Definition at line 705 of file stm32f4xx_hal_i2c.h.