Macros
Collaboration diagram for I2C Extended Fast Mode Plus:

Macros

#define I2C_FASTMODEPLUS_I2C1   SYSCFG_PMCR_I2C1_FMP
 
#define I2C_FASTMODEPLUS_I2C1   SYSCFG_PMCR_I2C1_FMP
 
#define I2C_FASTMODEPLUS_I2C1   (uint32_t)(0x00000100U | I2C_FMP_NOT_SUPPORTED)
 
#define I2C_FASTMODEPLUS_I2C2   SYSCFG_PMCR_I2C2_FMP
 
#define I2C_FASTMODEPLUS_I2C2   SYSCFG_PMCR_I2C2_FMP
 
#define I2C_FASTMODEPLUS_I2C2   (uint32_t)(0x00000200U | I2C_FMP_NOT_SUPPORTED)
 
#define I2C_FASTMODEPLUS_I2C3   SYSCFG_PMCR_I2C3_FMP
 
#define I2C_FASTMODEPLUS_I2C3   SYSCFG_PMCR_I2C3_FMP
 
#define I2C_FASTMODEPLUS_I2C3   (uint32_t)(0x00000400U | I2C_FMP_NOT_SUPPORTED)
 
#define I2C_FASTMODEPLUS_I2C4   SYSCFG_PMCR_I2C4_FMP
 
#define I2C_FASTMODEPLUS_I2C4   SYSCFG_PMCR_I2C4_FMP
 
#define I2C_FASTMODEPLUS_I2C4   (uint32_t)(0x00000800U | I2C_FMP_NOT_SUPPORTED)
 
#define I2C_FASTMODEPLUS_I2C5   (uint32_t)(0x00001000U | I2C_FMP_NOT_SUPPORTED)
 
#define I2C_FASTMODEPLUS_I2C5   (uint32_t)(0x00001000U | I2C_FMP_NOT_SUPPORTED)
 
#define I2C_FASTMODEPLUS_PB6   SYSCFG_PMCR_I2C_PB6_FMP
 
#define I2C_FASTMODEPLUS_PB6   SYSCFG_PMCR_I2C_PB6_FMP
 
#define I2C_FASTMODEPLUS_PB6   (uint32_t)(0x00000004U | I2C_FMP_NOT_SUPPORTED)
 
#define I2C_FASTMODEPLUS_PB7   SYSCFG_PMCR_I2C_PB7_FMP
 
#define I2C_FASTMODEPLUS_PB7   SYSCFG_PMCR_I2C_PB7_FMP
 
#define I2C_FASTMODEPLUS_PB7   (uint32_t)(0x00000008U | I2C_FMP_NOT_SUPPORTED)
 
#define I2C_FASTMODEPLUS_PB8   SYSCFG_PMCR_I2C_PB8_FMP
 
#define I2C_FASTMODEPLUS_PB8   SYSCFG_PMCR_I2C_PB8_FMP
 
#define I2C_FASTMODEPLUS_PB8   (uint32_t)(0x00000010U | I2C_FMP_NOT_SUPPORTED)
 
#define I2C_FASTMODEPLUS_PB9   SYSCFG_PMCR_I2C_PB9_FMP
 
#define I2C_FASTMODEPLUS_PB9   SYSCFG_PMCR_I2C_PB9_FMP
 
#define I2C_FASTMODEPLUS_PB9   (uint32_t)(0x00000012U | I2C_FMP_NOT_SUPPORTED)
 
#define I2C_FMP_NOT_SUPPORTED   0xAAAA0000U
 
#define I2C_FMP_NOT_SUPPORTED   0xAAAA0000U
 
#define I2C_FMP_NOT_SUPPORTED   0xAAAA0000U
 

Detailed Description

Macro Definition Documentation

◆ I2C_FASTMODEPLUS_I2C1 [1/3]

#define I2C_FASTMODEPLUS_I2C1   SYSCFG_PMCR_I2C1_FMP

Enable Fast Mode Plus on I2C1 pins

Definition at line 62 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_i2c_ex.h.

◆ I2C_FASTMODEPLUS_I2C1 [2/3]

#define I2C_FASTMODEPLUS_I2C1   SYSCFG_PMCR_I2C1_FMP

Enable Fast Mode Plus on I2C1 pins

Definition at line 63 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_i2c_ex.h.

◆ I2C_FASTMODEPLUS_I2C1 [3/3]

#define I2C_FASTMODEPLUS_I2C1   (uint32_t)(0x00000100U | I2C_FMP_NOT_SUPPORTED)

Fast Mode Plus I2C1 not supported

Definition at line 76 of file stm32f7xx_hal_i2c_ex.h.

◆ I2C_FASTMODEPLUS_I2C2 [1/3]

#define I2C_FASTMODEPLUS_I2C2   SYSCFG_PMCR_I2C2_FMP

Enable Fast Mode Plus on I2C2 pins

Definition at line 63 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_i2c_ex.h.

◆ I2C_FASTMODEPLUS_I2C2 [2/3]

#define I2C_FASTMODEPLUS_I2C2   SYSCFG_PMCR_I2C2_FMP

Enable Fast Mode Plus on I2C2 pins

Definition at line 64 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_i2c_ex.h.

◆ I2C_FASTMODEPLUS_I2C2 [3/3]

#define I2C_FASTMODEPLUS_I2C2   (uint32_t)(0x00000200U | I2C_FMP_NOT_SUPPORTED)

Fast Mode Plus I2C2 not supported

Definition at line 81 of file stm32f7xx_hal_i2c_ex.h.

◆ I2C_FASTMODEPLUS_I2C3 [1/3]

#define I2C_FASTMODEPLUS_I2C3   SYSCFG_PMCR_I2C3_FMP

