STM32L4xx_Nucleo_32 BSP User Manual: BUS Constants

STM32L4xx Nucleo 32 BSP Drivers

STM32L4xx_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_AF4_I2C1
#define BSP_I2C1_TIMEOUT_MAX   1000
#define I2C1_TIMING   0x40E03E53

Define Documentation

#define BSP_I2C1   I2C1

Definition at line 111 of file stm32l4xx_nucleo_32.h.

Referenced by I2C1_Init().

#define BSP_I2C1_CLK_DISABLE ( )    __HAL_RCC_I2C1_CLK_DISABLE()

Definition at line 113 of file stm32l4xx_nucleo_32.h.

#define BSP_I2C1_CLK_ENABLE ( )    __HAL_RCC_I2C1_CLK_ENABLE()

Definition at line 112 of file stm32l4xx_nucleo_32.h.

Referenced by I2C1_MspInit().

#define BSP_I2C1_FORCE_RESET ( )    __HAL_RCC_I2C1_FORCE_RESET()

Definition at line 114 of file stm32l4xx_nucleo_32.h.

Referenced by I2C1_MspInit().

#define BSP_I2C1_GPIO_CLK_DISABLE ( )    __HAL_RCC_GPIOB_CLK_DISABLE()

Definition at line 122 of file stm32l4xx_nucleo_32.h.

#define BSP_I2C1_GPIO_CLK_ENABLE ( )    __HAL_RCC_GPIOB_CLK_ENABLE()

Definition at line 121 of file stm32l4xx_nucleo_32.h.

Referenced by I2C1_MspInit().

#define BSP_I2C1_GPIO_PORT   GPIOB /* GPIOB */

Definition at line 120 of file stm32l4xx_nucleo_32.h.

Referenced by I2C1_MspInit().

#define BSP_I2C1_RELEASE_RESET ( )    __HAL_RCC_I2C1_RELEASE_RESET()

Definition at line 115 of file stm32l4xx_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 117 of file stm32l4xx_nucleo_32.h.

Referenced by I2C1_MspInit().

#define BSP_I2C1_SCL_SDA_AF   GPIO_AF4_I2C1

Definition at line 123 of file stm32l4xx_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 118 of file stm32l4xx_nucleo_32.h.

Referenced by I2C1_MspInit().

#define BSP_I2C1_TIMEOUT_MAX   1000

Definition at line 130 of file stm32l4xx_nucleo_32.h.

#define I2C1_TIMING   0x40E03E53

Definition at line 134 of file stm32l4xx_nucleo_32.h.

Referenced by I2C1_Init().

Generated on Tue Feb 23 2016 16:08:48 for STM32L4xx_Nucleo_32 BSP User Manual by   doxygen 1.7.6.1