nrfxlib API
2.8.99
Loading...
Searching...
No Matches
◆
NRF_HTONL
#define NRF_HTONL
(
x
)
#include <
nrf_modem/include/nrf_socket.h
>
Value:
((uint32_t) ((((x) & 0xff000000) >> 24) | \
(((x) & 0x00ff0000) >> 8) | \
(((x) & 0x0000ff00) << 8) | \
(((x) & 0x000000ff) << 24)))
Host to network byte-orders on full word.
Socket address resolution API
Generated on Thu Nov 7 2024 16:00:39 for nrfxlib API by
1.12.0