Home
last modified time | relevance | path

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

/bsp/apm32/libraries/APM32F0xx_Library/APM32F0xx_StdPeriphDriver/src/
A Dapm32f0xx_i2c.c683 temp &= (uint32_t)~((uint32_t)(I2C_CTRL2_SADD | I2C_CTRL2_NUMBYT | I2C_CTRL2_MASK)); in I2C_HandlingTransfer()
686 …(uint32_t)(((uint32_t)address & I2C_CTRL2_SADD) | (((uint32_t)number << 16) & I2C_CTRL2_NUMBYT) | \ in I2C_HandlingTransfer()
/bsp/apm32/libraries/APM32F0xx_Library/APM32F0xx_StdPeriphDriver/inc/
A Dapm32f0xx_i2c.h52 #define I2C_CTRL2_NUMBYT ((uint32_t)0x00FF0000) macro

Completed in 9 milliseconds