Home
last modified time | relevance | path

Searched refs:CurrentMode (Results 1 – 3 of 3) sorted by relevance

/bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/HT32F1xxxx_Driver/src/
A Dht32f1xxxx_gpio.c247 u32 CurrentMode = 0, PinPosition = 0; in GPIO_DriveConfig() local
253 CurrentMode |= ((u32) GPIO_DV_nMA << temp); in GPIO_DriveConfig()
260 HT_GPIOx->DRVR |= CurrentMode; in GPIO_DriveConfig()
/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/src/
A Dht32f5xxxx_gpio.c248 u32 index, temp, CurrentMode = 0, PinPosition = 0; in GPIO_DriveConfig() local
260 CurrentMode |= ((u32) GPIO_DV_nMA << temp); in GPIO_DriveConfig()
268 HT_GPIOx->DRVR |= CurrentMode; in GPIO_DriveConfig()
/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Src/
A Dstm32l1xx_hal_i2c.c4706 HAL_I2C_ModeTypeDef CurrentMode = hi2c->Mode; in HAL_I2C_Master_Abort_IT() local
4768 HAL_I2C_ModeTypeDef CurrentMode = hi2c->Mode; in HAL_I2C_EV_IRQHandler() local
4772 if ((CurrentMode == HAL_I2C_MODE_MASTER) || (CurrentMode == HAL_I2C_MODE_MEM)) in HAL_I2C_EV_IRQHandler()
4821 if (CurrentMode == HAL_I2C_MODE_MEM) in HAL_I2C_EV_IRQHandler()
4940 HAL_I2C_ModeTypeDef CurrentMode = hi2c->Mode; in HAL_I2C_ER_IRQHandler() local
4963 tmp1 = CurrentMode; in HAL_I2C_ER_IRQHandler()
4981 if ((CurrentMode == HAL_I2C_MODE_MASTER) || (CurrentMode == HAL_I2C_MODE_MEM)) in HAL_I2C_ER_IRQHandler()
5243 HAL_I2C_ModeTypeDef CurrentMode = hi2c->Mode; in I2C_MasterTransmit_TXE() local
6372 HAL_I2C_ModeTypeDef CurrentMode = hi2c->Mode; in I2C_ITError() local
6375 …if (((CurrentMode == HAL_I2C_MODE_MASTER) || (CurrentMode == HAL_I2C_MODE_MEM)) && (CurrentState =… in I2C_ITError()
[all …]

Completed in 19 milliseconds