Version of personalized IMPACT LoRa

Fork of LMiC-10secs by Alcatel-Lucent IoT Development

Embed: (wiki syntax)

« Back to documentation index

oslmic.h File Reference

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 )

Read 16-bit quantity from given pointer in little endian byte order.

Definition at line 63 of file lmic.cpp.

u4_t os_rlsbf4 ( xref2cu1_t  buf )

Read 32-bit quantity from given pointer in little endian byte order.

Definition at line 69 of file lmic.cpp.

u4_t os_rmsbf4 ( xref2cu1_t  buf )

Read 32-bit quantity from given pointer in big endian byte order.

Definition at line 76 of file lmic.cpp.

void os_wlsbf2 ( xref2u1_t  buf,
u2_t  value 
)

Write 16-bit quntity into buffer in little endian byte order.

Definition at line 83 of file lmic.cpp.

void os_wlsbf4 ( xref2u1_t  buf,
u4_t  value 
)

Write 32-bit quntity into buffer in little endian byte order.

Definition at line 90 of file lmic.cpp.

void os_wmsbf4 ( xref2u1_t  buf,
u4_t  value 
)

Write 32-bit quntity into buffer in big endian byte order.

Definition at line 99 of file lmic.cpp.