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.
Revision 11:16b526669574, committed 2020-05-02
- Comitter:
- jimherd
- Date:
- Sat May 02 16:29:19 2020 +0000
- Parent:
- 10:56a045a02047
- Child:
- 12:b9b4ff729fef
- Commit message:
- simple layout change
Changed in this revision
| FPGA_bus.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/FPGA_bus.h Sat May 02 16:26:32 2020 +0000
+++ b/FPGA_bus.h Sat May 02 16:29:19 2020 +0000
@@ -154,11 +154,11 @@
FPGA_bus(); // constructor
void initialise(void);
- void do_transaction(uint32_t command,
- uint32_t register_address,
- uint32_t register_data,
- uint32_t *data,
- uint32_t *status);
+ void do_transaction(uint32_t command,
+ uint32_t register_address,
+ uint32_t register_data,
+ uint32_t *data,
+ uint32_t *status);
uint32_t do_command(FPGA_packet_t cmd_packet);
void write_register(uint32_t register_addr, uint32_t value);
void set_PWM_period(uint32_t channel, float frequency);