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_mbed_fpga.h
- Revision:
- 22:fd929620e873
- Parent:
- 20:26e934452728
- Child:
- 26:beaf802e2456
--- a/i2c_mbed_fpga.h Fri Jun 04 10:21:26 2021 +0000 +++ b/i2c_mbed_fpga.h Mon Jun 07 12:42:37 2021 +0000 @@ -33,6 +33,7 @@ nv_clim_user_0_val = NV_CLIM_USER_0_DEFAULT; nv_clim_user_1_val = NV_CLIM_USER_1_DEFAULT; nv_positin2_val = NV_CLIM_POSITIN2_DEFAULT; + ram_debug_ctrl_val = RAM_DEBUG_CTRL_DEFAULT; }; int i2c_word_read(char *word); @@ -86,6 +87,8 @@ int i2c_set_clim_brake(unsigned int clim); int i2c_set_clim_run_time(unsigned int clim); + int i2c_enable_pules_debug_mode(unsigned int enable); + private: I2C i2c_master; unsigned int nv_positin_val; @@ -105,7 +108,7 @@ unsigned int nv_clim_user_1_val; unsigned int nv_clim_user_0_val; unsigned int nv_positin2_val; - + unsigned int ram_debug_ctrl_val; //Position Detection Task/Functions };