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.
Dependents: LoRaWAN-test-10secs
Fork of LMiC by
oslmic.h File Reference
Go to the source code of this file.
Functions | |
| u4_t | os_rlsbf4 (xref2cu1_t buf) |
| Read 32-bit quantity from given pointer in little endian byte order. | |
| void | os_wlsbf4 (xref2u1_t buf, u4_t value) |
| Write 32-bit quntity into buffer in little endian byte order. | |
| u4_t | os_rmsbf4 (xref2cu1_t buf) |
| Read 32-bit quantity from given pointer in big endian byte order. | |
| void | os_wmsbf4 (xref2u1_t buf, u4_t value) |
| Write 32-bit quntity into buffer in big endian byte order. | |
| u2_t | os_rlsbf2 (xref2cu1_t buf) |
| Read 16-bit quantity from given pointer in little endian byte order. | |
| void | os_wlsbf2 (xref2u1_t buf, u2_t value) |
| Write 16-bit quntity into buffer in little endian byte order. | |
Detailed Description
Definition in file oslmic.h.
Function Documentation
| u2_t os_rlsbf2 | ( | xref2cu1_t | buf ) |
| u4_t os_rlsbf4 | ( | xref2cu1_t | buf ) |
| u4_t os_rmsbf4 | ( | xref2cu1_t | buf ) |
| void os_wlsbf2 | ( | xref2u1_t | buf, |
| u2_t | value | ||
| ) |
| void os_wlsbf4 | ( | xref2u1_t | buf, |
| u4_t | value | ||
| ) |
Generated on Thu Jul 14 2022 20:20:42 by
1.7.2
