Home
last modified time | relevance | path

Searched refs:hostlong (Results 1 – 1 of 1) sorted by relevance

/bsp/n32/libraries/N32WB452_Firmware_Library/n32wb452_ble_driver/inc/
A Dco_endian.h105 __INLINE uint32_t co_htonl(uint32_t hostlong) in co_htonl() argument
108 return hostlong; in co_htonl()
110 return co_bswap32(hostlong); in co_htonl()
190 __INLINE uint32_t co_htobl(uint32_t hostlong) in co_htobl() argument
193 return hostlong; in co_htobl()
195 return co_bswap32(hostlong); in co_htobl()

Completed in 5 milliseconds