mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #15212 from mothacehe/master
STM32H7: increase i2c slave rx limit.pull/15222/head
commit
c4fd338adc
|
@ -100,8 +100,8 @@ struct i2c_s {
|
|||
volatile uint8_t pending_slave_tx_master_rx;
|
||||
volatile uint8_t pending_slave_rx_maxter_tx;
|
||||
uint8_t *slave_rx_buffer;
|
||||
volatile uint8_t slave_rx_buffer_size;
|
||||
volatile uint8_t slave_rx_count;
|
||||
volatile uint16_t slave_rx_buffer_size;
|
||||
volatile uint16_t slave_rx_count;
|
||||
#endif
|
||||
#if DEVICE_I2C_ASYNCH
|
||||
uint32_t address;
|
||||
|
|
|
@ -124,8 +124,8 @@ struct i2c_s {
|
|||
volatile uint8_t pending_slave_tx_master_rx;
|
||||
volatile uint8_t pending_slave_rx_maxter_tx;
|
||||
uint8_t *slave_rx_buffer;
|
||||
volatile uint8_t slave_rx_buffer_size;
|
||||
volatile uint8_t slave_rx_count;
|
||||
volatile uint16_t slave_rx_buffer_size;
|
||||
volatile uint16_t slave_rx_count;
|
||||
#endif
|
||||
#if DEVICE_I2C_ASYNCH
|
||||
uint32_t address;
|
||||
|
|
|
@ -129,8 +129,8 @@ struct i2c_s {
|
|||
volatile uint8_t pending_slave_tx_master_rx;
|
||||
volatile uint8_t pending_slave_rx_maxter_tx;
|
||||
uint8_t *slave_rx_buffer;
|
||||
volatile uint8_t slave_rx_buffer_size;
|
||||
volatile uint8_t slave_rx_count;
|
||||
volatile uint16_t slave_rx_buffer_size;
|
||||
volatile uint16_t slave_rx_count;
|
||||
#endif
|
||||
#if DEVICE_I2C_ASYNCH
|
||||
uint32_t address;
|
||||
|
|
|
@ -115,8 +115,8 @@ struct i2c_s {
|
|||
volatile uint8_t pending_slave_tx_master_rx;
|
||||
volatile uint8_t pending_slave_rx_maxter_tx;
|
||||
uint8_t *slave_rx_buffer;
|
||||
volatile uint8_t slave_rx_buffer_size;
|
||||
volatile uint8_t slave_rx_count;
|
||||
volatile uint16_t slave_rx_buffer_size;
|
||||
volatile uint16_t slave_rx_count;
|
||||
#endif
|
||||
#if DEVICE_I2C_ASYNCH
|
||||
uint32_t address;
|
||||
|
|
|
@ -113,8 +113,8 @@ struct i2c_s {
|
|||
volatile uint8_t pending_slave_tx_master_rx;
|
||||
volatile uint8_t pending_slave_rx_maxter_tx;
|
||||
uint8_t *slave_rx_buffer;
|
||||
volatile uint8_t slave_rx_buffer_size;
|
||||
volatile uint8_t slave_rx_count;
|
||||
volatile uint16_t slave_rx_buffer_size;
|
||||
volatile uint16_t slave_rx_count;
|
||||
#endif
|
||||
#if DEVICE_I2C_ASYNCH
|
||||
uint32_t address;
|
||||
|
|
|
@ -131,8 +131,8 @@ struct i2c_s {
|
|||
volatile uint8_t pending_slave_tx_master_rx;
|
||||
volatile uint8_t pending_slave_rx_maxter_tx;
|
||||
uint8_t *slave_rx_buffer;
|
||||
volatile uint8_t slave_rx_buffer_size;
|
||||
volatile uint8_t slave_rx_count;
|
||||
volatile uint16_t slave_rx_buffer_size;
|
||||
volatile uint16_t slave_rx_count;
|
||||
#endif
|
||||
#if DEVICE_I2C_ASYNCH
|
||||
uint32_t address;
|
||||
|
|
|
@ -114,8 +114,8 @@ struct i2c_s {
|
|||
volatile uint8_t pending_slave_tx_master_rx;
|
||||
volatile uint8_t pending_slave_rx_maxter_tx;
|
||||
uint8_t *slave_rx_buffer;
|
||||
volatile uint8_t slave_rx_buffer_size;
|
||||
volatile uint8_t slave_rx_count;
|
||||
volatile uint16_t slave_rx_buffer_size;
|
||||
volatile uint16_t slave_rx_count;
|
||||
#endif
|
||||
#if DEVICE_I2C_ASYNCH
|
||||
uint32_t address;
|
||||
|
|
|
@ -113,8 +113,8 @@ struct i2c_s {
|
|||
volatile uint8_t pending_slave_tx_master_rx;
|
||||
volatile uint8_t pending_slave_rx_maxter_tx;
|
||||
uint8_t *slave_rx_buffer;
|
||||
volatile uint8_t slave_rx_buffer_size;
|
||||
volatile uint8_t slave_rx_count;
|
||||
volatile uint16_t slave_rx_buffer_size;
|
||||
volatile uint16_t slave_rx_count;
|
||||
#endif
|
||||
#if DEVICE_I2C_ASYNCH
|
||||
uint32_t address;
|
||||
|
|
|
@ -120,8 +120,8 @@ struct i2c_s {
|
|||
volatile uint8_t pending_slave_tx_master_rx;
|
||||
volatile uint8_t pending_slave_rx_maxter_tx;
|
||||
uint8_t *slave_rx_buffer;
|
||||
volatile uint8_t slave_rx_buffer_size;
|
||||
volatile uint8_t slave_rx_count;
|
||||
volatile uint16_t slave_rx_buffer_size;
|
||||
volatile uint16_t slave_rx_count;
|
||||
#endif
|
||||
#if DEVICE_I2C_ASYNCH
|
||||
uint32_t address;
|
||||
|
|
|
@ -116,8 +116,8 @@ struct i2c_s {
|
|||
volatile uint8_t pending_slave_tx_master_rx;
|
||||
volatile uint8_t pending_slave_rx_maxter_tx;
|
||||
uint8_t *slave_rx_buffer;
|
||||
volatile uint8_t slave_rx_buffer_size;
|
||||
volatile uint8_t slave_rx_count;
|
||||
volatile uint16_t slave_rx_buffer_size;
|
||||
volatile uint16_t slave_rx_count;
|
||||
#endif
|
||||
#if DEVICE_I2C_ASYNCH
|
||||
uint32_t address;
|
||||
|
|
|
@ -111,8 +111,8 @@ struct i2c_s {
|
|||
volatile uint8_t pending_slave_tx_master_rx;
|
||||
volatile uint8_t pending_slave_rx_maxter_tx;
|
||||
uint8_t *slave_rx_buffer;
|
||||
volatile uint8_t slave_rx_buffer_size;
|
||||
volatile uint8_t slave_rx_count;
|
||||
volatile uint16_t slave_rx_buffer_size;
|
||||
volatile uint16_t slave_rx_count;
|
||||
#endif
|
||||
#if DEVICE_I2C_ASYNCH
|
||||
uint32_t address;
|
||||
|
|
|
@ -112,8 +112,8 @@ struct i2c_s {
|
|||
volatile uint8_t pending_slave_tx_master_rx;
|
||||
volatile uint8_t pending_slave_rx_maxter_tx;
|
||||
uint8_t *slave_rx_buffer;
|
||||
volatile uint8_t slave_rx_buffer_size;
|
||||
volatile uint8_t slave_rx_count;
|
||||
volatile uint16_t slave_rx_buffer_size;
|
||||
volatile uint16_t slave_rx_count;
|
||||
#endif
|
||||
#if DEVICE_I2C_ASYNCH
|
||||
uint32_t address;
|
||||
|
|
|
@ -120,8 +120,8 @@ struct i2c_s {
|
|||
volatile uint8_t pending_slave_tx_master_rx;
|
||||
volatile uint8_t pending_slave_rx_maxter_tx;
|
||||
uint8_t *slave_rx_buffer;
|
||||
volatile uint8_t slave_rx_buffer_size;
|
||||
volatile uint8_t slave_rx_count;
|
||||
volatile uint16_t slave_rx_buffer_size;
|
||||
volatile uint16_t slave_rx_count;
|
||||
#endif
|
||||
#if DEVICE_I2C_ASYNCH
|
||||
uint32_t address;
|
||||
|
|
|
@ -120,8 +120,8 @@ struct i2c_s {
|
|||
volatile uint8_t pending_slave_tx_master_rx;
|
||||
volatile uint8_t pending_slave_rx_maxter_tx;
|
||||
uint8_t *slave_rx_buffer;
|
||||
volatile uint8_t slave_rx_buffer_size;
|
||||
volatile uint8_t slave_rx_count;
|
||||
volatile uint16_t slave_rx_buffer_size;
|
||||
volatile uint16_t slave_rx_count;
|
||||
#endif
|
||||
#if DEVICE_I2C_ASYNCH
|
||||
uint32_t address;
|
||||
|
|
|
@ -103,8 +103,8 @@ struct i2c_s {
|
|||
volatile uint8_t pending_slave_tx_master_rx;
|
||||
volatile uint8_t pending_slave_rx_maxter_tx;
|
||||
uint8_t *slave_rx_buffer;
|
||||
volatile uint8_t slave_rx_buffer_size;
|
||||
volatile uint8_t slave_rx_count;
|
||||
volatile uint16_t slave_rx_buffer_size;
|
||||
volatile uint16_t slave_rx_count;
|
||||
#endif
|
||||
#if DEVICE_I2C_ASYNCH
|
||||
uint32_t address;
|
||||
|
|
|
@ -106,8 +106,8 @@ struct i2c_s {
|
|||
volatile uint8_t pending_slave_tx_master_rx;
|
||||
volatile uint8_t pending_slave_rx_maxter_tx;
|
||||
uint8_t *slave_rx_buffer;
|
||||
volatile uint8_t slave_rx_buffer_size;
|
||||
volatile uint8_t slave_rx_count;
|
||||
volatile uint16_t slave_rx_buffer_size;
|
||||
volatile uint16_t slave_rx_count;
|
||||
#endif
|
||||
#if DEVICE_I2C_ASYNCH
|
||||
uint32_t address;
|
||||
|
|
Loading…
Reference in New Issue