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