Searched refs:STM32_I2C_CR2_NBYTES (Results 1 – 1 of 1) sorted by relevance
53 #define STM32_I2C_CR2_NBYTES(n) ((n & 0xff) << 16) macro283 cr2 |= STM32_I2C_CR2_NBYTES(STM32_I2C_MAX_LEN); in stm32_i2c_message_start()286 cr2 |= STM32_I2C_CR2_NBYTES(msg->len); in stm32_i2c_message_start()310 cr2 |= STM32_I2C_CR2_NBYTES(STM32_I2C_MAX_LEN); in stm32_i2c_handle_reload()313 cr2 |= STM32_I2C_CR2_NBYTES(msg->len); in stm32_i2c_handle_reload()