Home
last modified time | relevance | path

Searched refs:tempReg (Results 1 – 2 of 2) sorted by relevance

/bsp/apm32/libraries/APM32F4xx_Library/APM32F4xx_StdPeriphDriver/src/
A Dapm32f4xx_sdio.c175 uint32_t tempReg = 0; in SDIO_TxCommand() local
178 tempReg = SDIO->CMD; in SDIO_TxCommand()
180 tempReg &= ((uint32_t)0xFFFFF800); in SDIO_TxCommand()
181 tempReg |= (uint32_t)(cmdConfig->cmdIndex) | (cmdConfig->response) << 6 in SDIO_TxCommand()
183 SDIO->CMD = tempReg; in SDIO_TxCommand()
244 uint32_t tempReg = 0; in SDIO_ConfigData() local
250 tempReg = SDIO->DCTRL; in SDIO_ConfigData()
252 tempReg &= ((uint32_t)0xFFFFFF08); in SDIO_ConfigData()
253 tempReg |= (uint32_t)(dataConfig->dataBlockSize) << 4 | (dataConfig->transferDir) << 1 in SDIO_ConfigData()
255 SDIO->DCTRL = tempReg; in SDIO_ConfigData()
/bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/src/
A DHAL_i2c.c332 u8 tempReg=0; in I2C_GenerateSTOP() local
333 tempReg=tempReg; in I2C_GenerateSTOP()
336 tempReg = I2Cx->IC_CLR_TX_ABRT; in I2C_GenerateSTOP()

Completed in 9 milliseconds