STM32F3xx_Nucleo_32 BSP User Manual: STM32F3XX-NUCLEO_32 COM

STM32F3xx Nucleo 32 BSP Drivers

STM32F3xx_Nucleo_32 BSP User Manual
STM32F3XX-NUCLEO_32 COM

Defines

#define BSP_I2C1   I2C1
#define BSP_I2C1_CLK_ENABLE()   __HAL_RCC_I2C1_CLK_ENABLE()
#define BSP_I2C1_CLK_DISABLE()   __HAL_RCC_I2C1_CLK_DISABLE()
#define BSP_I2C1_FORCE_RESET()   __HAL_RCC_I2C1_FORCE_RESET()
#define BSP_I2C1_RELEASE_RESET()   __HAL_RCC_I2C1_RELEASE_RESET()
#define BSP_I2C1_SCL_PIN   GPIO_PIN_6 /* PB.6 add wire between D5 and A5 */
#define BSP_I2C1_SDA_PIN   GPIO_PIN_7 /* PB.7 add wire between D4 and A4 */
#define BSP_I2C1_GPIO_PORT   GPIOB /* GPIOB */
#define BSP_I2C1_GPIO_CLK_ENABLE()   __HAL_RCC_GPIOB_CLK_ENABLE()
#define BSP_I2C1_GPIO_CLK_DISABLE()   __HAL_RCC_GPIOB_CLK_DISABLE()
#define BSP_I2C1_SCL_SDA_AF   GPIO_AF4_I2C1
#define BSP_I2C1_TIMEOUT_MAX   1000
#define I2C1_TIMING   0xB0420F13

Define Documentation

#define BSP_I2C1   I2C1

Definition at line 132 of file stm32f3xx_nucleo_32.h.

Referenced by I2C1_Init().

#define BSP_I2C1_CLK_DISABLE ( )    __HAL_RCC_I2C1_CLK_DISABLE()

Definition at line 134 of file stm32f3xx_nucleo_32.h.

#define BSP_I2C1_CLK_ENABLE ( )    __HAL_RCC_I2C1_CLK_ENABLE()

Definition at line 133 of file stm32f3xx_nucleo_32.h.

Referenced by I2C1_MspInit().

#define BSP_I2C1_FORCE_RESET ( )    __HAL_RCC_I2C1_FORCE_RESET()

Definition at line 135 of file stm32f3xx_nucleo_32.h.

Referenced by I2C1_MspInit().

#define BSP_I2C1_GPIO_CLK_DISABLE ( )    __HAL_RCC_GPIOB_CLK_DISABLE()

Definition at line 143 of file stm32f3xx_nucleo_32.h.

#define BSP_I2C1_GPIO_CLK_ENABLE ( )    __HAL_RCC_GPIOB_CLK_ENABLE()

Definition at line 142 of file stm32f3xx_nucleo_32.h.

Referenced by I2C1_MspInit().

#define BSP_I2C1_GPIO_PORT   GPIOB /* GPIOB */

Definition at line 141 of file stm32f3xx_nucleo_32.h.

Referenced by I2C1_MspInit().

#define BSP_I2C1_RELEASE_RESET ( )    __HAL_RCC_I2C1_RELEASE_RESET()

Definition at line 136 of file stm32f3xx_nucleo_32.h.

Referenced by I2C1_MspInit().

#define BSP_I2C1_SCL_PIN   GPIO_PIN_6 /* PB.6 add wire between D5 and A5 */

Definition at line 138 of file stm32f3xx_nucleo_32.h.

Referenced by I2C1_MspInit().

#define BSP_I2C1_SCL_SDA_AF   GPIO_AF4_I2C1

Definition at line 144 of file stm32f3xx_nucleo_32.h.

Referenced by I2C1_MspInit().

#define BSP_I2C1_SDA_PIN   GPIO_PIN_7 /* PB.7 add wire between D4 and A4 */

Definition at line 139 of file stm32f3xx_nucleo_32.h.

Referenced by I2C1_MspInit().

#define BSP_I2C1_TIMEOUT_MAX   1000

Definition at line 151 of file stm32f3xx_nucleo_32.h.

#define I2C1_TIMING   0xB0420F13

Definition at line 156 of file stm32f3xx_nucleo_32.h.

Referenced by I2C1_Init().

Generated on Wed May 31 2017 11:09:08 for STM32F3xx_Nucleo_32 BSP User Manual by   doxygen 1.7.6.1