Enable Fast Mode Plus on I2C3 pins

Definition at line 64 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_i2c_ex.h.

◆ I2C_FASTMODEPLUS_I2C3 [2/3]

#define I2C_FASTMODEPLUS_I2C3   SYSCFG_PMCR_I2C3_FMP

Enable Fast Mode Plus on I2C3 pins

Definition at line 65 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_i2c_ex.h.

◆ I2C_FASTMODEPLUS_I2C3 [3/3]

#define I2C_FASTMODEPLUS_I2C3   (uint32_t)(0x00000400U | I2C_FMP_NOT_SUPPORTED)

Fast Mode Plus I2C3 not supported

Definition at line 86 of file stm32f7xx_hal_i2c_ex.h.

◆ I2C_FASTMODEPLUS_I2C4 [1/3]

#define I2C_FASTMODEPLUS_I2C4   SYSCFG_PMCR_I2C4_FMP

Enable Fast Mode Plus on I2C4 pins

Definition at line 65 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_i2c_ex.h.

◆ I2C_FASTMODEPLUS_I2C4 [2/3]

#define I2C_FASTMODEPLUS_I2C4   SYSCFG_PMCR_I2C4_FMP

Enable Fast Mode Plus on I2C4 pins

Definition at line 66 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_i2c_ex.h.

◆ I2C_FASTMODEPLUS_I2C4 [3/3]

#define I2C_FASTMODEPLUS_I2C4   (uint32_t)(0x00000800U | I2C_FMP_NOT_SUPPORTED)

Fast Mode Plus I2C4 not supported

Definition at line 91 of file stm32f7xx_hal_i2c_ex.h.

◆ I2C_FASTMODEPLUS_I2C5 [1/2]

#define I2C_FASTMODEPLUS_I2C5   (uint32_t)(0x00001000U | I2C_FMP_NOT_SUPPORTED)

Fast Mode Plus I2C5 not supported

Definition at line 69 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_i2c_ex.h.

◆ I2C_FASTMODEPLUS_I2C5 [2/2]

#define I2C_FASTMODEPLUS_I2C5   (uint32_t)(0x00001000U | I2C_FMP_NOT_SUPPORTED)

◆ I2C_FASTMODEPLUS_PB6 [1/3]

#define I2C_FASTMODEPLUS_PB6   SYSCFG_PMCR_I2C_PB6_FMP

◆ I2C_FASTMODEPLUS_PB6 [2/3]

#define I2C_FASTMODEPLUS_PB6   SYSCFG_PMCR_I2C_PB6_FMP

◆ I2C_FASTMODEPLUS_PB6 [3/3]

#define I2C_FASTMODEPLUS_PB6   (uint32_t)(0x00000004U | I2C_FMP_NOT_SUPPORTED)

Fast Mode Plus PB6 not supported

Definition at line 63 of file stm32f7xx_hal_i2c_ex.h.

◆ I2C_FASTMODEPLUS_PB7 [1/3]

#define I2C_FASTMODEPLUS_PB7   SYSCFG_PMCR_I2C_PB7_FMP

◆ I2C_FASTMODEPLUS_PB7 [2/3]

#define I2C_FASTMODEPLUS_PB7   SYSCFG_PMCR_I2C_PB7_FMP

◆ I2C_FASTMODEPLUS_PB7 [3/3]

#define I2C_FASTMODEPLUS_PB7   (uint32_t)(0x00000008U | I2C_FMP_NOT_SUPPORTED)

Fast Mode Plus PB7 not supported

Definition at line 64 of file stm32f7xx_hal_i2c_ex.h.

◆ I2C_FASTMODEPLUS_PB8 [1/3]

#define I2C_FASTMODEPLUS_PB8   SYSCFG_PMCR_I2C_PB8_FMP

◆ I2C_FASTMODEPLUS_PB8 [2/3]

#define I2C_FASTMODEPLUS_PB8   SYSCFG_PMCR_I2C_PB8_FMP

◆ I2C_FASTMODEPLUS_PB8 [3/3]

#define I2C_FASTMODEPLUS_PB8   (uint32_t)(0x00000010U | I2C_FMP_NOT_SUPPORTED)

Fast Mode Plus PB8 not supported

Definition at line 70 of file stm32f7xx_hal_i2c_ex.h.

◆ I2C_FASTMODEPLUS_PB9 [1/3]

#define I2C_FASTMODEPLUS_PB9   SYSCFG_PMCR_I2C_PB9_FMP

◆ I2C_FASTMODEPLUS_PB9 [2/3]

#define I2C_FASTMODEPLUS_PB9   SYSCFG_PMCR_I2C_PB9_FMP

◆ I2C_FASTMODEPLUS_PB9 [3/3]

#define I2C_FASTMODEPLUS_PB9   (uint32_t)(0x00000012U | I2C_FMP_NOT_SUPPORTED)

Fast Mode Plus PB9 not supported

Definition at line 71 of file stm32f7xx_hal_i2c_ex.h.

◆ I2C_FMP_NOT_SUPPORTED [1/3]

#define I2C_FMP_NOT_SUPPORTED   0xAAAA0000U

◆ I2C_FMP_NOT_SUPPORTED [2/3]

#define I2C_FMP_NOT_SUPPORTED   0xAAAA0000U

◆ I2C_FMP_NOT_SUPPORTED [3/3]

#define I2C_FMP_NOT_SUPPORTED   0xAAAA0000U

Fast Mode Plus not supported

Definition at line 58 of file stm32f7xx_hal_i2c_ex.h.



picovoice_driver
Author(s):
autogenerated on Fri Apr 1 2022 02:15:08