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.
Fork of d7a_1x by
Diff: include/d7a_alp.h
- Revision:
- 56:da34fc11e760
- Parent:
- 52:c7a58fc48bd2
- Child:
- 58:38a366236bda
--- a/include/d7a_alp.h Wed Sep 07 09:32:01 2016 +0000 +++ b/include/d7a_alp.h Thu Sep 08 09:30:24 2016 +0000 @@ -243,6 +243,7 @@ d7a_errors_t d7a_alp_open(void); +d7a_errors_t d7a_alp_close(void); void d7a_alp_new_pkt(d7a_com_rx_msg_t* pkt); d7a_com_rx_msg_t* d7a_alp_wait_pkt(uint32_t millisec = osWaitForever); d7a_errors_t d7a_alp_write_file(const uint8_t file_id, const uint32_t offset, const uint32_t size, const uint8_t* const buf, d7a_addressee_t* addressee = NULL, uint8_t retry = 0, bool resp = true);