Home
last modified time | relevance | path

Searched refs:GeneralCallMode (Results 1 – 15 of 15) sorted by relevance

/loramac-node-3.4.0/src/boards/NucleoL152/
Di2c-board.c71 I2cHandle.Init.GeneralCallMode = I2C_GENERALCALL_DISABLED; in I2cMcuFormat()
/loramac-node-3.4.0/src/boards/NucleoL476/
Di2c-board.c70 I2cHandle.Init.GeneralCallMode = I2C_GENERALCALL_DISABLE; in I2cMcuFormat()
/loramac-node-3.4.0/src/boards/NucleoL073/
Di2c-board.c70 I2cHandle.Init.GeneralCallMode = I2C_GENERALCALL_DISABLE; in I2cMcuFormat()
/loramac-node-3.4.0/src/boards/NAMote72/
Di2c-board.c71 I2cHandle.Init.GeneralCallMode = I2C_GENERALCALL_DISABLED; in I2cMcuFormat()
/loramac-node-3.4.0/src/boards/B-L072Z-LRWAN1/
Di2c-board.c70 I2cHandle.Init.GeneralCallMode = I2C_GENERALCALL_DISABLE; in I2cMcuFormat()
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_smbus.h87 uint32_t GeneralCallMode; /*!< Specifies if general call mode is selected. member
Dstm32l0xx_hal_i2c.h85 uint32_t GeneralCallMode; /*!< Specifies if general call mode is selected. member
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_i2c.h84 uint32_t GeneralCallMode; /*!< Specifies if general call mode is selected. member
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_smbus.h87 uint32_t GeneralCallMode; /*!< Specifies if general call mode is selected. member
Dstm32l4xx_hal_i2c.h85 uint32_t GeneralCallMode; /*!< Specifies if general call mode is selected. member
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_hal_smbus.c248 assert_param(IS_SMBUS_GENERAL_CALL(hsmbus->Init.GeneralCallMode)); in HAL_SMBUS_Init()
309 …hsmbus->Instance->CR1 = (hsmbus->Init.GeneralCallMode | hsmbus->Init.NoStretchMode | hsmbus->Init.… in HAL_SMBUS_Init()
Dstm32l0xx_hal_i2c.c419 assert_param(IS_I2C_GENERAL_CALL(hi2c->Init.GeneralCallMode)); in HAL_I2C_Init()
472 hi2c->Instance->CR1 = (hi2c->Init.GeneralCallMode | hi2c->Init.NoStretchMode); in HAL_I2C_Init()
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_smbus.c306 assert_param(IS_SMBUS_GENERAL_CALL(hsmbus->Init.GeneralCallMode)); in HAL_SMBUS_Init()
385 …hsmbus->Instance->CR1 = (hsmbus->Init.GeneralCallMode | hsmbus->Init.NoStretchMode | hsmbus->Init.… in HAL_SMBUS_Init()
Dstm32l4xx_hal_i2c.c500 assert_param(IS_I2C_GENERAL_CALL(hi2c->Init.GeneralCallMode)); in HAL_I2C_Init()
575 hi2c->Instance->CR1 = (hi2c->Init.GeneralCallMode | hi2c->Init.NoStretchMode); in HAL_I2C_Init()
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_hal_i2c.c384 assert_param(IS_I2C_GENERAL_CALL(hi2c->Init.GeneralCallMode)); in HAL_I2C_Init()
427 …MODIFY_REG(hi2c->Instance->CR1, (I2C_CR1_ENGC | I2C_CR1_NOSTRETCH), (hi2c->Init.GeneralCallMode | … in HAL_I2C_Init()