Home
last modified time | relevance | path

Searched refs:PeripheralMode (Results 1 – 12 of 12) sorted by relevance

/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Src/
H A Dstm32f4xx_ll_fmpi2c.c125 assert_param(IS_LL_FMPI2C_PERIPHERAL_MODE(FMPI2C_InitStruct->PeripheralMode)); in LL_FMPI2C_Init()
170 LL_FMPI2C_SetMode(FMPI2Cx, FMPI2C_InitStruct->PeripheralMode); in LL_FMPI2C_Init()
190 FMPI2C_InitStruct->PeripheralMode = LL_FMPI2C_MODE_I2C; in LL_FMPI2C_StructInit()
H A Dstm32f4xx_ll_i2c.c153 assert_param(IS_LL_I2C_PERIPHERAL_MODE(I2C_InitStruct->PeripheralMode)); in LL_I2C_Init()
198 LL_I2C_SetMode(I2Cx, I2C_InitStruct->PeripheralMode); in LL_I2C_Init()
221 I2C_InitStruct->PeripheralMode = LL_I2C_MODE_I2C; in LL_I2C_StructInit()
H A Dstm32f4xx_hal_fmpsmbus.c294 assert_param(IS_FMPSMBUS_PERIPHERAL_MODE(hfmpsmbus->Init.PeripheralMode)); in HAL_FMPSMBUS_Init()
370 …StretchMode | hfmpsmbus->Init.PacketErrorCheckMode | hfmpsmbus->Init.PeripheralMode | hfmpsmbus->I… in HAL_FMPSMBUS_Init()
374 …&& ((hfmpsmbus->Init.PeripheralMode == FMPSMBUS_PERIPHERAL_MODE_FMPSMBUS_SLAVE) || (hfmpsmbus->Ini… in HAL_FMPSMBUS_Init()
H A Dstm32f4xx_hal_smbus.c306 assert_param(IS_SMBUS_PERIPHERAL_MODE(hsmbus->Init.PeripheralMode)); in HAL_SMBUS_Init()
362 … hsmbus->Init.GeneralCallMode | hsmbus->Init.PacketErrorCheckMode | hsmbus->Init.PeripheralMode)); in HAL_SMBUS_Init()
1110 if (hsmbus->Init.PeripheralMode == SMBUS_PERIPHERAL_MODE_SMBUS_HOST) in HAL_SMBUS_Master_Abort_IT()
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/
H A Dstm32l4xx_ll_i2c.c153 assert_param(IS_LL_I2C_PERIPHERAL_MODE(I2C_InitStruct->PeripheralMode)); in LL_I2C_Init()
198 LL_I2C_SetMode(I2Cx, I2C_InitStruct->PeripheralMode); in LL_I2C_Init()
218 I2C_InitStruct->PeripheralMode = LL_I2C_MODE_I2C; in LL_I2C_StructInit()
H A Dstm32l4xx_hal_smbus.c293 assert_param(IS_SMBUS_PERIPHERAL_MODE(hsmbus->Init.PeripheralMode)); in HAL_SMBUS_Init()
369 …nit.NoStretchMode | hsmbus->Init.PacketErrorCheckMode | hsmbus->Init.PeripheralMode | hsmbus->Init… in HAL_SMBUS_Init()
373 …&& ((hsmbus->Init.PeripheralMode == SMBUS_PERIPHERAL_MODE_SMBUS_SLAVE) || (hsmbus->Init.Peripheral… in HAL_SMBUS_Init()
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Inc/
H A Dstm32f4xx_ll_i2c.h73 uint32_t PeripheralMode; /*!< Specifies the peripheral mode. member
886 __STATIC_INLINE void LL_I2C_SetMode(I2C_TypeDef *I2Cx, uint32_t PeripheralMode) in LL_I2C_SetMode() argument
888 MODIFY_REG(I2Cx->CR1, I2C_CR1_SMBUS | I2C_CR1_SMBTYPE | I2C_CR1_ENARP, PeripheralMode); in LL_I2C_SetMode()
H A Dstm32f4xx_ll_fmpi2c.h70 uint32_t PeripheralMode; /*!< Specifies the peripheral mode. member
918 __STATIC_INLINE void LL_FMPI2C_SetMode(FMPI2C_TypeDef *FMPI2Cx, uint32_t PeripheralMode) in LL_FMPI2C_SetMode() argument
920 MODIFY_REG(FMPI2Cx->CR1, FMPI2C_CR1_SMBHEN | FMPI2C_CR1_SMBDEN, PeripheralMode); in LL_FMPI2C_SetMode()
H A Dstm32f4xx_hal_smbus.h76 uint32_t PeripheralMode; /*!< Specifies which mode of Periphal is selected. member
H A Dstm32f4xx_hal_fmpsmbus.h81 uint32_t PeripheralMode; /*!< Specifies which mode of Periphal is selected. member
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/
H A Dstm32l4xx_ll_i2c.h69 uint32_t PeripheralMode; /*!< Specifies the peripheral mode. member
956 __STATIC_INLINE void LL_I2C_SetMode(I2C_TypeDef *I2Cx, uint32_t PeripheralMode) in LL_I2C_SetMode() argument
958 MODIFY_REG(I2Cx->CR1, I2C_CR1_SMBHEN | I2C_CR1_SMBDEN, PeripheralMode); in LL_I2C_SetMode()
H A Dstm32l4xx_hal_smbus.h80 uint32_t PeripheralMode; /*!< Specifies which mode of Periphal is selected. member