Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: i2c_ram_defines.h
- Revision:
- 30:b463e1f3cae3
- Parent:
- 20:26e934452728
--- a/i2c_ram_defines.h Tue Jun 08 19:05:30 2021 +0000 +++ b/i2c_ram_defines.h Thu Jun 10 12:45:11 2021 +0000 @@ -89,3 +89,9 @@ #define I2C_COMMAND_CONTROL 0x0001 #define I2C_SPEED_DUTY 0x0000 +// Useful masks +#define I2C_STATUS_COMMAND_BUSY_MASK (1u << 4u) +#define I2C_STATE_COMM_STATE_MASK (0xFF) +#define I2C_STATE_COMM_STATE_OFFSET (0u) + +