STM32F0xx_Nucleo_32 BSP User Manual: BUS Constants

STM32F0xx Nucleo 32 BSP Drivers

STM32F0xx_Nucleo_32 BSP User Manual

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_AF1_I2C1
#define BSP_I2C1_TIMEOUT_MAX   1000
#define I2C1_TIMING   0xB0420F13

Define Documentation

#define BSP_I2C1   I2C1

Definition at line 109 of file stm32f0xx_nucleo_32.h.

Referenced by I2C1_Init().

#define BSP_I2C1_CLK_DISABLE ( )    __HAL_RCC_I2C1_CLK_DISABLE()

Definition at line 111 of file stm32f0xx_nucleo_32.h.

#define BSP_I2C1_CLK_ENABLE ( )    __HAL_RCC_I2C1_CLK_ENABLE()

Definition at line 110 of file stm32f0xx_nucleo_32.h.

Referenced by I2C1_MspInit().

#define BSP_I2C1_FORCE_RESET ( )    __HAL_RCC_I2C1_FORCE_RESET()

Definition at line 112 of file stm32f0xx_nucleo_32.h.

Referenced by I2C1_MspInit().

#define BSP_I2C1_GPIO_CLK_DISABLE ( )    __HAL_RCC_GPIOB_CLK_DISABLE()

Definition at line 120 of file stm32f0xx_nucleo_32.h.

#define BSP_I2C1_GPIO_CLK_ENABLE ( )    __HAL_RCC_GPIOB_CLK_ENABLE()

Definition at line 119 of file stm32f0xx_nucleo_32.h.

Referenced by I2C1_MspInit().

#define BSP_I2C1_GPIO_PORT   GPIOB /* GPIOB */

Definition at line 118 of file stm32f0xx_nucleo_32.h.

Referenced by I2C1_MspInit().

#define BSP_I2C1_RELEASE_RESET ( )    __HAL_RCC_I2C1_RELEASE_RESET()

Definition at line 113 of file stm32f0xx_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 115 of file stm32f0xx_nucleo_32.h.

Referenced by I2C1_MspInit().

#define BSP_I2C1_SCL_SDA_AF   GPIO_AF1_I2C1

Definition at line 121 of file stm32f0xx_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 116 of file stm32f0xx_nucleo_32.h.

Referenced by I2C1_MspInit().

#define BSP_I2C1_TIMEOUT_MAX   1000

Definition at line 128 of file stm32f0xx_nucleo_32.h.

#define I2C1_TIMING   0xB0420F13

Definition at line 133 of file stm32f0xx_nucleo_32.h.

Referenced by I2C1_Init().

Generated on Wed Jul 5 2017 09:51:17 for STM32F0xx_Nucleo_32 BSP User Manual by   doxygen 1.7.6.1