I2C Init structure definition. More...
#include <stm32f4xx_i2c.h>
Public Attributes | |
uint16_t | I2C_Ack |
uint32_t | I2C_Ack |
uint16_t | I2C_AcknowledgedAddress |
uint32_t | I2C_AcknowledgedAddress |
uint32_t | I2C_AnalogFilter |
uint32_t | I2C_ClockSpeed |
uint32_t | I2C_DigitalFilter |
uint16_t | I2C_DutyCycle |
uint16_t | I2C_Mode |
uint32_t | I2C_Mode |
uint16_t | I2C_OwnAddress1 |
uint32_t | I2C_OwnAddress1 |
uint32_t | I2C_Timing |
I2C Init structure definition.
Definition at line 54 of file stm32f4xx_i2c.h.
uint16_t I2C_InitTypeDef::I2C_Ack |
Enables or disables the acknowledgement. This parameter can be a value of I2C_acknowledgement
Definition at line 68 of file stm32f4xx_i2c.h.
uint32_t I2C_InitTypeDef::I2C_Ack |
Enables or disables the acknowledgement. This parameter can be a value of I2C_acknowledgement
Definition at line 72 of file stm32f30x_i2c.h.
uint16_t I2C_InitTypeDef::I2C_AcknowledgedAddress |
Specifies if 7-bit or 10-bit address is acknowledged. This parameter can be a value of I2C_acknowledged_address
Definition at line 71 of file stm32f4xx_i2c.h.
uint32_t I2C_InitTypeDef::I2C_AcknowledgedAddress |
Specifies if 7-bit or 10-bit address is acknowledged. This parameter can be a value of I2C_acknowledged_address
Definition at line 75 of file stm32f30x_i2c.h.
uint32_t I2C_InitTypeDef::I2C_AnalogFilter |
Enables or disables analog noise filter. This parameter can be a value of I2C_Analog_Filter
Definition at line 60 of file stm32f30x_i2c.h.
uint32_t I2C_InitTypeDef::I2C_ClockSpeed |
Specifies the clock frequency. This parameter must be set to a value lower than 400kHz
Definition at line 56 of file stm32f4xx_i2c.h.
uint32_t I2C_InitTypeDef::I2C_DigitalFilter |
Configures the digital noise filter. This parameter can be a number between 0x00 and 0x0F
Definition at line 63 of file stm32f30x_i2c.h.
uint16_t I2C_InitTypeDef::I2C_DutyCycle |
Specifies the I2C fast mode duty cycle. This parameter can be a value of I2C_duty_cycle_in_fast_mode
Definition at line 62 of file stm32f4xx_i2c.h.
uint16_t I2C_InitTypeDef::I2C_Mode |
Specifies the I2C mode. This parameter can be a value of I2C_mode
Definition at line 59 of file stm32f4xx_i2c.h.
uint32_t I2C_InitTypeDef::I2C_Mode |
Specifies the I2C mode. This parameter can be a value of I2C_mode
Definition at line 66 of file stm32f30x_i2c.h.
uint16_t I2C_InitTypeDef::I2C_OwnAddress1 |
Specifies the first device own address. This parameter can be a 7-bit or 10-bit address.
Definition at line 65 of file stm32f4xx_i2c.h.
uint32_t I2C_InitTypeDef::I2C_OwnAddress1 |
Specifies the device own address 1. This parameter can be a 7-bit or 10-bit address
Definition at line 69 of file stm32f30x_i2c.h.
uint32_t I2C_InitTypeDef::I2C_Timing |
Specifies the I2C_TIMINGR_register value. This parameter calculated by referring to I2C initialization section in Reference manual
Definition at line 56 of file stm32f30x_i2c.h.